Searched refs:STRINGLIB_RESIZE (Results 1 – 3 of 3) sorted by relevance
24 #define STRINGLIB_RESIZE PyUnicode_Resize macro
24 #define STRINGLIB_RESIZE _PyString_Resize macro
162 if (STRINGLIB_RESIZE(&output->obj, maxlen) < 0) in output_extend()1008 if (STRINGLIB_RESIZE(&output.obj, count) < 0) { in build_string()