Searched defs:from_len (Results 1 - 7 of 7) sorted by relevance
/third_party/lwip/src/core/distributed_net/ |
H A D | distributed_net_core.c | 191 distributed_net_recvfrom(int sock, void *buf, size_t buf_len, int flags, struct sockaddr *from, socklen_t *from_len) distributed_net_recvfrom() argument [all...] |
/third_party/node/deps/cares/src/lib/ |
H A D | ares__socket.c | 62 ares__socket_recvfrom(ares_channel_t *channel, ares_socket_t s, void *data, size_t data_len, int flags, struct sockaddr *from, ares_socklen_t *from_len) ares__socket_recvfrom() argument
|
/third_party/python/Objects/stringlib/ |
H A D | transmogrify.h | 394 stringlib_replace_delete_substring(PyObject *self, const char *from_s, Py_ssize_t from_len, Py_ssize_t maxcount) stringlib_replace_delete_substring() argument 493 stringlib_replace_substring_in_place(PyObject *self, const char *from_s, Py_ssize_t from_len, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) stringlib_replace_substring_in_place() argument 609 stringlib_replace_substring(PyObject *self, const char *from_s, Py_ssize_t from_len, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) stringlib_replace_substring() argument 678 stringlib_replace(PyObject *self, const char *from_s, Py_ssize_t from_len, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) stringlib_replace() argument [all...] |
/third_party/libuv/src/win/ |
H A D | udp.c | 443 int from_len; in uv__process_udp_recv_req() local
|
/third_party/node/deps/uv/src/win/ |
H A D | udp.c | 499 int from_len; in uv__process_udp_recv_req() local
|
/third_party/libwebsockets/lib/roles/http/ |
H A D | private-lib-roles-http.h | 158 int from_len, to_len; member
|
/third_party/lwip/src/apps/smtp/ |
H A D | smtp.c | 244 u16_t from_len; member 589 size_t from_len = strlen(from); in smtp_send_mail() local [all...] |
Completed in 7 milliseconds