Home | History | Annotate | Download | only in microhttpd

Lines Matching refs:nodep

312   void **nodep;
334 if (NULL == (nodep = tsearch (key,
346 node = *nodep;
377 void **nodep;
390 if (NULL == (nodep = tfind (&search_key,
398 found_key = (struct MHD_IPCount *) *nodep;