Searched refs:pending (Results 101 - 125 of 142) sorted by relevance

123456

/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DbsafeContext.cpp441 pending = 0;
/macosx-10.9.5/postfix-252/postfix/src/qmgr/
H A Dqmgr.h171 int pending; /* incomplete DA connections */ member in struct:QMGR_TRANSPORT
223 * Each next hop (e.g., a domain name) has its own queue of pending message
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/fileutil/
H A Dfileutil.tcl114 set pending [list $basedir]
118 while {$at < [llength $pending]} {
120 set current [lindex $pending $at]
151 lappend pending $f
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dthread_policy.c516 info->pending = 0;
H A Dtask_policy.c59 * Threads and tasks have three policy fields: requested, effective, and pending.
78 * other subsystems to apply these changes, and updates the pending field.
80 * 5) Run task policy update complete, which looks at the pending field to update
538 info->pending = 0;
545 info->pending = task_pending_bitfield(task, THREAD_NULL);
883 * Preserve pending updates that may still be waiting to be applied
1810 info->pending = (integer_t)task_pending_bitfield(task, thread);
1829 /* dump pending for tracepoint */
2434 panic("disabling imp_receiver on task with pending boosts!");
/macosx-10.9.5/ruby-104/ruby/
H A Dio.c1025 /* pending async interrupt is there. */
1206 /* don't write anything if current thread has a pending interrupt. */
2809 long pending = READ_DATA_PENDING_COUNT(fptr); local
2810 if (pending > 0) {
2815 if (limit > 0 && pending > limit) pending = limit;
2816 e = memchr(p, delim, pending);
2817 if (e) pending = e - p + 1;
2820 rb_str_resize(str, last + pending);
2824 *strp = str = rb_str_buf_new(pending);
2898 int pending = READ_DATA_PENDING_COUNT(fptr); local
8105 int pending = 0; local
[all...]
/macosx-10.9.5/patch_cmds-17/diffstat/
H A Ddiffstat.c344 int pending; member in struct:_data
1085 p->pending += 1;
1097 if (p->pending) {
1098 p->pending = 0;
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/
H A DSSL.pm859 my $pending = Net::SSLeay::pending($ssl);
860 if ( $pending and
861 ( my $pb = Net::SSLeay::peek( $ssl,$pending )) ne '' ) {
869 $skip = $pending
882 $skip = $pending - ( length($buf) - $eod );
895 # delim0 found and there can be no more delim1 pending
1029 sub pending { subroutine
1031 return Net::SSLeay::pending($ssl);
2140 =item B<pending()>
[all...]
/macosx-10.9.5/ppp-727.90.1/Helpers/pppdump/
H A Dzlib.c241 Bytef *pending_buf; /* output still pending */
242 Bytef *pending_out; /* next pending byte to output to the stream */
243 int pending; /* nb of bytes in the pending buffer */ member in struct:deflate_state
416 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
699 s->pending = 0;
715 * Put a short in the pending buffer. The 16-bit value is put in MSB order.
728 * Flush as much pending output as possible.
734 unsigned len = state->pending;
746 state->pending
[all...]
/macosx-10.9.5/sudo-72/src/zlib/
H A Dzlib.h274 buffer because there might be more output pending.
280 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
290 If flush is set to Z_PARTIAL_FLUSH, all pending output is flushed to the
320 If the parameter flush is set to Z_FINISH, pending input is processed,
321 pending output is flushed and deflate returns with Z_STREAM_END if there was
356 This function discards any unprocessed input and does not flush any pending
419 more output pending.
454 this case all pending input is processed and all pending output is flushed;
508 This function discards any unprocessed input and does not flush any pending
[all...]
H A Dtrees.c880 * Flush the bits in the bit buffer to pending output (leaves at most 7 bits)
1097 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
/macosx-10.9.5/tcl-102/tcl/tcl/library/
H A Dinit.tcl266 set UnknownPending($name) pending;
/macosx-10.9.5/tcl-102/tcl84/tcl/library/
H A Dinit.tcl210 set unknown_pending($name) pending;
/macosx-10.9.5/apache-786.1/httpd/server/mpm/winnt/
H A Dservice.c1019 static int signal_service_transition(SC_HANDLE schService, DWORD signal, DWORD pending, DWORD complete) argument
1028 } while (globdat.ssStatus.dwCurrentState == pending);
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dresolver.c227 unsigned int pending; member in struct:fetchctx
903 * Cancel the pending send.
2180 INSIST(fctx->pending > 0);
2181 fctx->pending--;
2193 if (fctx->pending == 0) {
2202 } else if (SHUTTINGDOWN(fctx) && fctx->pending == 0 &&
2518 fctx->pending++;
2770 if (fctx->pending > 0) {
3085 REQUIRE(fctx->pending == 0);
3118 REQUIRE(fctx->pending
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDElementPrivate.cpp1464 bool pending = false; local
1468 // pending.
1474 pending = true;
1480 return pending;
/macosx-10.9.5/bind9-45.100/bind9/bin/dig/
H A Dhost.c837 lookup->pending = ISC_FALSE;
H A Ddighost.c733 looknew->pending = ISC_TRUE;
1515 debug("query to %s still pending", q->servname);
2265 lookup->pending = ISC_FALSE;
2388 lookup->pending = ISC_FALSE;
2756 if (!query->lookup->pending) {
2757 debug("ignoring launch_next_query because !pending");
3076 if ((!l->pending && !l->ns_search_only) || cancel_now) {
3077 debug("no longer pending. Got %s",
3483 if (l->pending)
3484 debug("still pending
[all...]
/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dqueue.c2372 _dispatch_root_queue_debug("worker thread request still pending for "
2623 bool pending = false, available = true; local
2646 if (!pending) {
2647 // Mark this queue as pending to avoid requests for further threads
2649 pending = true;
2658 // Create a new pending thread and then exit this thread.
2664 if (pending) {
/macosx-10.9.5/smb-697.95.1/kernel/netsmb/
H A Dsmb_smb_2.c2966 /* Get delete pending byte and ignore it */
5928 int pending; member in struct:quantum
5978 rw_pb[i].pending = 0;
6038 rw_pb[j].pending = 1;
6047 if (rw_pb[j].pending == 1) {
6049 rw_pb[j].pending = 0;
6120 rw_pb[j].pending = 1;
6133 if (rw_pb[i].pending == 1) {
6135 rw_pb[i].pending = 0;
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dstabs.c88 /* List of pending variable definitions. */
89 struct stab_pending_var *pending; member in struct:stab_handle
103 /* A list of these structures is used to hold pending variable
108 /* Next pending variable definition. */
469 /* Emit any pending variable definitions. */
481 /* We shouldn't have any pending variable definitions here, but,
3218 v->next = info->pending;
3223 info->pending = v;
3228 /* Emit pending variable definitions. This is called after we see the
3236 v = info->pending;
[all...]
/macosx-10.9.5/zlib-53/zlib/contrib/delphi/
H A DZLib.pas66 the internal output buffer is full. All pending output data is flushed
/macosx-10.9.5/rsync-42/rsync/zlib/
H A Dtrees.c1111 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
/macosx-10.9.5/tcl-102/tcl_ext/tkcon/tkcon/extra/
H A Dstripped.tcl495 set unknown_pending($name) pending;
/macosx-10.9.5/vim-53/runtime/macros/
H A Dmatchit.vim284 " Restore options and do some special handling for Operator-pending mode.
293 " In Operator-pending mode, we want to include the whole match

Completed in 437 milliseconds

123456