Searched refs:next (Results 276 - 300 of 3838) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/ntp-92/include/
H A Dntp_data_structures.h23 struct node *next; member in union:node::__anon11210
27 #define node_next nodeu.next
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dhash.c40 struct _xmlHashEntry *next; member in struct:_xmlHashEntry
200 xmlHashEntryPtr iter, next; local
238 table->table[key].next = NULL;
242 iter = oldtable[i].next;
244 next = iter->next;
254 table->table[key].next = NULL;
257 iter->next = table->table[key].next;
258 table->table[key].next
291 xmlHashEntryPtr next; local
832 xmlHashEntryPtr next; local
906 xmlHashEntryPtr next; local
946 xmlHashEntryPtr next; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_base/
H A Dtextwindow.tcl47 next
58 next {*}$args
64 # up for the next buffer. No idea if we can.
/macosx-10.10.1/tidy-15.15/tidy/experimental/
H A DTidyNodeIter.c26 // the next element, if any, is my first-born child
31 // no children, I guess my next younger brother inherits the throne.
32 while ( NULL == pThis->pCurrent->next
38 pThis->pCurrent = pThis->pCurrent->next;
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dbuffio.c72 buf->next = 0;
89 buf->next = 0;
127 buf->next = 0;
177 bv = buf->bp[ buf->next++ ];
183 return ( buf->next >= buf->size );
188 if ( buf->next > 0 )
190 --buf->next;
191 assert( bv == buf->bp[ buf->next ] );
/macosx-10.10.1/xar-254/xar/lib/
H A Dsignature.h42 struct __xar_x509cert_t *next; member in struct:__xar_x509cert_t
51 struct __xar_signature_t *next; member in struct:__xar_signature_t
/macosx-10.10.1/emacs-93/emacs/lwlib/
H A Dlwlib.c243 if (wv->next)
245 free_widget_value_tree (wv->next);
246 wv->next = (widget_value *) 0xDEADBEEF;
276 copy->next = copy_widget_value_tree (val->next, change);
306 info->next = all_widget_info;
355 instance->next = info->instances;
386 prev = info, info = info->next)
392 prev->next = info->next;
768 widget_value* next; local
1083 widget_instance* next; local
1108 widget_info* next; local
1417 widget_instance* next; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DAttribute.java51 * The next attribute in this attribute list. May be <tt>null</tt>.
53 Attribute next; field in class:Attribute
176 attr = attr.next;
213 attr = attr.next;
251 attr = attr.next;
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtokiter.h39 * Return the next token from this iterator.
43 UBool next(UnicodeString& token, UErrorCode& ec);
47 * returned by next(). Should only be called after a call to
48 * next(); otherwise the return value is undefined.
/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DHandleSet.cpp65 for (Node* node = m_strongList.begin(); node != end; node = node->next()) {
98 for (Node* node = m_strongList.begin(); node != end; node = node->next()) {
109 if (node->prev()->next() != node)
111 if (node->next()->prev() != node)
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSNameScope.h47 static JSNameScope* create(VM& vm, JSGlobalObject* globalObject, const Identifier& identifier, JSValue value, unsigned attributes, JSScope* next) argument
49 JSNameScope* scopeObject = new (NotNull, allocateCell<JSNameScope>(vm.heap)) JSNameScope(vm, globalObject, next);
74 JSNameScope(VM& vm, JSGlobalObject* globalObject, JSScope* next) argument
79 next
H A DJSWithScope.h44 static JSWithScope* create(ExecState* exec, JSObject* object, JSScope* next) argument
46 JSWithScope* withScope = new (NotNull, allocateCell<JSWithScope>(*exec->heap())) JSWithScope(exec, object, next);
76 JSWithScope(ExecState* exec, JSObject* object, JSScope* next) argument
80 next
/macosx-10.10.1/OpenPAM-20/openpam/lib/
H A Dpam_get_data.c61 for (dp = pamh->module_data; dp != NULL; dp = dp->next) {
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A Dtls_record_internal.h48 { struct WaitingRecord *next; member in struct:WaitingRecord
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A Dtls_record_internal.h48 { struct WaitingRecord *next; member in struct:WaitingRecord
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A Dtls_record_internal.h48 { struct WaitingRecord *next; member in struct:WaitingRecord
/macosx-10.10.1/adv_cmds-158/mklocale/
H A Dldef.h55 struct rune_list *next; member in struct:rune_list
/macosx-10.10.1/apache-793/httpd/modules/generators/
H A Dmod_cgi.h43 ap_filter_t *next; member in struct:__anon5955
/macosx-10.10.1/apache-793/httpd/server/
H A Dutil_cfgtree.c36 current->next = toadd;
/macosx-10.10.1/apr-32/apr/apr/include/arch/unix/
H A Dapr_arch_misc.h54 struct apr_other_child_rec_t *next; member in struct:apr_other_child_rec_t
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dnsec3_50.h38 unsigned char *next; member in struct:dns_rdata_nsec3
/macosx-10.10.1/cups-408/cups/ppdc/
H A Dtestcatalog.cxx51 m = (ppdcMessage *)catalog->messages->next())
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dllist.h34 struct curl_llist_element *next; member in struct:curl_llist_element
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_operhlp.c39 struct getout *next; local
43 next = node->next;
48 node = next;
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Darc-ext.h42 struct ExtAuxRegister *next; member in struct:ExtAuxRegister

Completed in 558 milliseconds

<<11121314151617181920>>