Home
last modified time | relevance | path

Searched refs:next_ptr (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/crypto/lhash/
Dlhash.c143 LHASH_ITEM **next_ptr; in lh_retrieve() local
145 next_ptr = get_next_ptr_and_hash(lh, NULL, data); in lh_retrieve()
147 if (*next_ptr == NULL) { in lh_retrieve()
151 return (*next_ptr)->data; in lh_retrieve()
219 LHASH_ITEM **next_ptr, *item; in lh_insert() local
222 next_ptr = get_next_ptr_and_hash(lh, &hash, data); in lh_insert()
225 if (*next_ptr != NULL) { in lh_insert()
228 *old_data = (*next_ptr)->data; in lh_insert()
229 (*next_ptr)->data = data; in lh_insert()
242 *next_ptr = item; in lh_insert()
[all …]
/external/freetype/src/gzip/
Dzutil.c68 local int next_ptr = 0; variable
97 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
98 table[next_ptr].org_ptr = buf; in zcalloc()
103 table[next_ptr++].new_ptr = buf; in zcalloc()
115 for (n = 0; n < next_ptr; n++) { in zcfree()
119 while (++n < next_ptr) { in zcfree()
122 next_ptr--; in zcfree()
/external/pdfium/third_party/zlib_v128/
Dzutil.c207 local int next_ptr = 0;
236 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
237 table[next_ptr].org_ptr = buf;
242 table[next_ptr++].new_ptr = buf;
254 for (n = 0; n < next_ptr; n++) {
258 while (++n < next_ptr) {
261 next_ptr--;
/external/syslinux/com32/lib/zlib/
Dzutil.c201 local int next_ptr = 0; variable
230 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
231 table[next_ptr].org_ptr = buf; in zcalloc()
236 table[next_ptr++].new_ptr = buf; in zcalloc()
248 for (n = 0; n < next_ptr; n++) { in zcfree()
252 while (++n < next_ptr) { in zcfree()
255 next_ptr--; in zcfree()
/external/zlib/src/
Dzutil.c205 local int next_ptr = 0; variable
234 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
235 table[next_ptr].org_ptr = buf; in zcalloc()
240 table[next_ptr++].new_ptr = buf; in zcalloc()
252 for (n = 0; n < next_ptr; n++) { in zcfree()
256 while (++n < next_ptr) { in zcfree()
259 next_ptr--; in zcfree()
/external/jsilver/src/org/clearsilver/jni/
DJniHdf.java376 long next_ptr = _objNext(hdfptr);
377 if ( next_ptr == 0 ) {
380 return newHdf(next_ptr, this);
/external/testng/ant/3rdparty/
Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...