Searched refs:sentinel (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.9.5/ruby-104/ruby/lib/drb/
H A Dtimeridconv.rb22 @sentinel = Object.new
38 def fetch(key, dv=@sentinel)
41 if obj == @sentinel
42 return dv unless dv == @sentinel
53 return false if obj == @sentinel
60 return @curr.fetch(key, @renew.fetch(key, @gc.fetch(key, @sentinel)))
/macosx-10.9.5/libxml2-26/libxml2/
H A Dlist.c40 xmlLinkPtr sentinel; member in struct:_xmlList
104 for(lk = l->sentinel->next;lk != l->sentinel && l->linkCompare(lk->data, data) <0 ;lk = lk->next);
124 for(lk = l->sentinel->prev;lk != l->sentinel && l->linkCompare(lk->data, data) >0 ;lk = lk->prev);
144 if (lk == l->sentinel)
169 if (lk == l->sentinel)
199 /* Add the sentinel */
200 if (NULL ==(l->sentinel = (xmlLinkPtr )xmlMalloc(sizeof(xmlLink)))) {
202 "Cannot initialize memory for sentinel");
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dlist.c40 xmlLinkPtr sentinel; member in struct:_xmlList
104 for(lk = l->sentinel->next;lk != l->sentinel && l->linkCompare(lk->data, data) <0 ;lk = lk->next);
124 for(lk = l->sentinel->prev;lk != l->sentinel && l->linkCompare(lk->data, data) >0 ;lk = lk->prev);
144 if (lk == l->sentinel)
169 if (lk == l->sentinel)
199 /* Add the sentinel */
200 if (NULL ==(l->sentinel = (xmlLinkPtr )xmlMalloc(sizeof(xmlLink)))) {
202 "Cannot initialize memory for sentinel");
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dcfmdiskrep.cpp162 Sentinel sentinel; local
163 if (fd.read(&sentinel, sizeof(sentinel), fd.fileSize() - sizeof(Sentinel)) == sizeof(Sentinel))
164 if (sentinel.magic == EmbeddedSignatureBlob::typeMagic) {
165 mSigningOffset = sentinel.offset;
213 Sentinel sentinel; local
214 sentinel.magic = EmbeddedSignatureBlob::typeMagic;
215 sentinel.offset = (uint32_t)start;
219 fd.writeAll(&sentinel, sizeof(sentinel));
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dcfmdiskrep.cpp162 Sentinel sentinel; local
163 if (fd.read(&sentinel, sizeof(sentinel), fd.fileSize() - sizeof(Sentinel)) == sizeof(Sentinel))
164 if (sentinel.magic == EmbeddedSignatureBlob::typeMagic) {
165 mSigningOffset = sentinel.offset;
213 Sentinel sentinel; local
214 sentinel.magic = EmbeddedSignatureBlob::typeMagic;
215 sentinel.offset = (uint32_t)start;
219 fd.writeAll(&sentinel, sizeof(sentinel));
[all...]
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libnetbsd/
H A Dgetaddrinfo.c271 struct addrinfo sentinel; local
280 memset(&sentinel, 0, sizeof(sentinel));
281 cur = &sentinel;
419 if (sentinel.ai_next)
471 if (sentinel.ai_next)
477 if (sentinel.ai_next) {
479 *res = sentinel.ai_next;
486 if (sentinel.ai_next)
487 freeaddrinfo(sentinel
504 struct addrinfo sentinel, *cur; local
703 struct addrinfo sentinel; local
760 struct addrinfo sentinel; local
[all...]
/macosx-10.9.5/libpcap-42/libpcap/Win32/Src/
H A Dgetaddrinfo.c306 struct addrinfo sentinel; local
327 sentinel.ai_next = NULL;
328 cur = &sentinel;
443 if (sentinel.ai_next)
495 if (sentinel.ai_next)
501 if (sentinel.ai_next) {
503 *res = sentinel.ai_next;
510 if (sentinel.ai_next)
511 freeaddrinfo(sentinel.ai_next);
531 struct addrinfo sentinel, *cu local
703 struct addrinfo sentinel; local
765 struct addrinfo sentinel; local
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/queryperf/missing/
H A Dgetaddrinfo.c204 struct addrinfo sentinel; local
214 sentinel.ai_next = NULL;
215 cur = &sentinel;
367 top = sentinel.ai_next;
545 struct addrinfo sentinel; local
553 sentinel.ai_next = NULL;
554 cur = &sentinel;
618 if (cur == &sentinel) {
/macosx-10.9.5/rsync-42/rsync/lib/
H A Dgetaddrinfo.c222 struct addrinfo sentinel; local
246 sentinel.ai_next = NULL;
247 cur = &sentinel;
391 top = sentinel.ai_next;
527 struct addrinfo sentinel; local
538 sentinel.ai_next = NULL;
539 cur = &sentinel;
609 if (cur == &sentinel) {
/macosx-10.9.5/emacs-92/emacs/src/
H A Dprocess.h54 Lisp_Object sentinel; member in struct:Lisp_Process
H A Dprocess.c232 /* Number of events for which the user or sentinel has been notified. */
1074 DEFUN ("set-process-sentinel", Fset_process_sentinel, Sset_process_sentinel,
1076 doc: /* Give PROCESS the sentinel SENTINEL; nil for none.
1077 The sentinel is called as a function when the process changes state.
1079 (process, sentinel)
1080 register Lisp_Object process, sentinel;
1087 p->sentinel = sentinel;
1089 p->childp = Fplist_put (p->childp, QCsentinel, sentinel);
1090 return sentinel;
1073 register Lisp_Object process, sentinel; variable
2881 Lisp_Object filter, sentinel; variable
6684 Lisp_Object sentinel, obuffer, odeactivate, okeymap; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dmakeinfo.el107 ;; makeinfo-output-file-name since `makeinfo-compilation-sentinel'
181 'makeinfo-compilation-sentinel-region)))))))
194 (defun makeinfo-compile (command disable-errors sentinel)
201 (set-process-sentinel (get-buffer-process buffer) sentinel)))
206 ;; Based on `compilation-sentinel' in compile.el
207 (defun makeinfo-compilation-sentinel-region (proc msg)
209 (compilation-sentinel proc msg)
265 'makeinfo-compilation-sentinel-buffer)))
267 (defun makeinfo-compilation-sentinel
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Dgetaddrinfo.c269 struct addrinfo sentinel; local
293 sentinel.ai_next = NULL;
294 cur = &sentinel;
455 top = sentinel.ai_next;
575 struct addrinfo sentinel; local
583 sentinel.ai_next = NULL;
584 cur = &sentinel;
653 if (cur == &sentinel) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblunicode/utbm/
H A Dutbm.c264 ucs4_t c1, c2, sentinel; local
339 sentinel = ' ';
363 * Set the sentinel character.
365 sentinel = cp->uc;
420 * Set the new extra skip for the sentinel character.
423 cp->uc == sentinel)
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_strings.h149 __attribute__((sentinel))
H A Dapr_tables.h397 __attribute__((sentinel))
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_strings.h141 __attribute__((sentinel))
H A Dapr_tables.h397 __attribute__((sentinel))
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Daout-adobe.c274 static struct external_segdesc sentinel[1]; /* Initialized to zero. */ local
330 /* Write final `sentinel` section header (with type of 0). */
331 amt = sizeof (*sentinel);
332 if (bfd_bwrite (sentinel, amt, abfd) != amt)
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DDataTypes.h.cmake194 #define END_WITH_NULL __attribute__((sentinel))
H A DDataTypes.h.in191 #define END_WITH_NULL __attribute__((sentinel))
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-xface.el424 (defun mh-x-image-url-fetch-image (url cache-file marker sentinel)
439 (set-process-sentinel
442 sentinel))
/macosx-10.9.5/launchd-842.92.1/SystemStarter/
H A DSystemStarter.c51 static pid_t fwexec(const char *cmd, ...) __attribute__((sentinel));
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/dted/
H A Ddted.c105 Byte uhl_tag[3]; /* 'UHL' sentinel tag */
117 Byte dsi_tag[3]; /* 'DSI' sentinel tag */
178 Byte acc_tag[3]; /* 'ACC' sentinel tag */
482 UByte sentinel; local
501 sentinel = (UByte) ((block_count & 0xff000000) >> 24);
504 sentinel = (UByte) (block_count & 0x000000ff);
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Drcirc.el390 (set-process-sentinel process 'rcirc-sentinel)
475 (defvar rcirc-sentinel-hooks nil
476 "Hook functions called when the process sentinel is called.
479 (defun rcirc-sentinel (process sentinel)
481 (let ((sentinel (replace-regexp-in-string "\n" "" sentinel)))
482 (rcirc-debug process (format "SENTINEL: %S %S\n" process sentinel))
489 sentinel
[all...]

Completed in 195 milliseconds

12