Lines Matching defs:list
572 apr_bucket_alloc_t *list)
574 apr_bucket *b = apr_bucket_alloc(sizeof(*b), list);
581 b->list = list;
622 apr_bucket_alloc_t *list)
624 apr_bucket *b = apr_bucket_alloc(sizeof(*b), list);
627 b->list = list;
645 buf = apr_bucket_alloc(*len, a->list); /* XXX: check for failure? */
663 APR_BUCKET_INSERT_AFTER(a, cgi_bucket_dup(data, a->list));