Lines Matching refs:magic_rsl
448 } magic_rsl;
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 *frag; /* list-traversal pointer */
677 magic_rsl *frag; /* list-traversal pointer */
790 * confused by all this magic_rsl stuff. -djg */
798 * confused by all this magic_rsl stuff. -djg */