HomeSort by relevance Sort by last modified time
    Searched refs:PyString_AsString (Results 76 - 100 of 193) sorted by null

1 2 34 5 6 7 8

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
genobject.c 291 code_name = PyString_AsString(((PyCodeObject *)gen->gi_code)->co_name);
stringobject.c 273 s = PyString_AsString(string);
619 p = buf = PyString_AsString(v);
791 PyString_AsString(register PyObject *op)
    [all...]
structseq.c 276 crepr = PyString_AsString(repr);
codeobject.c 521 unsigned char *p = (unsigned char*)PyString_AsString(co->co_lnotab);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
tokenizer.c 434 str = PyString_AsString(utf8);
687 str = PyString_AsString(utf8);
717 str = PyString_AsString(utf8);
805 encoding = PyString_AsString(enc);
    [all...]
  /external/libxml2/python/
libxml_wrap.h 34 #define PyBytes_AsString PyString_AsString
  /external/python/cpython2/Modules/_sqlite/
statement.c 338 sql_cstr = PyString_AsString(self->sql);
  /external/python/cpython2/Objects/
genobject.c 291 code_name = PyString_AsString(((PyCodeObject *)gen->gi_code)->co_name);
stringobject.c 273 s = PyString_AsString(string);
619 p = buf = PyString_AsString(v);
791 PyString_AsString(register PyObject *op)
    [all...]
structseq.c 276 crepr = PyString_AsString(repr);
  /external/python/cpython2/Parser/
tokenizer.c 438 str = PyString_AsString(utf8);
691 str = PyString_AsString(utf8);
721 str = PyString_AsString(utf8);
809 encoding = PyString_AsString(enc);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_csv.c 808 line = PyString_AsString(lineobj);
997 lineterm = PyString_AsString(dialect->lineterminator);
    [all...]
shamodule.c 406 hex_digest = PyString_AsString(retval);
  /external/protobuf/python/google/protobuf/pyext/
repeated_scalar_container.cc 56 #define PyString_AsString(ob) \
175 PyString_AsString(s.get()));
417 PyString_AsString(s.get()));
  /external/python/cpython2/Modules/
_csv.c 806 line = PyString_AsString(lineobj);
1003 lineterm = PyString_AsString(dialect->lineterminator);
    [all...]
_hotshot.c 565 char *s = PyString_AsString(self->logfilename);
573 char *s = PyString_AsString(self->logfilename);
    [all...]
sunaudiodev.c 142 if (!(cp = PyString_AsString(rv)))
termios.c 187 mode.c_cc[i] = (cc_t) * PyString_AsString(v);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
stringobject.c 273 s = PyString_AsString(string);
619 p = buf = PyString_AsString(v);
787 PyString_AsString(register PyObject *op)
    [all...]
structseq.c 275 crepr = PyString_AsString(repr);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_hotshot.c 565 char *s = PyString_AsString(self->logfilename);
573 char *s = PyString_AsString(self->logfilename);
    [all...]
  /external/python/cpython2/Mac/Modules/
MacOS.c 92 err = FSReadFork(self->fRefNum, fsAtMark, 0, n, PyString_AsString(v), &n2);
  /external/python/cpython2/RISCOS/Modules/
riscosmodule.c 84 buf=PyString_AsString(obj);
  /external/selinux/libselinux/src/
audit2why.c 366 permstr = PyString_AsString( strObj );
  /external/python/cpython2/PC/
_msi.c 146 strncpy(pccab->szCab, PyString_AsString(result), sizeof(pccab->szCab));
591 0, NULL, PyString_AsString(data));

Completed in 1150 milliseconds

1 2 34 5 6 7 8