Searched refs:handles (Results 1 - 25 of 139) sorted by relevance

123456

/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/t/backcompat/0.04006/lib/
H A Ddbixcsl_test_dir.pm22 # We need to disconnect all active DBI handles before deleting the directory,
30 my @handles;
34 push @handles, $dbh;
35 weaken $handles[-1];
41 foreach my $dbh (@handles) {
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/t/lib/
H A Ddbixcsl_test_dir.pm22 # We need to disconnect all active DBI handles before deleting the directory,
30 my @handles;
34 push @handles, $dbh;
35 weaken $handles[-1];
41 foreach my $dbh (@handles) {
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/demos/other/
H A Dgdbm.tcl77 array set handles {
162 variable handles
169 set handles($name) $h
174 variable handles
176 set h $handles($name)
177 unset handles($name)
182 variable handles
184 switch [gdbm_store $handles($name) [make-datum $key] [make-datum $content] $constants(GDBM_INSERT)] {
191 variable handles
194 switch [gdbm_store $handles(
[all...]
/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A Dmulti-app.c44 CURL *handles[HANDLECOUNT]; local
47 int still_running; /* keep number of running handles */
55 handles[i] = curl_easy_init();
58 curl_easy_setopt(handles[HTTP_HANDLE], CURLOPT_URL, "http://example.com");
60 curl_easy_setopt(handles[FTP_HANDLE], CURLOPT_URL, "ftp://example.com");
61 curl_easy_setopt(handles[FTP_HANDLE], CURLOPT_UPLOAD, 1L);
68 curl_multi_add_handle(multi_handle, handles[i]);
130 found = (msg->easy_handle == handles[idx]);
148 /* Free the CURL handles */
150 curl_easy_cleanup(handles[
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/
H A Dutf8.t39 my %handles = (
45 for my $method (keys %handles) {
46 my $src = $handles{$method};
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_command.rb172 assert @cmd.handles?(['-x'])
173 assert @cmd.handles?(['-h'])
174 assert @cmd.handles?(['-h', 'command'])
175 assert @cmd.handles?(['--help', 'command'])
176 assert @cmd.handles?(['-f', 'filename'])
177 assert @cmd.handles?(['--file=filename'])
178 refute @cmd.handles?(['-z'])
179 refute @cmd.handles?(['-f'])
180 refute @cmd.handles?(['--toothpaste'])
183 @cmd.handles
[all...]
H A Dtest_gem_commands_outdated_command.rb13 assert @cmd.handles?(%W[--platform #{Gem::Platform.local}])
H A Dtest_gem_version_option.rb17 assert @cmd.handles?(%w[--platform x86-darwin])
23 assert @cmd.handles?(%w[--version >1])
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dfopscript.tcl58 # Close any open db handles. We had to wait until now
60 set handles [berkdb handles]
61 foreach handle $handles {
H A Dfop006.tcl160 # End transaction 1 and close any open db handles.
163 set handles [berkdb handles]
164 foreach handle $handles {
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dmm-extern.el36 (defvar gnus-article-mime-handles)
124 buf handles)
131 (setq handles (mm-dissect-buffer t)))
132 (unless (bufferp (car handles))
133 (mm-destroy-parts handles)
136 (set-buffer (setq buf (mm-handle-buffer handles)))
143 (mm-destroy-parts handles))))
144 (mm-handle-set-cache handle handles))
145 (setq gnus-article-mime-handles
146 (mm-merge-handles gnu
[all...]
H A Dmm-partial.el68 gnus-displaying-mime handles buffer)
87 (setq gnus-article-mime-handles
88 (mm-merge-handles gnus-article-mime-handles phandles))
133 (let (gnus-article-mime-handles)
136 (setq handles gnus-article-mime-handles))
137 (when handles
139 (setq gnus-article-mime-handles
140 (mm-merge-handles gnu
[all...]
H A Dmm-decode.el529 "Dissect the current buffer and return a list of MIME handles."
939 (defun mm-remove-parts (handles)
941 (if (and (listp handles)
942 (bufferp (car handles)))
943 (mm-remove-part handles)
945 (while (setq handle (pop handles))
956 (defun mm-destroy-parts (handles)
958 (if (and (listp handles)
959 (bufferp (car handles)))
960 (mm-destroy-part handles)
[all...]
/macosx-10.9.5/dtrace-118.1/test/tst/common/funcs/
H A Derr.copyoutbadaddr.ksh11 * Verify that copyout() handles bad addresses.
H A Derr.copyoutstrbadaddr.ksh11 * Verify that copyout() handles bad addresses.
/macosx-10.9.5/curl-78.94.1/curl/tests/libtest/
H A Dlib1900.c34 CURL *handles[MAX_URLS]; variable
113 handles[i] = curl_easy_init();
123 curl_easy_setopt(handles[handlenum], CURLOPT_URL, urlbuf);
124 curl_easy_setopt(handles[handlenum], CURLOPT_VERBOSE, 1L);
125 curl_easy_setopt(handles[handlenum], CURLOPT_FAILONERROR, 1L);
126 curl_easy_setopt(handles[handlenum], CURLOPT_WRITEFUNCTION, write_callback);
127 curl_easy_setopt(handles[handlenum], CURLOPT_WRITEDATA, NULL);
128 curl_multi_add_handle(m, handles[handlenum]);
136 if(handles[i])
137 curl_easy_cleanup(handles[
[all...]
H A Dlib536.c34 int handles; local
45 res_multi_perform(multi, &handles);
53 if(!handles)
/macosx-10.9.5/emacs-92/emacs/lisp/eshell/
H A Desh-io.el78 (defcustom eshell-number-of-handles 3
79 "*The number of file handles that eshell supports.
155 (defvar eshell-current-handles nil)
230 (defun eshell-create-handles
232 "Create a new set of file handles for a command.
237 (let ((handles (make-vector eshell-number-of-handles nil))
240 (aset handles eshell-output-handle (cons output-target 1))
242 (aset handles eshell-error-handle (cons error-target 1))
243 (aset handles eshel
[all...]
/macosx-10.9.5/Csu-79/
H A Dlazy_dylib_loader.c70 static void* getHandleForLazyOrdinal(const macho_header* mh, void* handles[], uint8_t ordinal) argument
88 if ( handles[loadLazyDylibCount] == NULL ) {
91 handles[loadLazyDylibCount] = dlopen(path, RTLD_LAZY);
93 return handles[loadLazyDylibCount];
119 static void** handles; local
166 handles = minHandles;
168 handles = calloc(lazyDylibCount, sizeof(void*));
199 void* handle = getHandleForLazyOrdinal(mh, handles, ordinal);
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dbrkeng.h50 * <p>Indicate whether this engine handles a particular character for
55 * @return TRUE if this engine handles the particular character and break
58 virtual UBool handles(UChar32 c, int32_t breakType) const = 0;
142 * handles characters that no other LanguageBreakEngine is available to
175 * <p>Indicate whether this engine handles a particular character for
180 * @return TRUE if this engine handles the particular character and break
183 virtual UBool handles(UChar32 c, int32_t breakType) const;
/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32.h83 /* parallel array of private info on file handles */
119 /* Prepare our standard handles for proper inheritance by child processes. */
121 int err, HANDLE handles[4]);
123 /* Reset our standard handles to their original state. */
125 int err, HANDLE handles[4]);
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utils/
H A DcuCdsaUtils.cpp691 CSSM_DL_DB_HANDLE handles[3]; local
695 handles[0] = *certKeychain;
703 handles[numDbs].DLHandle = dlHand;
704 handles[numDbs + 1].DLHandle = dlHand;
708 handles[numDbs].DLHandle = handles[0].DLHandle;
709 handles[numDbs + 1].DLHandle = handles[0].DLHandle;
711 handles[numDbs].DBHandle = cuDbStartupByName(handles[numDb
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utils/lib/
H A DcuCdsaUtils.cpp691 CSSM_DL_DB_HANDLE handles[3]; local
695 handles[0] = *certKeychain;
703 handles[numDbs].DLHandle = dlHand;
704 handles[numDbs + 1].DLHandle = dlHand;
708 handles[numDbs].DLHandle = handles[0].DLHandle;
709 handles[numDbs + 1].DLHandle = handles[0].DLHandle;
711 handles[numDbs].DBHandle = cuDbStartupByName(handles[numDb
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsftp-server.c175 /* handle handles */
193 Handle *handles = NULL; variable
199 handles[i].use = HANDLE_UNUSED;
200 handles[i].next_unused = first_unused_handle;
213 handles = xrealloc(handles, num_handles, sizeof(Handle));
218 first_unused_handle = handles[i].next_unused;
220 handles[i].use = use;
221 handles[i].dirp = dirp;
222 handles[
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/gssmask/
H A Dgssmask.c55 struct handle *handles; member in struct:client
113 h->next = c->handles;
114 c->handles = h;
286 struct handle *h = c->handles;
326 ctx = find_handle(c->handles, hContext, handle_context);
329 creds = find_handle(c->handles, hCred, handle_cred);
382 del_handle(&c->handles, hContext);
436 ctx = find_handle(c->handles, hContext, handle_context);
462 del_handle(&c->handles, hContext);
510 del_handle(&c->handles, handl
[all...]

Completed in 191 milliseconds

123456