Searched refs:APR_DELETE (Results 1 – 2 of 2) sorted by relevance
630 a->apr_flags |= APR_DELETE; in ipf_proxy_del()661 if ((apr == NULL) || (apr->apr_flags & APR_DELETE) || in ipf_proxy_ok()766 if ((apr == NULL) || (apr->apr_flags & APR_DELETE)) { in ipf_proxy_match()815 if ((apr->apr_flags & APR_DELETE) || in ipf_proxy_new()
123 #define APR_DELETE 1 macro