Searched refs:APR_NOTFOUND (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/apr/encoding/
H A Dapr_escape.c94 return APR_NOTFOUND;
110 case APR_NOTFOUND: {
150 return APR_NOTFOUND;
246 return APR_NOTFOUND;
269 case APR_NOTFOUND: {
344 return APR_NOTFOUND;
361 case APR_NOTFOUND: {
379 return APR_NOTFOUND;
427 return APR_NOTFOUND;
444 case APR_NOTFOUND
[all...]
H A Dapr_encode.c217 return APR_NOTFOUND;
283 return APR_NOTFOUND;
350 case APR_NOTFOUND:{
369 case APR_NOTFOUND:{
381 return APR_NOTFOUND;
456 return APR_NOTFOUND;
537 case APR_NOTFOUND:{
558 case APR_NOTFOUND:{
572 return APR_NOTFOUND;
680 return APR_NOTFOUND;
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dapr_escape.c122 return APR_NOTFOUND;
H A Dcache-memcache.c162 if (apr_err == APR_NOTFOUND)
H A Dcmdline.c1367 if (status == APR_NOTFOUND)
/freebsd-11-stable/contrib/apr-util/redis/
H A Dapr_redis.c661 return APR_NOTFOUND;
766 return APR_NOTFOUND;
938 return APR_NOTFOUND;
991 rv = APR_NOTFOUND;
1020 return APR_NOTFOUND;
1076 rv = APR_NOTFOUND;
1255 return APR_NOTFOUND;
1351 rv = APR_NOTFOUND;
/freebsd-11-stable/contrib/apr-util/memcache/
H A Dapr_memcache.c625 return APR_NOTFOUND;
770 return APR_NOTFOUND;
870 rv = APR_NOTFOUND;
899 return APR_NOTFOUND;
939 rv = APR_NOTFOUND;
968 return APR_NOTFOUND;
1008 rv = APR_NOTFOUND;
1152 value->status = APR_NOTFOUND;
1188 if (value->status == APR_NOTFOUND) {
/freebsd-11-stable/contrib/apr/poll/unix/
H A Dport.c325 rv = APR_NOTFOUND;
540 return APR_NOTFOUND;
H A Dkqueue.c215 rv = APR_NOTFOUND; /* unless at least one of the specified conditions is */
421 rv = APR_NOTFOUND; /* unless at least one of the specified conditions is */
H A Depoll.c228 rv = APR_NOTFOUND;
429 rv = APR_NOTFOUND;
H A Dpoll.c233 return APR_NOTFOUND;
389 return APR_NOTFOUND;
H A Dz_asio.c474 DBG(1, "returning APR_NOTFOUND\n");
475 return APR_NOTFOUND;
508 rv = APR_NOTFOUND;
H A Dselect.c336 return APR_NOTFOUND;
/freebsd-11-stable/contrib/apr/misc/unix/
H A Derrorcodes.c108 case APR_NOTFOUND:
/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h268 * APR_NOTFOUND APR was unable to find the socket in the poll structure
463 #define APR_NOTFOUND (APR_OS_START_STATUS + 15) macro
574 #define APR_STATUS_IS_NOTFOUND(s) ((s) == APR_NOTFOUND)
/freebsd-11-stable/contrib/serf/
H A Doutgoing.c1489 return APR_NOTFOUND;

Completed in 273 milliseconds