Searched refs:BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance
218 enum { BUFFER_SIZE = 80 }; in read_base64() enumerator220 char buf[BUFFER_SIZE + 2]; in read_base64()228 while (in_count < BUFFER_SIZE) { in read_base64()
119 BUFFER_SIZE = sizeof(buffer), enumerator127 if (buffer + (BUFFER_SIZE-HEADROOM) - dst >= size) in guarantee()341 guarantee(BUFFER_SIZE * 2); /* flush */ in main()
181 #define BUFFER_SIZE 16384 macro1634 char buffer[BUFFER_SIZE], tmp[STRING_LENGTH]; in st_expr_expand()1636 if (length > BUFFER_SIZE) in st_expr_expand()1637 length = BUFFER_SIZE; in st_expr_expand()