Searched refs:current (Results 226 - 250 of 1554) sorted by relevance

1234567891011>>

/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A Dplarena.c92 pool->current = &pool->first;
110 ** pool->current. Then try to allocate a new arena from the heap.
131 /* attempt to allocate from arenas at pool->current */
133 a = pool->current;
136 pool->current = a;
154 /* the newly allocated arena is linked after pool->current
155 * and becomes pool->current */
156 a->next = pool->current->next;
157 pool->current->next = a;
158 pool->current
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dplarena.c92 pool->current = &pool->first;
110 ** pool->current. Then try to allocate a new arena from the heap.
131 /* attempt to allocate from arenas at pool->current */
133 a = pool->current;
136 pool->current = a;
154 /* the newly allocated arena is linked after pool->current
155 * and becomes pool->current */
156 a->next = pool->current->next;
157 pool->current->next = a;
158 pool->current
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dplarena.c92 pool->current = &pool->first;
110 ** pool->current. Then try to allocate a new arena from the heap.
131 /* attempt to allocate from arenas at pool->current */
133 a = pool->current;
136 pool->current = a;
154 /* the newly allocated arena is linked after pool->current
155 * and becomes pool->current */
156 a->next = pool->current->next;
157 pool->current->next = a;
158 pool->current
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dplarena.c92 pool->current = &pool->first;
110 ** pool->current. Then try to allocate a new arena from the heap.
131 /* attempt to allocate from arenas at pool->current */
133 a = pool->current;
136 pool->current = a;
154 /* the newly allocated arena is linked after pool->current
155 * and becomes pool->current */
156 a->next = pool->current->next;
157 pool->current->next = a;
158 pool->current
[all...]
/macosx-10.10/configd-699.1.5/Plugins/PreferencesMonitor/
H A Dprefsmon.c61 static CFMutableDictionaryRef currentPrefs; /* current prefs */
63 static CFMutableArrayRef unchangedPrefsKeys; /* new prefs keys which match current */
74 SCNetworkSetRef current = NULL; local
153 current = SCNetworkSetCopyCurrent(prefs);
154 if (current != NULL) {
155 set = current;
213 } else if ((current == NULL) && (set != NULL)) {
428 /* add this key/value to the current dictionary */
463 CFStringRef current = NULL; local
526 * create status dictionary associated with current configuratio
663 SCNetworkSetRef current; local
754 SCNetworkSetRef current; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Ddictbe.cpp52 // The span to break begins at the current position in the text, and
56 int32_t current; local
62 while((current = (int32_t)utext_getNativeIndex(text)) > startPos && isDict) {
66 rangeStart = (current < startPos) ? startPos : current+(isDict ? 0 : 1);
70 while((current = (int32_t)utext_getNativeIndex(text)) < endPos && fSet.contains(c)) {
75 rangeEnd = current;
79 utext_setNativeIndex(text, current);
112 int current; // The candidate we're currently looking at member in class:PossibleWord
124 // Back up from the current candidat
256 int32_t current; local
484 int32_t current; local
685 int32_t current; local
[all...]
/macosx-10.10/bind9-45.101/bind9/
H A Dbind.keys3 # which are included as part of BIND 9. As of the current release, the only
18 # These keys are current as of January 2011. If any key fails to
20 # replace this file with a current version. The latest version of
36 # for current trust anchor information.
/macosx-10.10/bind9-45.101/bind9/lib/lwres/include/lwres/
H A Dlwbuffer.h36 * of the used region to the byte before the 'current' offset (if any). The
37 * 'remaining' region the current pointer to the end of the used
42 * It extends from the current offset to an offset in the remaining region
44 * region is empty. If the current offset advances beyond the chosen offset,
55 * b == current pointer. Can be anywhere between a and d.
76 * 0 <= current <= used
79 * (although active < current implies empty active region)
136 #define LWRES_BUFFER_REMAINING(b) ((b)->used - (b)->current)
154 unsigned int current; member in struct:lwres_buffer
241 * current
[all...]
/macosx-10.10/cups-408/cups/cups/
H A Doptions.c598 current, /* Current index */ local
659 current = (left + right) / 2;
660 diff = cups_compare_options(&key, options + current);
665 right = current;
667 left = current;
678 current = left;
682 current = right;
692 return (current);
/macosx-10.10/curl-83.1.2/curl/tests/libtest/
H A Dlib533.c40 int current=0; local
71 if(!current++) {
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A DFoo.tcl23 lappend WATCH [namespace current]
29 lappend WATCH [namespace current]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/base64/
H A Dascii85.tcl92 append current "z"
98 append current [binary format ccccc \
106 if {[string length $current] >= $ml} {
107 append encoded [string range $current 0 [expr {$ml - 1}]] $wc
108 set current [string range $current $ml end]
118 append current [string range [encode4bytes $b1 $b2 $b3 $b4] 0 $rest]
120 append encoded [regsub -all -- ".{$ml}" $current "&$wc"]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dmath.tcl48 package provide [namespace tail [namespace current]] $version
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/nns/
H A Dnns.tcl48 # contents reflect the current set of matching entries.
350 if {![info exists current($k)]} {return -code error "Unknown key \"$k\""}
351 return $current($k)
355 return [array names current]
359 return [array size current]
363 return [array get current $pattern]
382 array set current $response
393 unset -nocomplain current($k)
408 variable current -array {}
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dutil_flow.tcl29 upvar 3 $nvar current
36 set current $n
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pluginmgr/
H A Dpluginmgr.tcl44 # is current interp.
207 set current $options(-pattern)
208 if {$newvalue eq $current} return
222 set current $options(-api)
223 if {$newvalue eq $current} return
229 set current $options(-cmds)
230 if {$newvalue eq $current} return
236 set current $options(-cmdip)
237 if {$newvalue eq $current} return
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGRenderSupport.cpp156 for (RenderObject* current = container.firstChild(); current; current = current->nextSibling()) {
157 if (current->isSVGHiddenContainer())
161 if (current->isSVGShape() && toRenderSVGShape(current)->isRenderingDisabled())
164 const AffineTransform& transform = current->localToParentTransform();
166 updateObjectBoundingBox(objectBoundingBox, objectBoundingBoxValid, current, current
[all...]
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Disakmp_frag.c281 struct isakmp_frag_item *current; local
284 current = iph1->frag_chain;
285 while (current) {
286 if (current->frag_num == item->frag_num) { // duplicate?
291 if (current->frag_last)
292 last_frag = current->frag_num;
293 current = current->frag_next;
303 current = iph1->frag_chain;
304 while (current) {
[all...]
/macosx-10.10/tcl-105/tk/tk/library/ttk/
H A Dcombobox.tcl174 $cb current $index
185 set current [$cb current]
186 incr current $dir
187 if {$max != 0 && $current == $current % $max} {
188 SelectEntry $cb $current
332 # from current combobox values.
339 set current [$cb current]
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DBytecodeBasicBlock.cpp126 BytecodeBasicBlock* current = new BytecodeBasicBlock(0, 0); local
127 linkBlocks(entry, current);
128 basicBlocks.append(adoptRef(current));
140 // If the current bytecode is a jump target, then it's the leader of its own basic block.
144 current = block;
150 // If the current bytecode is a branch or a return, then the next instruction is the leader of its own basic block.
157 // Otherwise, just add to the length of the current block.
158 current->addBytecodeLength(opcodeLength);
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DIntendedStructureChain.cpp43 for (Structure* current = asObject(prototype)->structure(); current; current = current->storedPrototypeStructure())
44 m_vector.append(current);
/macosx-10.10/JavaScriptCore-7600.1.17/tools/
H A DCodeProfiling.cpp159 // Pop the current profiler off the stack.
160 CodeProfile* current = const_cast<CodeProfile*>(s_profileStack); local
161 ASSERT(current);
162 s_profileStack = current->parent();
175 current->report();
176 delete current;
/macosx-10.10/swig-12/Source/DOH/
H A Dmemory.c29 int current; /* Current position for next allocation */ member in struct:pool
52 p->current = 0;
86 if ((cptr >= pptr) && (cptr < (pptr+(p->current*sizeof(DohBase))))) return 1; */
115 while (Pools->current == Pools->len) {
118 obj = Pools->ptr + Pools->current;
119 ++Pools->current;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_pexpr_op.tcl31 [list [namespace current]::Rename $nt $ntnew] \
37 [list [namespace current]::Drop $dropset] \
45 [list [namespace current]::Called] \
51 [list [namespace current]::Flatten] \
57 [list [namespace current]::FuseChars] \
222 # The current non-t operator is after one or more t-operators. We
268 # The current non-t operator is after one or more
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxml/library/
H A Dtclparser-8.0.tcl93 if {[info command [namespace current]::$name] != {}} {
94 return -code error "unable to create parser object \"[namespace current]::$name\" command"
98 upvar \#0 [namespace current]::$name parser
110 -statevariable [namespace current]::$name \
115 proc [namespace current]::$name {method args} \
120 return [namespace current]::$name
142 upvar \#0 [namespace current]::$parser state
182 upvar \#0 [namespace current]::$object parser
196 -internaldtdvariable [namespace current]::${object}(internaldtd)] \
368 upvar \#0 [namespace current]
[all...]

Completed in 337 milliseconds

1234567891011>>