Searched refs:APR_EINVAL (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_anylock.h62 : APR_EINVAL)))))
71 : APR_EINVAL))
89 : APR_EINVAL)))))
98 : APR_EINVAL))
115 : APR_EINVAL))))
124 : APR_EINVAL))
/freebsd-11-stable/contrib/apr/mmap/unix/
H A Dcommon.c37 return APR_EINVAL;
H A Dmmap.c92 return APR_EINVAL;
96 return APR_EINVAL;
/freebsd-11-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm_lock.c31 return APR_EINVAL;
43 return APR_EINVAL;
74 return APR_EINVAL;
H A Dsdbm.c192 return APR_EINVAL;
224 return APR_EINVAL;
226 return APR_EINVAL;
252 return APR_EINVAL;
254 return APR_EINVAL;
260 return APR_EINVAL;
/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_inherit.h28 return APR_EINVAL; \
48 return APR_EINVAL; \
/freebsd-11-stable/contrib/apr-util/xlate/
H A Dxlate.c97 return rv ? rv : APR_EINVAL;
255 return rv ? rv : APR_EINVAL;
270 rv = APR_EINVAL; /* iconv() would return EINVAL if it
318 case APR_EINVAL: /* input character not complete (yet) */
323 status = APR_EINVAL;
372 status = APR_EINVAL;
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dmktemp.c113 return APR_EINVAL;
152 return APR_EINVAL; /* XXX: is this the correct return code? */
H A Dfilepath_util.c78 return APR_EINVAL;
H A Dpipe.c124 return APR_EINVAL;
133 return APR_EINVAL;
H A Dfiledup.c35 return APR_EINVAL;
/freebsd-11-stable/contrib/apr-util/buckets/
H A Dapr_buckets_mmap.c30 return APR_EINVAL;
112 return APR_EINVAL;
H A Dapr_buckets_simple.c34 return APR_EINVAL;
/freebsd-11-stable/contrib/apr-util/encoding/
H A Dapr_base64.c89 return APR_EINVAL;
96 return APR_EINVAL;
/freebsd-11-stable/contrib/apr/passwd/
H A Dapr_getpass.c237 return APR_EINVAL;
248 return APR_EINVAL;
/freebsd-11-stable/contrib/apr/locks/unix/
H A Dproc_mutex.c884 rv = APR_EINVAL;
1371 return APR_EINVAL;
1384 return APR_EINVAL;
1397 return APR_EINVAL;
1410 return APR_EINVAL;
1423 return APR_EINVAL;
1443 return APR_EINVAL;
1452 return APR_EINVAL;
1461 return APR_EINVAL;
1473 return APR_EINVAL;
[all...]
/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsockaddr.c236 return APR_EINVAL;
266 return APR_EINVAL;
274 return APR_EINVAL;
278 return APR_EINVAL;
299 return APR_EINVAL;
307 return APR_EINVAL;
321 return APR_EINVAL;
647 return APR_EINVAL;
885 return APR_EINVAL;
1041 * APR_EINVAL no
[all...]
H A Dsockopt.c348 return APR_EINVAL;
460 rv = APR_EINVAL;
/freebsd-11-stable/contrib/apr-util/misc/
H A Dapr_rmm.c395 return APR_EINVAL;
409 return APR_EINVAL;
415 return APR_EINVAL;
423 return APR_EINVAL;
/freebsd-11-stable/contrib/apr-util/dbm/
H A Dapr_dbm_ndbm.c96 return APR_EINVAL;
H A Dapr_dbm_sdbm.c77 return APR_EINVAL;
H A Dapr_dbm_berkeleydb.c160 return APR_EINVAL;
356 return APR_EINVAL;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Dutil.c278 return svn_error_createf(APR_EINVAL, NULL,
/freebsd-11-stable/contrib/apr/misc/unix/
H A Drand.c144 return APR_EINVAL;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_xlate.c155 return APR_EINVAL;

Completed in 249 milliseconds

12