Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp-header-glue.c267 char *semicolon; in http_response_handle_cachable() local
269 if (NULL == (semicolon = strchr(con->request.http_if_modified_since, ';'))) { in http_response_handle_cachable()
272 used_len = semicolon - con->request.http_if_modified_since; in http_response_handle_cachable()
327 char *semicolon; in http_response_handle_cachable() local
329 if (NULL == (semicolon = strchr(con->request.http_if_modified_since, ';'))) { in http_response_handle_cachable()
332 used_len = semicolon - con->request.http_if_modified_since; in http_response_handle_cachable()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dmagnet.txt60 You can define multiple scripts when separated by a semicolon. The scripts are executed in the spec…