Home
last modified time | relevance | path

Searched defs:outbytes (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dip_vs.h169 __u64 outbytes; /* outgoing bytes */ member
/external/python/cpython3/Objects/
Dunicodeobject.c7425 encode_code_page_strict(UINT code_page, PyObject **outbytes, in encode_code_page_strict()
7522 encode_code_page_errors(UINT code_page, PyObject **outbytes, in encode_code_page_errors()
7708 PyObject *outbytes = NULL; in encode_code_page() local