Searched defs:pathlen (Results 1 - 6 of 6) sorted by relevance
/httpd/modules/ssl/ |
H A D | ssl_util_ssl.c | 164 BOOL SSL_X509_getBC(X509 *cert, int *ca, int *pathlen) argument 174 *pathlen = -1 /* unlimited */; 175 if (bc->pathlen != NULL) { 176 if ((bn = ASN1_INTEGER_to_BN(bc->pathlen, NULL)) == NULL) { 185 *pathlen = atoi(cp);
|
H A D | ssl_engine_init.c | 939 int is_ca, pathlen; local 949 if (SSL_X509_getBC(cert, &is_ca, &pathlen)) { 956 if (pathlen > 0) { 959 "(BasicConstraints: pathlen == %d > 0 !?)", 960 key_id, pathlen);
|
/httpd/modules/cache/ |
H A D | cache_util.h | 111 apr_size_t pathlen; member in struct:cache_enable 116 apr_size_t pathlen; member in struct:cache_disable
|
H A D | cache_util.c | 33 static int uri_meets_conditions(const apr_uri_t *filter, const int pathlen, argument 117 if (*filter->path == '/' && pathlen == 1) { 128 return !strncmp(filter->path, url->path, pathlen); 186 if (uri_meets_conditions(&ent[i].url, ent[i].pathlen, &uri)) { 203 if (uri_meets_conditions(&ent[i].url, ent[i].pathlen, &uri)) {
|
/httpd/modules/proxy/ |
H A D | proxy_util.c | 2655 apr_socklen_t addrlen, pathlen; local 2667 pathlen = strlen(uds_path); 2669 addrlen = APR_OFFSETOF(struct sockaddr_un, sun_path) + pathlen; 2671 memcpy(sa->sun_path, uds_path, pathlen + 1);
|
/httpd/include/ |
H A D | httpd.h | 1333 int pathlen; member in struct:server_rec
|
Completed in 42 milliseconds