Home
last modified time | relevance | path

Searched refs:tolen (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dsendto.c54 socklen_t tolen in sendto() argument
93 tolen, in sendto()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dstropmodule.c911 Py_ssize_t i, fromlen=0, tolen=0; in strop_maketrans() local
914 if (!PyArg_ParseTuple(args, "t#t#:maketrans", &from, &fromlen, &to, &tolen)) in strop_maketrans()
917 if (fromlen != tolen) { in strop_maketrans()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dstropmodule.c913 Py_ssize_t i, fromlen=0, tolen=0; in strop_maketrans() local
916 if (!PyArg_ParseTuple(args, "t#t#:maketrans", &from, &fromlen, &to, &tolen)) in strop_maketrans()
919 if (fromlen != tolen) { in strop_maketrans()