/third_party/python/Objects/stringlib/ |
H A D | transmogrify.h | 367 result_len = self_len - count; /* from_len == 1 */ in stringlib_replace_delete_single_character() 395 const char *from_s, Py_ssize_t from_len, in stringlib_replace_delete_substring() 408 from_s, from_len, in stringlib_replace_delete_substring() 416 result_len = self_len - (count * from_len); in stringlib_replace_delete_substring() 429 from_s, from_len, in stringlib_replace_delete_substring() 438 start = next + from_len; in stringlib_replace_delete_substring() 494 const char *from_s, Py_ssize_t from_len, in stringlib_replace_substring_in_place() 509 from_s, from_len, in stringlib_replace_substring_in_place() 526 memcpy(start, to_s, from_len); in stringlib_replace_substring_in_place() 527 start += from_len; in stringlib_replace_substring_in_place() 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/lwip/src/core/distributed_net/ |
H A D | distributed_net_core.c | 192 socklen_t *from_len) in distributed_net_recvfrom() 205 return lwip_recvfrom_internal(sock, buf, buf_len, flags, from, from_len); in distributed_net_recvfrom() 226 if (from != NULL && from_len != NULL) { in distributed_net_recvfrom() 227 if (*from_len > addr_from_len) { in distributed_net_recvfrom() 228 *from_len = addr_from_len; in distributed_net_recvfrom() 230 (void)memcpy_s(from, *from_len, &addr_from, *from_len); in distributed_net_recvfrom() 244 if (from != NULL && from_len != NULL) { in distributed_net_recvfrom() 245 (void)memcpy_s(from, *from_len, &addr_from, MIN(addr_from_len, *from_len)); in distributed_net_recvfrom() 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/lwip/src/apps/smtp/ |
H A D | smtp.c | 244 u16_t from_len; member 501 if (smtp_verify(s->from, s->from_len, 0) != ERR_OK) { in smtp_send_mail_alloced() 589 size_t from_len = strlen(from); in smtp_send_mail() local 598 mem_len += from_len + to_len + subject_len + body_len + 4; in smtp_send_mail() 612 s->from_len = (u16_t)from_len; in smtp_send_mail() 613 s->to = sto = sfrom + from_len + 1; in smtp_send_mail() 621 MEMCPY(sfrom, from, from_len + 1); in smtp_send_mail() 657 s->from_len = (u16_t)len; in smtp_send_mail_static() 1144 LWIP_ASSERT("tx_buf overflow detected", s->from_len < in smtp_prepare_mail() [all...] |
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | rewrite.c | 22 r->from_len = strlen(from); in lws_rewrite_create()
|
/third_party/lwip/src/include/lwip/distributed_net/ |
H A D | distributed_net_core.h | 78 socklen_t *from_len);
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares__socket.c | 65 ares_socklen_t *from_len) in ares__socket_recvfrom() 69 from_len, channel->sock_func_cb_data); in ares__socket_recvfrom() 74 from, from_len); in ares__socket_recvfrom() 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
|
H A D | ares_private.h | 455 ares_socklen_t *from_len);
|
/third_party/libuv/src/win/ |
H A D | udp.c | 443 int from_len; in uv__process_udp_recv_req() local 460 from_len = sizeof from; in uv__process_udp_recv_req() 470 &from_len, in uv__process_udp_recv_req()
|
/third_party/node/deps/uv/src/win/ |
H A D | udp.c | 499 int from_len; in uv__process_udp_recv_req() local 512 from_len = sizeof from; in uv__process_udp_recv_req() 522 &from_len, in uv__process_udp_recv_req()
|
/third_party/libwebsockets/lib/roles/http/ |
H A D | private-lib-roles-http.h | 158 int from_len, to_len; member
|
/third_party/curl/lib/vquic/ |
H A D | curl_quiche.c | 557 recv_info.from_len = remote_addrlen; in recv_pkt()
|
/third_party/rust/crates/libc/src/ |
H A D | psp.rs | 4046 from_len: *mut socklen_t, in sceNetInetRecvfrom()
|