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

/httpd/modules/http/
H A Dhttp_protocol.c1548 ap_method_list_t *ml; local
1550 ml = (ap_method_list_t *) apr_palloc(p, sizeof(ap_method_list_t));
1551 ml->method_mask = 0;
1552 ml->method_list = apr_array_make(p, nelts, sizeof(char *));
1553 return ml;
/httpd/modules/core/
H A Dmod_macro.c568 static int next_one(array_contents_t * ml) argument
570 if (ml->next) {
571 ap_assert(ml->upper);
572 *(ml->upper) = ml->next;
584 array_contents_t *ml = (array_contents_t *) param; local
585 char **tab = (char **) ml->contents->elts;
587 while (ml->char_index >= ml->length) {
588 if (ml
615 array_contents_t *ml = (array_contents_t *) param; local
650 array_contents_t *ml = (array_contents_t *) param; local
[all...]
/httpd/server/
H A Dconfig.c1276 ap_mod_list *ml; local
1281 ml = apr_hash_get(ap_config_hash, dir, APR_HASH_KEY_STRING);
1283 if (ml == NULL) {
1301 for ( ; ml != NULL; ml = ml->next) {
1305 ml->m,
1308 cmd = ml->cmd;
1660 ap_mod_list *ml; local
1665 ml
[all...]

Completed in 245 milliseconds