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

/httpd/server/
H A Dapreq_module_cgi.c146 const char *defval = nullstr; local
191 * remove if and use nullstr if defval == NULL */
192 if (defval != NULL) {
193 strcpy(start, defval);
194 start += strlen(defval);
252 if (defval != nullstr)
253 return apr_pstrdup(handle->pool, defval);

Completed in 12 milliseconds