Home
last modified time | relevance | path

Searched refs:APR_STATUS_IS_INCOMPLETE (Results 1 – 25 of 25) sorted by relevance

/dports/devel/apr1/apr-1.7.0/test/
H A Dtestfileinfo.c116 if (APR_STATUS_IS_INCOMPLETE(rv)) { in test_info_get()
137 if (APR_STATUS_IS_INCOMPLETE(rv)) { in test_stat()
223 if (APR_STATUS_IS_INCOMPLETE(rv)) { in test_mtime_set()
H A Dsendfile.c129 if (rv != APR_SUCCESS && ! APR_STATUS_IS_INCOMPLETE(rv)) { in create_testfile()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr-util/test/
H A Dtestxlate.c64 if ((!status || APR_STATUS_IS_INCOMPLETE(status)) in test_conversion()
H A Dtestldap.c116 if (APR_STATUS_IS_INCOMPLETE(status)) { in add_ldap_certs()
/dports/www/httest/httest-2.4.24/src/
H A Dbinary_module.c114 if (poll && APR_STATUS_IS_INCOMPLETE(status)) { in block_BINARY_RECV()
H A Dworker.c3212 if (poll && APR_STATUS_IS_INCOMPLETE(status)) { in command_RECV()
/dports/devel/apr1/apr-util-1.6.1/test/
H A Dtestldap.c116 if (APR_STATUS_IS_INCOMPLETE(status)) { in add_ldap_certs()
/dports/www/tomcat-native/tomcat-native-1.2.24-src/java/org/apache/tomcat/jni/
H A DStatus.java234 public static final boolean APR_STATUS_IS_INCOMPLETE(int s) { return is(s, 58); } in APR_STATUS_IS_INCOMPLETE() method in Status
/dports/www/tomcat-native/tomcat-native-1.2.24-src/native/src/
H A Derror.c213 APR_IS(58, APR_STATUS_IS_INCOMPLETE); in TCN_IMPLEMENT_CALL()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/include/
H A Dapr_errno.h476 #define APR_STATUS_IS_INCOMPLETE(s) ((s) == APR_INCOMPLETE) macro
/dports/devel/apr1/apr-1.7.0/include/
H A Dapr_errno.h542 #define APR_STATUS_IS_INCOMPLETE(s) ((s) == APR_INCOMPLETE) macro
/dports/lang/fpc-source/fpc-3.2.2/packages/httpd20/src/apr/
H A Dapr_errno.inc369 { @see APR_STATUS_IS_INCOMPLETE }
458 //#define APR_STATUS_IS_INCOMPLETE(s) ((s) == APR_INCOMPLETE)
/dports/lang/fpc-source/fpc-3.2.2/packages/httpd22/src/apr/
H A Dapr_errno.inc374 { @see APR_STATUS_IS_INCOMPLETE }
463 //#define APR_STATUS_IS_INCOMPLETE(s) ((s) == APR_INCOMPLETE)
/dports/www/fpc-httpd22/fpc-3.2.2/packages/httpd22/src/apr/
H A Dapr_errno.inc374 { @see APR_STATUS_IS_INCOMPLETE }
463 //#define APR_STATUS_IS_INCOMPLETE(s) ((s) == APR_INCOMPLETE)
/dports/lang/fpc-source/fpc-3.2.2/packages/httpd24/src/apr/
H A Dapr_errno.inc458 //** @see APR_STATUS_IS_INCOMPLETE */
549 //#define APR_STATUS_IS_INCOMPLETE(s) ((s) == APR_INCOMPLETE)
/dports/www/fpc-httpd24/fpc-3.2.2/packages/httpd24/src/apr/
H A Dapr_errno.inc458 //** @see APR_STATUS_IS_INCOMPLETE */
549 //#define APR_STATUS_IS_INCOMPLETE(s) ((s) == APR_INCOMPLETE)
/dports/www/htdigest/httpd-2.4.6/modules/generators/
H A Dmod_autoindex.c2213 if (APR_STATUS_IS_INCOMPLETE(status)) { in index_directory()
/dports/www/apache24/httpd-2.4.53/modules/generators/
H A Dmod_autoindex.c2223 if (APR_STATUS_IS_INCOMPLETE(status)) { in index_directory()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dio.c1068 if (APR_STATUS_IS_INCOMPLETE(err->apr_err) || in svn_io_copy_perms()
5634 if (APR_STATUS_IS_INCOMPLETE(err->apr_err) || in svn_io_open_unique_file3()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dio.c1068 if (APR_STATUS_IS_INCOMPLETE(err->apr_err) || in svn_io_copy_perms()
5634 if (APR_STATUS_IS_INCOMPLETE(err->apr_err) || in svn_io_open_unique_file3()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_subr/
H A Dio.c1068 if (APR_STATUS_IS_INCOMPLETE(err->apr_err) || in svn_io_copy_perms()
5634 if (APR_STATUS_IS_INCOMPLETE(err->apr_err) || in svn_io_open_unique_file3()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dio.c1068 if (APR_STATUS_IS_INCOMPLETE(err->apr_err) || in svn_io_copy_perms()
5634 if (APR_STATUS_IS_INCOMPLETE(err->apr_err) || in svn_io_open_unique_file3()
/dports/www/htdigest/httpd-2.4.6/modules/lua/
H A Dlua_request.c1346 if (APR_STATUS_IS_INCOMPLETE(status)) { in lua_ap_getdir()
/dports/www/apache24/httpd-2.4.53/modules/lua/
H A Dlua_request.c1499 if (APR_STATUS_IS_INCOMPLETE(status)) { in lua_ap_getdir()
/dports/www/apache24/httpd-2.4.53/modules/proxy/
H A Dproxy_util.c4844 if (APR_STATUS_IS_INCOMPLETE(rv)) { in proxy_tunnel_forward()