Home
last modified time | relevance | path

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

/third_party/mksh/
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/
Duthash.h386 #define HASH_FIND_PTR(head,findptr,out) \ argument
387 HASH_FIND(hh,head,findptr,sizeof(void *),out)
/third_party/libcoap/include/coap3/
Duthash.h502 #define HASH_FIND_PTR(head,findptr,out) \ argument
503 HASH_FIND(hh,head,findptr,sizeof(void *),out)