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

/httpd/modules/mappers/
H A Dmod_speling.c200 char *good, *bad, *postgood, *url; local
248 /* good = /correct-file */
249 good = apr_pstrndup(r->pool, r->filename, filoc);
267 if (apr_dir_open(&dir, good, r->pool) != APR_SUCCESS) {
/httpd/support/
H A Dab.c26 ** procurement of substitute good or services; loss of use, data, or profits;
324 int good = 0, bad = 0; /* number of good and bad requests */ variable
1307 if (good == 0 && destsa->next) {
1347 if (good)
1348 good--; /* connection never happened */
1351 if (good == 1) {
1410 good++;
1420 good++;
1427 && good
[all...]
/httpd/server/
H A Dutil.c1224 /* Scan the token again, but this time copy only the good bytes.
1308 int good = 0, addspace = 0, in_qpair = 0, in_qstr = 0, in_com = 0; local
1346 good = 1; /* until proven otherwise for this item */
1348 break; /* no items left and nothing good found */
1360 if (good)
1361 good = (*pos++ == *ptr);
1367 good = good && (*pos++ == ' ');
1368 good = good
[all...]

Completed in 28 milliseconds