Home
last modified time | relevance | path

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

/PHP-5.4/ext/interbase/
H A Dphp_ibase_includes.h34 #define RESET_ERRMSG do { IBG(errmsg)[0] = '\0'; IBG(sql_code) = 0; } while (0)
66 long sql_code; variable
H A Dinterbase.c481 if (IBG(sql_code) != 0) {
497 if (IBG(sql_code) != 0) { in PHP_FUNCTION()
498 RETURN_LONG(IBG(sql_code)); in PHP_FUNCTION()
510 IBG(sql_code) = isc_sqlcode(IB_STATUS); in _php_ibase_error()
536 IBG(sql_code) = -999; /* no SQL error */ in _php_ibase_module_error()
730 ibase_globals->sql_code = *ibase_globals->errmsg = 0; in PHP_INI_END()

Completed in 22 milliseconds