Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/apr/encoding/
Dapr_escape.c94 return APR_NOTFOUND; in apr_escape_shell()
110 case APR_NOTFOUND: { in apr_pescape_shell()
150 return APR_NOTFOUND; in apr_unescape_url()
246 return APR_NOTFOUND; in apr_unescape_url()
269 case APR_NOTFOUND: { in apr_punescape_url()
344 return APR_NOTFOUND; in apr_escape_path_segment()
361 case APR_NOTFOUND: { in apr_pescape_path_segment()
379 return APR_NOTFOUND; in apr_escape_path()
427 return APR_NOTFOUND; in apr_escape_path()
444 case APR_NOTFOUND: { in apr_pescape_path()
[all …]
Dapr_encode.c217 return APR_NOTFOUND; in apr_encode_base64()
283 return APR_NOTFOUND; in apr_encode_base64_binary()
350 case APR_NOTFOUND:{ in apr_pencode_base64()
369 case APR_NOTFOUND:{ in apr_pencode_base64_binary()
381 return APR_NOTFOUND; in apr_decode_base64()
456 return APR_NOTFOUND; in apr_decode_base64_binary()
537 case APR_NOTFOUND:{ in apr_pdecode_base64()
558 case APR_NOTFOUND:{ in apr_pdecode_base64_binary()
572 return APR_NOTFOUND; in apr_encode_base32()
680 return APR_NOTFOUND; in apr_encode_base32_binary()
[all …]
/freebsd-12-stable/contrib/apr-util/memcache/
Dapr_memcache.c625 return APR_NOTFOUND; in storage_cmd_write()
770 return APR_NOTFOUND; in apr_memcache_getp()
870 rv = APR_NOTFOUND; in apr_memcache_getp()
899 return APR_NOTFOUND; in apr_memcache_delete()
939 rv = APR_NOTFOUND; in apr_memcache_delete()
968 return APR_NOTFOUND; in num_cmd_write()
1008 rv = APR_NOTFOUND; in num_cmd_write()
1152 value->status = APR_NOTFOUND; in apr_memcache_add_multget_key()
1188 if (value->status == APR_NOTFOUND) { in mget_conn_result()
/freebsd-12-stable/contrib/apr-util/redis/
Dapr_redis.c661 return APR_NOTFOUND; in apr_redis_set()
766 return APR_NOTFOUND; in apr_redis_setex()
938 return APR_NOTFOUND; in apr_redis_getp()
991 rv = APR_NOTFOUND; in apr_redis_getp()
1020 return APR_NOTFOUND; in apr_redis_delete()
1076 rv = APR_NOTFOUND; in apr_redis_delete()
1255 return APR_NOTFOUND; in plus_minus()
1351 rv = APR_NOTFOUND; in plus_minus()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dapr_escape.c122 return APR_NOTFOUND; in apr_escape_shell()
Derrorcode.inc99 { 70015, "APR_NOTFOUND" },
Dcache-memcache.c162 if (apr_err == APR_NOTFOUND) in memcache_internal_get()
Dcmdline.c1367 if (status == APR_NOTFOUND) in escape_path()
/freebsd-12-stable/contrib/apr/poll/unix/
Dpoll.c233 return APR_NOTFOUND; in impl_pollset_remove()
389 return APR_NOTFOUND; in impl_pollcb_remove()
Depoll.c228 rv = APR_NOTFOUND; in impl_pollset_remove()
429 rv = APR_NOTFOUND; in impl_pollcb_remove()
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()
Dport.c325 rv = APR_NOTFOUND; in impl_pollset_remove()
540 return APR_NOTFOUND; in impl_pollcb_remove()
Dz_asio.c475 return APR_NOTFOUND; in posix_remove()
508 rv = APR_NOTFOUND; in asio_pollset_remove()
Dselect.c336 return APR_NOTFOUND; in impl_pollset_remove()
/freebsd-12-stable/contrib/apr/misc/unix/
Derrorcodes.c108 case APR_NOTFOUND: in apr_error_string()
/freebsd-12-stable/contrib/apr/include/
Dapr_errno.h463 #define APR_NOTFOUND (APR_OS_START_STATUS + 15) macro
574 #define APR_STATUS_IS_NOTFOUND(s) ((s) == APR_NOTFOUND)
/freebsd-12-stable/contrib/serf/
Doutgoing.c1489 return APR_NOTFOUND; in serf_connection_close()