Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dmod_dirlisting.c1445 void ** const restrict dptr = &r->plugin_ctx[((plugin_data *)p_d)->id]; in REQUEST_FUNC() local
1446 if (*dptr) { in REQUEST_FUNC()
1448 mod_dirlisting_handler_ctx_free(*dptr); in REQUEST_FUNC()
1449 *dptr = NULL; in REQUEST_FUNC()
H A Dmod_webdav.c6103 void ** const restrict dptr = in REQUEST_FUNC() local
6105 if (*dptr) { in REQUEST_FUNC()
6106 free(*dptr); in REQUEST_FUNC()
6107 *dptr = NULL; in REQUEST_FUNC()