Searched refs:qstr (Results 1 – 1 of 1) sorted by relevance
225 char *qstr; in http_response_prepare() local287 if (NULL != (qstr = strchr(con->request.uri->ptr, '#'))) { in http_response_prepare()288 con->request.uri->used = qstr - con->request.uri->ptr; in http_response_prepare()293 if (NULL != (qstr = strchr(con->request.uri->ptr, '?'))) { in http_response_prepare()294 buffer_copy_string (con->uri.query, qstr + 1); in http_response_prepare()295 buffer_copy_string_len(con->uri.path_raw, con->request.uri->ptr, qstr - con->request.uri->ptr); in http_response_prepare()