Searched refs:no (Results 1 - 8 of 8) sorted by relevance

/httpd/support/
H A Dapachectl.in23 # XXX this doc is no longer correct now that the interesting
85 echo The startssl option is no longer supported.
H A Dlogresolve.pl.in45 # that fail to get resolved. Your mileage will no doubt vary. 5s is long
62 no strict 'refs';
150 # child sends us back both the IP and HOSTNAME, no need for us
151 # to remember what child received any given IP, and no worries
221 # return the hostname or the IP address itself if there is no hostname
/httpd/build/
H A Dbuildinfo.sh26 error=no
47 newline=no
H A Dinstall-bindist.sh.in66 PERL=no-perl5-on-this-system
114 HAD_ENVVARS=no
154 if [ $HAD_ENVVARS = no ]
H A Dspecial.mk35 install-modules-no:
/httpd/server/
H A Dutil.c389 apr_size_t no; local
412 no = *src++ - '0';
414 no = AP_MAX_REG_MATCH;
416 if (no >= AP_MAX_REG_MATCH) { /* Ordinary character. */
421 else if (no < nmatch && pmatch[no].rm_so < pmatch[no].rm_eo) {
422 if (APR_SIZE_MAX - len <= pmatch[no].rm_eo - pmatch[no].rm_so)
424 len += pmatch[no]
[all...]
/httpd/docs/manual/style/css/
H A Dmanual.css776 body.no-sidebar div#page-content,
/httpd/modules/filters/
H A Dmod_include.c562 p--; /* no data to output */
664 "regex capture $%" APR_SIZE_T_FMT " refers to no regex in %s",
1658 * If there are no more tags, set the tag name to NULL.
1660 * The tag value may be NULL if there is no tag value..
1767 * virtual url. If onerror fails, or no onerror is present, the default
2773 * Returns the count of character that is the first match or hl if no
2884 /* no match */
2982 /* no match at all, release all (wrongly) matched chars so far */
3046 /* no match. continue normal parsing */
3145 /* no matc
[all...]

Completed in 23 milliseconds