Home
last modified time | relevance | path

Searched refs:LINE_BUFFER_SIZE (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpkg_gencmn.cpp97 #define LINE_BUFFER_SIZE 512 macro
130 line = (char *)uprv_malloc(sizeof(char) * LINE_BUFFER_SIZE); in createCommonDataFile()
132 fprintf(stderr, "gencmn: unable to allocate memory for line buffer of size %d\n", LINE_BUFFER_SIZE); in createCommonDataFile()
173 LINE_BUFFER_SIZE))!=nullptr) { in createCommonDataFile()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpkg_gencmn.cpp97 #define LINE_BUFFER_SIZE 512 macro
130 line = (char *)uprv_malloc(sizeof(char) * LINE_BUFFER_SIZE); in createCommonDataFile()
132 fprintf(stderr, "gencmn: unable to allocate memory for line buffer of size %d\n", LINE_BUFFER_SIZE); in createCommonDataFile()
173 LINE_BUFFER_SIZE))!=NULL) { in createCommonDataFile()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpkg_gencmn.cpp97 #define LINE_BUFFER_SIZE 512 macro
130 line = (char *)uprv_malloc(sizeof(char) * LINE_BUFFER_SIZE); in createCommonDataFile()
132 fprintf(stderr, "gencmn: unable to allocate memory for line buffer of size %d\n", LINE_BUFFER_SIZE); in createCommonDataFile()
173 LINE_BUFFER_SIZE))!=NULL) { in createCommonDataFile()
/third_party/ffmpeg/libavformat/
H A Dhlsenc.c71 #define LINE_BUFFER_SIZE MAX_URL_SIZE macro
87 char key_uri[LINE_BUFFER_SIZE + 1];
170 char key_file[LINE_BUFFER_SIZE + 1];
171 char key_uri[LINE_BUFFER_SIZE + 1];
229 char key_file[LINE_BUFFER_SIZE + 1];
230 char key_uri[LINE_BUFFER_SIZE + 1];

Completed in 8 milliseconds