Searched defs:to_len (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Objects/stringlib/ |
H A D | transmogrify.h | 279 stringlib_replace_interleave(PyObject *self, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) stringlib_replace_interleave() 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 545 stringlib_replace_single_character(PyObject *self, char from_c, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) stringlib_replace_single_character() 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/libwebsockets/lib/roles/http/ |
H A D | private-lib-roles-http.h | 158 int from_len, to_len; member
|
/kernel/linux/linux-6.6/net/xdp/ |
H A D | xsk.c | 199 static u32 xsk_copy_xdp(void *to, void **from, u32 to_len, in xsk_copy_xdp() argument 278 u32 to_len = frame_size + meta_len; in __xsk_rcv() local
|
/third_party/lwip/src/apps/smtp/ |
H A D | smtp.c | 248 u16_t to_len; member 590 size_t to_len = strlen(to); in smtp_send_mail() local [all...] |
Completed in 6 milliseconds