/external/openssl/crypto/engine/ |
eng_list.c | 73 * engine_list_head, and each non-null "next" pointer account for 111 iterator = iterator->next; 138 (engine_list_tail->next != NULL)) 144 engine_list_tail->next = e; 153 e->next = NULL; 170 iterator = iterator->next; 178 if(e->next) 179 e->next->prev = e->prev; 181 e->prev->next = e->next; [all...] |
/external/ppp/pppd/plugins/radius/ |
clientid.c | 19 struct map2id_s *next; member in struct:map2id_s 76 p->next = map2id_list; 115 for(p = map2id_list; p; p = p->next)
|
avpair.c | 127 vp->next = (VALUE_PAIR *) NULL; 219 pair->next = (VALUE_PAIR *) NULL; 317 pair->next = NULL; 354 for (; vp != (VALUE_PAIR *) NULL && vp->attribute != attr; vp = vp->next) 381 lp->next = vp; 383 p = p->next; 420 vp = vp->next; 432 this_node = this_node->next; 437 vp = this_node->next; 438 this_node->next = b 457 VALUE_PAIR *next; local [all...] |
/external/srtp/crypto/include/ |
crypto_kernel.h | 79 struct kernel_cipher_type *next; member in struct:kernel_cipher_type 89 struct kernel_auth_type *next; member in struct:kernel_auth_type 98 struct kernel_debug_module *next; member in struct:kernel_debug_module
|
/external/valgrind/main/memcheck/tests/ |
wrap5.c | 12 struct _Lard* next; member in struct:_Lard 26 p->next = lard; 90 p_next = p->next;
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/ |
symbols.h | 63 struct SymbolList_Rec *next; member in struct:SymbolList_Rec 68 Scope *next, *prev; // doubly-linked list of all scopes member in struct:Scope_Rec 87 Symbol *next; member in struct:Symbol_Rec
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Macintosh/ |
alloca.c | 124 union hdr *next; /* for chaining headers */ member in struct:hdr::__anon13514 162 register header *np = hp->h.next; 166 hp = np; /* -> next header */ 184 ((header *)new)->h.next = last_alloca_header;
|
/frameworks/base/include/drm/ |
DrmConstraints.h | 83 const String8& next(); 106 String8 next(); 119 String8 key = keyIt.next();
|
DrmMetadata.h | 47 const String8& next(); 69 String8 next(); 82 String8 key = keyIt.next();
|
/frameworks/base/media/libstagefright/ |
MediaBufferGroup.cpp | 32 MediaBuffer *next; local 34 buffer = next) { 35 next = buffer->nextBuffer();
|
/libcore/luni/src/main/java/java/util/ |
PropertyResourceBundle.java | 93 String next = pEnum.nextElement(); local 94 if (!resources.containsKey(next)) { 95 nextElement = next;
|
/system/core/libdiskconfig/ |
write_lst.c | 53 item->next = (*lst); 63 temp_wr = lst->next; 72 for(; lst; lst = lst->next) {
|
/external/icu4c/test/intltest/ |
itercoll.cpp | 45 * Test for CollationElementIterator previous and next for the whole set of 184 if (U_FAILURE(status) || iter->next(status) != UCOL_NULLORDER) { 234 int32_t c = iter2->next(status); 241 errln("iter2->next() returned an error."); 246 c = iter2->next(status); 277 || iter1->next(status) != (int32_t)UCOL_NULLORDER) { 283 || iter1->next(status) != (int32_t)UCOL_NULLORDER) { 349 int32_t e0 = i->next(status); // save the first collation element 353 errln("call to i->next() failed. err=%s", u_errorName(status)); 365 i->next(status); // but only use up half of i [all...] |
/external/qemu/telephony/ |
sysdeps_posix.c | 86 SysChannel next; member in struct:SysChannelRec_ 110 _s_free_channels = channel->next; 111 channel->next = NULL; 135 channel->next = _s_free_channels; 157 pnode = &node->next; 159 *pnode = channel->next; 160 channel->next = NULL; 168 channel->next = _s_channels; 186 _s_channels0[nn].next = &_s_channels0[nn+1]; 316 SysTimer next; member in struct:SysTimerRec_ [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
RedundentExprEliminator.java | 167 MultistepExprHolder next = list; local 168 while(null != next) 170 if(next.m_stepCount < i) 172 list = matchAndEliminatePartialPaths(next, list, isGlobal, i, psuedoVarRecipient); 173 next = next.m_next; 304 MultistepExprHolder next = head; local 309 getElemFromExpression(next.m_exprOwner.getExpression()); 317 next = next.m_next 384 MultistepExprHolder next = head; local 497 AxesWalker next = (AxesWalker)walker.getNextWalker().clone(); local 1340 MultistepExprHolder next = this; local 1375 MultistepExprHolder next = this; local 1404 MultistepExprHolder next = this; local 1419 MultistepExprHolder next = this; local [all...] |
/external/kernel-headers/original/linux/ |
skbuff.h | 111 struct sk_buff *next; member in struct:sk_buff_head 187 * @next: Next buffer in list 233 struct sk_buff *next; member in struct:sk_buff 416 return list->next == (struct sk_buff *)list; 569 struct sk_buff *list = ((struct sk_buff *)list_)->next; 618 list->prev = list->next = (struct sk_buff *)list; 644 struct sk_buff *next; local 647 next = prev->next; 684 struct sk_buff *prev, *next; local 706 struct sk_buff *next, *prev, *result; local 753 struct sk_buff *next, *prev; local [all...] |
/external/wpa_supplicant/ |
ctrl_iface_named_pipe.c | 69 struct wpa_ctrl_dst *next, *prev; member in struct:wpa_ctrl_dst 122 struct wpa_ctrl_dst *dst, *next; local 127 next = dst->next; 133 dst = next; 215 dst->next = priv->ctrl_dst; 216 if (dst->next) 217 dst->next->prev = dst; 249 dst->prev->next = dst->next; 484 struct wpa_ctrl_dst *dst, *next; local 547 struct wpa_global_dst *next, *prev; member in struct:wpa_global_dst 563 struct wpa_global_dst *dst, *next; local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface_named_pipe.c | 69 struct wpa_ctrl_dst *next, *prev; member in struct:wpa_ctrl_dst 122 struct wpa_ctrl_dst *dst, *next; local 127 next = dst->next; 133 dst = next; 215 dst->next = priv->ctrl_dst; 216 if (dst->next) 217 dst->next->prev = dst; 249 dst->prev->next = dst->next; 485 struct wpa_ctrl_dst *dst, *next; local 548 struct wpa_global_dst *next, *prev; member in struct:wpa_global_dst 564 struct wpa_global_dst *dst, *next; local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface_named_pipe.c | 69 struct wpa_ctrl_dst *next, *prev; member in struct:wpa_ctrl_dst 122 struct wpa_ctrl_dst *dst, *next; local 127 next = dst->next; 133 dst = next; 215 dst->next = priv->ctrl_dst; 216 if (dst->next) 217 dst->next->prev = dst; 249 dst->prev->next = dst->next; 485 struct wpa_ctrl_dst *dst, *next; local 548 struct wpa_global_dst *next, *prev; member in struct:wpa_global_dst 564 struct wpa_global_dst *dst, *next; local [all...] |
/external/freetype/src/base/ |
ftutil.c | 253 cur = cur->next; 269 node->next = 0; 273 before->next = node; 290 node->next = after; 312 after = node->next; 315 before->next = after; 336 after = node->next; 342 before->next = after; 350 node->next = list->head; 369 FT_ListNode next = cur->next local 397 FT_ListNode next = cur->next; local [all...] |
/external/javassist/src/main/javassist/ |
ClassPoolTail.java | 25 ClassPathList next; field in class:ClassPathList 29 next = n; 194 list = list.next; 212 while (list.next != null) 213 list = list.next; 215 list.next = tail; 225 pathList = list.next; 227 while (list.next != null) 228 if (list.next.path == cp) 229 list.next = list.next.next [all...] |
/external/mesa3d/src/mesa/program/ |
symbol_table.c | 11 * The above copyright notice and this permission notice (including the next 30 * Link to the next symbol in the table with the same name 39 * Link to the next symbol in the table with the same scope 75 struct symbol_header *next; member in struct:symbol_header 89 /** Link to next (inner) scope level. */ 90 struct scope_level *next; member in struct:scope_level 125 * The next call to \c _mesa_symbol_table_iterator_get will return this 127 * returned by the next call. 139 for (scope = table->current_scope; scope != NULL; scope = scope->next) { 164 table->current_scope = scope->next; 170 struct symbol *const next = sym->next_with_same_scope; local 474 struct symbol_header *next; local [all...] |
/external/bluetooth/glib/gio/xdgmime/ |
xdgmimemagic.c | 70 XdgMimeMagicMatch *next; member in struct:XdgMimeMagicMatch 83 XdgMimeMagicMatchlet *next; member in struct:XdgMimeMagicMatchlet 114 matchlet->next = NULL; 125 if (mime_magic_matchlet->next) 126 _xdg_mime_magic_matchlet_free (mime_magic_matchlet->next); 141 XdgMimeMagicMatch *ptr, *next; local 146 next = ptr->next; 154 ptr = next; 379 /* Next two bytes determine how long the value is * [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
LinkedBlockingDeque.java | 64 * self-link implicitly means to jump to "first" (for next links) 98 Node<E> next; field in class:LinkedBlockingDeque.Node 115 * (last.next == null && last.item != null) 190 node.next = f; 214 l.next = node; 228 Node<E> n = f.next; 231 f.next = f; // help GC 258 p.next = null; 270 Node<E> n = x.next; 276 p.next = n 1017 Node<E> next; field in class:LinkedBlockingDeque.AbstractItr 1087 public E next() { method in class:LinkedBlockingDeque.AbstractItr [all...] |
/external/dropbear/libtomcrypt/testprof/ |
der_tests.c | 198 /* we expect l->next to be NULL and l->child to not be */ 200 if (l->next != NULL || l->child == NULL) { 201 fprintf(stderr, "(%d), %d, %lu, next=%p, prev=%p, parent=%p, child=%p\n", __LINE__, l->type, l->size, l->next, l->prev, l->parent, l->child); 207 fprintf(stderr, "(%d), %d, %lu, next=%p, prev=%p, parent=%p, child=%p\n", __LINE__, l->type, l->size, l->next, l->prev, l->parent, l->child); 214 if (l->next == NULL || l->child != NULL) { 215 fprintf(stderr, "(%d), %d, %lu, next=%p, prev=%p, parent=%p, child=%p\n", __LINE__, l->type, l->size, l->next, l->prev, l->parent, l->child); 220 fprintf(stderr, "(%d), %d, %lu, next=%p, prev=%p, parent=%p, child=%p\n", __LINE__, l->type, l->size, l->next, l->prev, l->parent, l->c (…) [all...] |