Home
last modified time | relevance | path

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

/civetweb-2.7.6/src/
Dcivetweb.c13298 struct mg_handler_info *tmp_rh, **lastref; local
13359 lastref = &(dom_ctx->handlers);
13392 *lastref = tmp_rh->next;
13400 lastref = &(tmp_rh->next);
13461 *lastref = tmp_rh;