Searched refs:good (Results 1 - 4 of 4) sorted by relevance
/httpd/modules/core/test/conf/ |
H A D | test38.conf | 4 Warning it is really a good idea to have mod_macro.c installed.
|
/httpd/server/ |
H A D | util.c | 1224 /* 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...] |
/httpd/modules/mappers/ |
H A D | mod_speling.c | 200 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 D | ab.c | 26 ** 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...] |
Completed in 3209 milliseconds