Home
last modified time | relevance | path

Searched refs:PyString_AsStringAndSize (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dbytesobject.h26 #define PyBytes_AsStringAndSize PyString_AsStringAndSize
Dstringobject.h172 PyAPI_FUNC(int) PyString_AsStringAndSize(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dbytesobject.h26 #define PyBytes_AsStringAndSize PyString_AsStringAndSize
Dstringobject.h172 PyAPI_FUNC(int) PyString_AsStringAndSize(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dstropmodule.c387 if (PyString_AsStringAndSize(args, &s, &len)) in do_strip()
468 if (PyString_AsStringAndSize(args, &s, &n)) in strop_lower()
507 if (PyString_AsStringAndSize(args, &s, &n)) in strop_upper()
547 if (PyString_AsStringAndSize(args, &s, &n)) in strop_capitalize()
726 if (PyString_AsStringAndSize(args, &s, &n)) in strop_swapcase()
DcStringIO.c490 if (PyString_AsStringAndSize(s, &c, &n) == -1) { in O_writelines()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dstropmodule.c387 if (PyString_AsStringAndSize(args, &s, &len)) in do_strip()
468 if (PyString_AsStringAndSize(args, &s, &n)) in strop_lower()
507 if (PyString_AsStringAndSize(args, &s, &n)) in strop_upper()
547 if (PyString_AsStringAndSize(args, &s, &n)) in strop_capitalize()
724 if (PyString_AsStringAndSize(args, &s, &n)) in strop_swapcase()
DcStringIO.c468 if (PyString_AsStringAndSize(s, &c, &n) == -1) { in O_writelines()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dframeobject.c151 PyString_AsStringAndSize(f->f_code->co_lnotab, in frame_setlineno()
177 PyString_AsStringAndSize(f->f_code->co_code, (char **)&code, &code_len); in frame_setlineno()
Dstringobject.c763 if (PyString_AsStringAndSize(op, &s, &len)) in string_getsize()
773 if (PyString_AsStringAndSize(op, &s, &len)) in string_getbuffer()
795 PyString_AsStringAndSize(register PyObject *obj, in PyString_AsStringAndSize() function
Dfloatobject.c1481 if (PyString_AsStringAndSize(arg, &s, &length)) in float_fromhex()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dframeobject.c151 PyString_AsStringAndSize(f->f_code->co_lnotab, in frame_setlineno()
177 PyString_AsStringAndSize(f->f_code->co_code, (char **)&code, &code_len); in frame_setlineno()
Dstringobject.c767 if (PyString_AsStringAndSize(op, &s, &len)) in string_getsize()
777 if (PyString_AsStringAndSize(op, &s, &len)) in string_getbuffer()
799 PyString_AsStringAndSize(register PyObject *obj, in PyString_AsStringAndSize() function
Dfloatobject.c1496 if (PyString_AsStringAndSize(arg, &s, &length)) in float_fromhex()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dbltinmodule.c687 if (PyString_AsStringAndSize(cmd, &str, NULL)) { in builtin_eval()
Dceval.c4762 if (PyString_AsStringAndSize(prog, &str, NULL)) in exec_statement()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dbltinmodule.c679 if (PyString_AsStringAndSize(cmd, &str, NULL)) { in builtin_eval()
Dceval.c4740 if (PyString_AsStringAndSize(prog, &str, NULL)) in exec_statement()