Searched refs:apr_bucket_type_file (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/apr-util/buckets/
H A Dapr_buckets_file.c141 b->type = &apr_bucket_type_file;
169 b->type = &apr_bucket_type_file;
235 APU_DECLARE_DATA const apr_bucket_type_t apr_bucket_type_file = { variable
/freebsd-13-stable/contrib/apr-util/include/
H A Dapr_buckets.h467 #define APR_BUCKET_IS_FILE(e) ((e)->type == &apr_bucket_type_file)
1196 APU_DECLARE_DATA extern const apr_bucket_type_t apr_bucket_type_file;

Completed in 101 milliseconds