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.c283 php_firebird_error_stmt_with_info(stmt, "HY000", strlen("HY000"), msg, strlen(msg)); in pdo_firebird_stmt_fetch()
397 php_firebird_error_stmt_with_info(stmt, "HY000", strlen("HY000"), msg, strlen(msg)); in php_firebird_fetch_blob()
439 php_firebird_error_stmt_with_info(stmt, "HY000", strlen("HY000"), msg, strlen(msg)); in php_firebird_fetch_blob()
641 php_firebird_error_stmt_with_info(stmt, "HY093", strlen("HY093"), msg, strlen(msg)); in pdo_firebird_stmt_param_hook()
667 php_firebird_error_stmt_with_info(stmt, "HY093", strlen("HY093"), msg, strlen(msg)); in pdo_firebird_stmt_param_hook()
719 php_firebird_error_stmt_with_info(stmt, "HY000", strlen("HY000"), msg, strlen(msg)); in pdo_firebird_stmt_param_hook()
728 php_firebird_error_stmt_with_info(stmt, "HY105", strlen("HY105"), msg, strlen(msg)); in pdo_firebird_stmt_param_hook()
776 php_firebird_error_stmt_with_info(stmt, "HY105", strlen("HY105"), msg, strlen(msg)); in pdo_firebird_stmt_param_hook()
789 php_firebird_error_stmt_with_info(stmt, "HY105", strlen("HY105"), msg, strlen(msg)); in pdo_firebird_stmt_param_hook()
846 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.h133 #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 6 milliseconds