HomeSort by: relevance | last modified time | path
    Searched refs:request_path (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/netmgr/
http.c 298 http_endpoints_find(const char *request_path,
2180 if (socket->h2->request_path != NULL) {
2181 isc_mem_free(socket->worker->mctx, socket->h2->request_path);
2183 socket->h2->request_path = isc_mem_strndup(
2186 if (!isc_nm_http_path_isvalid(socket->h2->request_path)) {
2187 isc_mem_free(socket->worker->mctx, socket->h2->request_path);
2188 socket->h2->request_path = NULL;
2192 handler = http_endpoints_find(socket->h2->request_path,
2198 isc_mem_free(socket->worker->mctx, socket->h2->request_path);
2199 socket->h2->request_path = NULL
    [all...]
netmgr-int.h 448 char *request_path; member in struct:isc_nmsocket_h2

Completed in 18 milliseconds