Searched refs:BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
1113 #define BUFFER_SIZE 1024 macro1121 static char buffer[BUFFER_SIZE]; in ex_pyfile()1139 while (*file && p < buffer + (BUFFER_SIZE - 3)) in ex_pyfile()
1233 #define BUFFER_SIZE 2048 macro1241 static char buffer[BUFFER_SIZE]; in ex_py3file()1268 while (*file && p < buffer + (BUFFER_SIZE - 3)) in ex_py3file()