Searched refs:PyString_AsStringAndSize (Results 1 – 18 of 18) sorted by relevance
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
| D | bytesobject.h | 26 #define PyBytes_AsStringAndSize PyString_AsStringAndSize
|
| D | stringobject.h | 172 PyAPI_FUNC(int) PyString_AsStringAndSize(
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
| D | bytesobject.h | 26 #define PyBytes_AsStringAndSize PyString_AsStringAndSize
|
| D | stringobject.h | 172 PyAPI_FUNC(int) PyString_AsStringAndSize(
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
| D | stropmodule.c | 387 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()
|
| D | cStringIO.c | 490 if (PyString_AsStringAndSize(s, &c, &n) == -1) { in O_writelines()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| D | stropmodule.c | 387 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()
|
| D | cStringIO.c | 468 if (PyString_AsStringAndSize(s, &c, &n) == -1) { in O_writelines()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
| D | frameobject.c | 151 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()
|
| D | stringobject.c | 763 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
|
| D | floatobject.c | 1481 if (PyString_AsStringAndSize(arg, &s, &length)) in float_fromhex()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
| D | frameobject.c | 151 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()
|
| D | stringobject.c | 767 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
|
| D | floatobject.c | 1496 if (PyString_AsStringAndSize(arg, &s, &length)) in float_fromhex()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
| D | bltinmodule.c | 687 if (PyString_AsStringAndSize(cmd, &str, NULL)) { in builtin_eval()
|
| D | ceval.c | 4762 if (PyString_AsStringAndSize(prog, &str, NULL)) in exec_statement()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
| D | bltinmodule.c | 679 if (PyString_AsStringAndSize(cmd, &str, NULL)) { in builtin_eval()
|
| D | ceval.c | 4740 if (PyString_AsStringAndSize(prog, &str, NULL)) in exec_statement()
|