Searched refs:apr_socket_data_get (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testsockets.c | 210 rv = apr_socket_data_get(&user, key, sock1); in socket_userdata() 213 rv = apr_socket_data_get(&user, key, sock2); in socket_userdata()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/helpers/ |
H A D | apr_rename.pl | 76 apr_get_socketdata apr_socket_data_get
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/ |
H A D | apr_network_io.h | 467 APR_DECLARE(apr_status_t) apr_socket_data_get(void **data, const char *key,
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/os2/ |
H A D | sockets.c | 217 APR_DECLARE(apr_status_t) apr_socket_data_get(void **data, const char *key, in apr_socket_data_get() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/unix/ |
H A D | sockets.c | 421 apr_status_t apr_socket_data_get(void **data, const char *key, apr_socket_t *sock) in apr_socket_data_get() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/win32/ |
H A D | sockets.c | 425 APR_DECLARE(apr_status_t) apr_socket_data_get(void **data, const char *key, in apr_socket_data_get() function
|