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

/httpd/modules/filters/
H A Dmod_deflate.c1417 apr_size_t avail, valid; local
1421 valid = (apr_size_t)VALIDATION_SIZE -
1429 if (avail < valid) {
1436 ctx->stream.next_in, valid);
1437 ctx->validation_buffer_length += valid;
1473 if (avail > valid) {
/httpd/server/
H A Dcore.c77 /* valid in core-conf, but not in runtime r->used_path_info */
1346 return apr_pstrcat(cmd->pool, cmd->cmd->name, " is not valid in ", cmd->parent->directive, " context", NULL);
1373 return apr_pstrcat(cmd->pool, cmd->cmd->name, " is not valid in ", cmd->parent->directive, " context", NULL);
1942 int valid; local
1954 valid = 1;
1976 valid = 0;
1985 valid = 0;
2009 if (! valid) {
2917 return "ServerRoot must be a valid directory";
2935 return "DefaultRuntimeDir must be a valid director
[all...]

Completed in 24 milliseconds