HomeSort by relevance Sort by last modified time
    Searched defs:_PyString_Resize (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
stringobject.c 394 if (_PyString_Resize(&string, s - PyString_AS_STRING(string)))
752 _PyString_Resize(&v, p - buf); /* v is cleared on error */
982 if (_PyString_Resize(&v, (p - PyString_AS_STRING(v))))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
stringobject.c 394 if (_PyString_Resize(&string, s - PyString_AS_STRING(string)))
747 if (p-buf < newlen && _PyString_Resize(&v, p - buf))
977 if (_PyString_Resize(&v, (p - PyString_AS_STRING(v))))
    [all...]
  /external/python/cpython2/Objects/
stringobject.c 394 if (_PyString_Resize(&string, s - PyString_AS_STRING(string)))
752 _PyString_Resize(&v, p - buf); /* v is cleared on error */
982 if (_PyString_Resize(&v, (p - PyString_AS_STRING(v))))
    [all...]

Completed in 126 milliseconds