Home
last modified time | relevance | path

Searched refs:findptr (Results 1 - 3 of 3) sorted by relevance

/third_party/mksh/
H A Dlalloc.c36 static struct lalloc_common *findptr(struct lalloc_common **, char *, Area *);
100 findptr(struct lalloc_common **lpp, char *ptr, Area *ap) in findptr() function
149 pp = findptr(&lp, ptr, ap); in aresize()
173 pp = findptr(&lp, ptr, ap); in afree()
/third_party/libdrm/intel/
H A Duthash.h386 #define HASH_FIND_PTR(head,findptr,out) \
387 HASH_FIND(hh,head,findptr,sizeof(void *),out)
/third_party/libcoap/include/coap3/
H A Dcoap_uthash_internal.h502 #define HASH_FIND_PTR(head,findptr,out) \
503 HASH_FIND(hh,head,findptr,sizeof(void *),out)

Completed in 5 milliseconds