OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyStringObject
(Results
26 - 50
of
60
) sorted by null
1
2
3
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
dictobject.c
706
(hash = ((
PyStringObject
*) key)->ob_shash) == -1)
762
hash = ((
PyStringObject
*)key)->ob_shash;
810
(hash = ((
PyStringObject
*) key)->ob_shash) == -1) {
[
all
...]
fileobject.c
23
#define BUF(v) PyString_AS_STRING((
PyStringObject
*)v)
[
all
...]
setobject.c
387
(hash = ((
PyStringObject
*) key)->ob_shash) == -1) {
434
(hash = ((
PyStringObject
*) key)->ob_shash) == -1) {
695
(hash = ((
PyStringObject
*) key)->ob_shash) == -1) {
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
bz2module.c
37
#define BUF(v) PyString_AS_STRING((
PyStringObject
*)v)
463
static
PyStringObject
*
466
PyStringObject
* s;
477
return (
PyStringObject
*)
483
s = (
PyStringObject
*)
[
all
...]
cPickle.c
1143
PyString_AS_STRING((
PyStringObject
*)repr),
1220
repr_str = PyString_AS_STRING((
PyStringObject
*)repr);
[
all
...]
stropmodule.c
926
c = (unsigned char *) PyString_AS_STRING((
PyStringObject
*)result);
[
all
...]
binascii.c
144
#define BASE64_MAXBIN (PY_SSIZE_T_MAX/2 - sizeof(
PyStringObject
) - 3)
[
all
...]
/external/python/cpython2/Modules/
bz2module.c
37
#define BUF(v) PyString_AS_STRING((
PyStringObject
*)v)
451
static
PyStringObject
*
454
PyStringObject
* s;
465
return (
PyStringObject
*)
471
s = (
PyStringObject
*)
[
all
...]
cPickle.c
1172
PyString_AS_STRING((
PyStringObject
*)repr),
1249
repr_str = PyString_AS_STRING((
PyStringObject
*)repr);
[
all
...]
stropmodule.c
928
c = (unsigned char *) PyString_AS_STRING((
PyStringObject
*)result);
[
all
...]
binascii.c
144
#define BASE64_MAXBIN (PY_SSIZE_T_MAX/2 - sizeof(
PyStringObject
) - 3)
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
marshal.c
95
p->ptr = PyString_AS_STRING((
PyStringObject
*)p->str) + size;
97
PyString_AS_STRING((
PyStringObject
*)p->str) + newsize;
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
marshal.c
94
p->ptr = PyString_AS_STRING((
PyStringObject
*)p->str) + size;
96
PyString_AS_STRING((
PyStringObject
*)p->str) + newsize;
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
marshal.c
95
p->ptr = PyString_AS_STRING((
PyStringObject
*)p->str) + size;
97
PyString_AS_STRING((
PyStringObject
*)p->str) + newsize;
[
all
...]
/external/python/cpython2/Python/
marshal.c
88
p->ptr = PyString_AS_STRING((
PyStringObject
*)p->str) + size;
90
PyString_AS_STRING((
PyStringObject
*)p->str) + newsize;
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cPickle.c
1174
PyString_AS_STRING((
PyStringObject
*)repr),
[
all
...]
stropmodule.c
928
c = (unsigned char *) PyString_AS_STRING((
PyStringObject
*)result);
[
all
...]
binascii.c
144
#define BASE64_MAXBIN (PY_SSIZE_T_MAX/2 - sizeof(
PyStringObject
) - 3)
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c
23
#define BUF(v) PyString_AS_STRING((
PyStringObject
*)v)
[
all
...]
setobject.c
386
(hash = ((
PyStringObject
*) key)->ob_shash) == -1) {
433
(hash = ((
PyStringObject
*) key)->ob_shash) == -1) {
694
(hash = ((
PyStringObject
*) key)->ob_shash) == -1) {
[
all
...]
/external/python/cpython2/Objects/
fileobject.c
23
#define BUF(v) PyString_AS_STRING((
PyStringObject
*)v)
[
all
...]
setobject.c
383
(hash = ((
PyStringObject
*) key)->ob_shash) == -1) {
430
(hash = ((
PyStringObject
*) key)->ob_shash) == -1) {
691
(hash = ((
PyStringObject
*) key)->ob_shash) == -1) {
[
all
...]
/external/python/cpython2/Mac/Modules/
MacOS.c
718
PyStringObject
*p = 0;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
libpython.py
22
holding three PyObject* that turn out to be
PyStringObject
* instances, we can
112
inferior process, or some subclass pointer e.g. (
PyStringObject
*)
[
all
...]
/external/python/cpython2/Tools/gdb/
libpython.py
22
holding three PyObject* that turn out to be
PyStringObject
* instances, we can
144
inferior process, or some subclass pointer e.g. (
PyStringObject
*)
[
all
...]
Completed in 1232 milliseconds
1
2
3