Searched refs:chain (Results 126 - 128 of 128) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm614 chainlenwmask equ esp + 0 ; high word: current chain len
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dawk.c49 /* Node chain (pattern-action chain, BEGIN, END, function bodies) */
54 } chain; typedef in typeref:struct:chain_s
78 struct hash_item_s *next; /* next in chain */
398 chain beginseq, mainseq, endseq, *seq;
1219 /* add node to chain. Return ptr to alloc'd node */
1273 /* parse group and attach it to chain */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c6240 HashElem *chain; /* Pointer to first entry with this hash */ member in struct:Hash::_ht
8256 ** Collisions are on the FuncDef.pHash chain.
19556 pHead = pEntry->count ? pEntry->chain : 0;
19558 pEntry->chain = pNew;
19630 elem = pEntry->chain;
19664 if( pEntry->chain==elem ){
19665 pEntry->chain = elem->next;
98365 Fts3HashElem *chain; /* Pointer to first entry with this hash */ member in struct:Fts3Hash::_fts3ht
[all...]

Completed in 342 milliseconds

123456