Searched defs:npp (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/http/
H A Dmod_mime.c549 param *pp, *npp; local
728 npp = ctp->param;
729 while (npp->next) {
730 npp = npp->next;
732 npp->next = pp;

Completed in 1017 milliseconds