Searched refs:apr_socket_data_set (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 | 205 rv = apr_socket_data_set(sock1, "SOCK1", key, NULL); in socket_userdata() 207 rv = apr_socket_data_set(sock2, "SOCK2", key, NULL); in socket_userdata()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/helpers/ |
H A D | apr_rename.pl | 77 apr_set_socketdata apr_socket_data_set
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/ |
H A D | apr_network_io.h | 477 APR_DECLARE(apr_status_t) apr_socket_data_set(apr_socket_t *sock, void *data,
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/os2/ |
H A D | sockets.c | 237 APR_DECLARE(apr_status_t) apr_socket_data_set(apr_socket_t *sock, void *data, const char *key, in apr_socket_data_set() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/unix/ |
H A D | sockets.c | 438 apr_status_t apr_socket_data_set(apr_socket_t *sock, void *data, const char *key, in apr_socket_data_set() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/win32/ |
H A D | sockets.c | 443 APR_DECLARE(apr_status_t) apr_socket_data_set(apr_socket_t *sock, void *data, in apr_socket_data_set() function
|