Searched refs:APR_BRIGADE_INSERT_HEAD (Results 1 – 2 of 2) sorted by relevance
51 APR_BRIGADE_INSERT_HEAD(bb, fb); in test_simple()451 APR_BRIGADE_INSERT_HEAD(bb, e); in test_partition()480 APR_BRIGADE_INSERT_HEAD(bb1, e); in test_write_split()501 APR_BRIGADE_INSERT_HEAD(bb, e); in test_write_putstrs()
358 #define APR_BRIGADE_INSERT_HEAD(b, e) do { \ macro