Searched defs:nullstr (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dapreq_module_cgi.c79 static const char *nullstr = 0; variable
146 const char *defval = nullstr;
191 * remove if and use nullstr if defval == NULL */
247 /* if (strcmp(buf[0], nullstr)) */
252 if (defval != nullstr)

Completed in 1363 milliseconds