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

/httpd/modules/metadata/
H A Dmod_mime_magic.c448 } magic_rsl; typedef in typeref:struct:magic_rsl_s
463 magic_rsl *head; /* result string list */
464 magic_rsl *tail;
521 * into a list of magic_rsl structures with the strings. When complete,
536 req_dat->head = req_dat->tail = (magic_rsl *) NULL;
547 magic_rsl *rsl;
560 rsl = (magic_rsl *) apr_palloc(r->pool, sizeof(magic_rsl));
564 rsl->next = (magic_rsl *) NULL;
619 magic_rsl *fra
[all...]

Completed in 16 milliseconds