Home
last modified time | relevance | path

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

/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c210 php_firebird_error_stmt_with_info(stmt, "HY000", strlen("HY000"), msg, strlen(msg)); in pdo_firebird_stmt_fetch()
326 php_firebird_error_stmt_with_info(stmt, "HY000", strlen("HY000"), msg, strlen(msg)); in php_firebird_fetch_blob()
368 php_firebird_error_stmt_with_info(stmt, "HY000", strlen("HY000"), msg, strlen(msg)); in php_firebird_fetch_blob()
562 php_firebird_error_stmt_with_info(stmt, "HY093", strlen("HY093"), msg, strlen(msg)); in pdo_firebird_stmt_param_hook()
588 php_firebird_error_stmt_with_info(stmt, "HY093", strlen("HY093"), msg, strlen(msg)); in pdo_firebird_stmt_param_hook()
640 php_firebird_error_stmt_with_info(stmt, "HY000", strlen("HY000"), msg, strlen(msg)); in pdo_firebird_stmt_param_hook()
649 php_firebird_error_stmt_with_info(stmt, "HY105", strlen("HY105"), msg, strlen(msg)); in pdo_firebird_stmt_param_hook()
698 php_firebird_error_stmt_with_info(stmt, "HY105", strlen("HY105"), msg, strlen(msg)); in pdo_firebird_stmt_param_hook()
711 php_firebird_error_stmt_with_info(stmt, "HY105", strlen("HY105"), msg, strlen(msg)); in pdo_firebird_stmt_param_hook()
763 php_firebird_error_stmt_with_info(stmt, "HY105", strlen("HY105"), msg, strlen(msg)); in pdo_firebird_stmt_param_hook()
[all …]
H A Dphp_pdo_firebird_int.h137 #define php_firebird_error_stmt_with_info(s,e,el,m,ml) php_firebird_set_error(s->dbh, s, e, el, m, … macro

Completed in 11 milliseconds