Home
last modified time | relevance | path

Searched refs:final_length (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dtokenizer.c623 int skip_next_lf = 0, needed_length = strlen(s) + 2, final_length; in translate_newlines() local
654 final_length = current - buf + 1; in translate_newlines()
655 if (final_length < needed_length && final_length) in translate_newlines()
657 buf = PyMem_REALLOC(buf, final_length); in translate_newlines()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dtokenizer.c603 int skip_next_lf = 0, needed_length = strlen(s) + 2, final_length; in translate_newlines() local
634 final_length = current - buf + 1; in translate_newlines()
635 if (final_length < needed_length && final_length) in translate_newlines()
637 buf = PyMem_REALLOC(buf, final_length); in translate_newlines()