Lines Matching refs:status
138 apr_status_t status;
163 status = apr_getopt(o, "s:c", &opt, &arg);
164 if (status == APR_EOF) {
167 else if (status != APR_SUCCESS) {
245 status = apr_sockaddr_info_get(&ip, line, APR_UNSPEC, 0, 0, pline);
246 if (status != APR_SUCCESS) {
266 status = apr_getnameinfo(&hostname, ip, 0) != APR_SUCCESS;
267 if (status || hostname == NULL) {
285 status = apr_sockaddr_info_get(&ipdouble, hostname, ip->family, 0,
287 if (status == APR_SUCCESS ||