Home
last modified time | relevance | path

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

/dports/net/serveez/serveez-0.2.2/src/http-server/
H A Dhttp-core.h28 #define MAX_HTTP_PROPERTIES 32 /* all http properties */ macro
H A Dhttp-core.c815 http->property = svz_malloc (MAX_HTTP_PROPERTIES * 2 * sizeof (char *)); in http_parse_property()
820 while (!EOL1_P (request) && properties < MAX_HTTP_PROPERTIES - 1) in http_parse_property()