Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dresponse.c225 char *qstr; in http_response_prepare() local
287 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()