Searched refs:MAX_OUTPUT (Results 1 – 2 of 2) sorted by relevance
66 #define MAX_OUTPUT 1024 macro72 char got[MAX_OUTPUT]; in check_plain()134 char got[MAX_OUTPUT]; in check_vsprintf()155 char got[MAX_OUTPUT]; in check_vfprintf()193 char got[MAX_OUTPUT+1]; in check_vsnprintf()877 xs = (char *) (*__gmp_allocate_func) (MAX_OUTPUT * 2 - 12); in check_misc()878 memset (xs, '%', MAX_OUTPUT * 2 - 14); in check_misc()879 xs [MAX_OUTPUT * 2 - 13] = '\0'; in check_misc()880 xs [MAX_OUTPUT * 2 - 14] = 'x'; in check_misc()881 check_one (xs + MAX_OUTPUT - 7, xs, NULL); in check_misc()[all …]
48 #define MAX_OUTPUT (512*1024) macro68 if (evbuffer_get_length(dst) >= MAX_OUTPUT) { in readcb()74 bufferevent_setwatermark(partner, EV_WRITE, MAX_OUTPUT/2, in readcb()75 MAX_OUTPUT); in readcb()