Searched refs:MAX_ERRMSG (Results 1 – 2 of 2) sorted by relevance
54 #define MAX_ERRMSG (IBASE_MSGSIZE*2) macro66 char errmsg[MAX_ERRMSG];
512 while ((s - IBG(errmsg)) < MAX_ERRMSG - (IBASE_MSGSIZE + 2) && isc_interprete(s, &statusp)) { in _php_ibase_error()533 vsnprintf(IBG(errmsg), MAX_ERRMSG, msg, ap); in _php_ibase_module_error()
Completed in 8 milliseconds