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

/httpd/support/
H A Dcheckgid.c85 int check; local
92 check = setgid(gid);
93 if (check != 0) {
H A Dhtpasswd.c145 apr_status_t check; local
147 check = apr_stat(&sbuf, fname, APR_FINFO_TYPE, pool);
148 return ((check || sbuf.filetype != APR_REG) ? 0 : 1);
/httpd/modules/metadata/
H A Dmod_expires.c139 * the table_get check and then looking for an ExpiresDefault.
317 const char *check; local
319 check = ap_strrchr_c(mime, '/');
320 if (check == NULL) {
323 if ((strlen(++check) == 1) && (*check == '*')) {
480 * this module. First, check to see if there is an applicable

Completed in 665 milliseconds