Home
last modified time | relevance | path

Searched refs:APR_NOTFOUND (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/apr/encoding/
H A Dapr_escape.c134 return APR_NOTFOUND; in apr_escape_shell()
150 case APR_NOTFOUND: { in apr_pescape_shell()
309 case APR_NOTFOUND: { in apr_punescape_url()
401 case APR_NOTFOUND: { in apr_pescape_path_segment()
484 case APR_NOTFOUND: { in apr_pescape_path()
558 case APR_NOTFOUND: { in apr_pescape_urlencoded()
690 case APR_NOTFOUND: { in apr_pescape_entity()
864 case APR_NOTFOUND: { in apr_punescape_entity()
1013 case APR_NOTFOUND: { in apr_pescape_echo()
1065 case APR_NOTFOUND: { in apr_pescape_hex()
[all …]
/freebsd-12.1/contrib/apr-util/memcache/
H A Dapr_memcache.c625 return APR_NOTFOUND; in storage_cmd_write()
750 return APR_NOTFOUND; in apr_memcache_getp()
855 rv = APR_NOTFOUND; in apr_memcache_getp()
882 return APR_NOTFOUND; in apr_memcache_delete()
922 rv = APR_NOTFOUND; in apr_memcache_delete()
951 return APR_NOTFOUND; in num_cmd_write()
991 rv = APR_NOTFOUND; in num_cmd_write()
1135 value->status = APR_NOTFOUND; in apr_memcache_add_multget_key()
1171 if (value->status == APR_NOTFOUND) { in mget_conn_result()
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Derrorcode.inc99 { 70015, "APR_NOTFOUND" },
H A Dcache-memcache.c162 if (apr_err == APR_NOTFOUND) in memcache_internal_get()
/freebsd-12.1/contrib/apr/poll/unix/
H A Dpoll.c233 return APR_NOTFOUND; in impl_pollset_remove()
388 return APR_NOTFOUND; in impl_pollcb_remove()
H A Depoll.c228 rv = APR_NOTFOUND; in impl_pollset_remove()
429 rv = APR_NOTFOUND; in impl_pollcb_remove()
H A Dkqueue.c215 rv = APR_NOTFOUND; /* unless at least one of the specified conditions is */ in impl_pollset_remove()
421 rv = APR_NOTFOUND; /* unless at least one of the specified conditions is */ in impl_pollcb_remove()
H A Dport.c325 rv = APR_NOTFOUND; in impl_pollset_remove()
550 return APR_NOTFOUND; in impl_pollcb_remove()
H A Dz_asio.c473 return APR_NOTFOUND; in posix_remove()
505 rv = APR_NOTFOUND; in asio_pollset_remove()
H A Dselect.c336 return APR_NOTFOUND; in impl_pollset_remove()
/freebsd-12.1/contrib/apr/misc/unix/
H A Derrorcodes.c108 case APR_NOTFOUND: in apr_error_string()
/freebsd-12.1/contrib/apr/include/
H A Dapr_errno.h463 #define APR_NOTFOUND (APR_OS_START_STATUS + 15) macro
574 #define APR_STATUS_IS_NOTFOUND(s) ((s) == APR_NOTFOUND)
/freebsd-12.1/contrib/serf/
H A Doutgoing.c1489 return APR_NOTFOUND; in serf_connection_close()