Home
last modified time | relevance | path

Searched refs:MAX_ERRMSG (Results 1 – 2 of 2) sorted by relevance

/PHP-5.4/ext/interbase/
H A Dphp_ibase_includes.h53 #define MAX_ERRMSG (IBASE_MSGSIZE*2) macro
65 char errmsg[MAX_ERRMSG];
H A Dinterbase.c512 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 20 milliseconds