Home
last modified time | relevance | path

Searched refs:pdo_param_event (Results 1 – 8 of 8) sorted by relevance

/PHP-7.1/ext/pdo/
H A Dphp_pdo_driver.h345 enum pdo_param_event { enum
355 …_hook_func)(pdo_stmt_t *stmt, struct pdo_bound_param_data *param, enum pdo_param_event event_type);
H A Dpdo_stmt.c162 static int dispatch_param_event(pdo_stmt_t *stmt, enum pdo_param_event event_type) /* {{{ */ in dispatch_param_event()
/PHP-7.1/ext/pdo_sqlite/
H A Dsqlite_statement.c79 enum pdo_param_event event_type) in pdo_sqlite_stmt_param_hook()
/PHP-7.1/ext/pdo_pgsql/
H A Dpgsql_statement.c263 enum pdo_param_event event_type) in pgsql_stmt_param_hook()
/PHP-7.1/ext/pdo_odbc/
H A Dodbc_stmt.c283 enum pdo_param_event event_type) in odbc_stmt_param_hook()
/PHP-7.1/ext/pdo_firebird/
H A Dfirebird_statement.c490 enum pdo_param_event event_type) in firebird_stmt_param_hook()
/PHP-7.1/ext/pdo_mysql/
H A Dmysql_statement.c454 …aram_hook(pdo_stmt_t *stmt, struct pdo_bound_param_data *param, enum pdo_param_event event_type) /… in pdo_mysql_stmt_param_hook()
/PHP-7.1/ext/pdo_oci/
H A Doci_statement.c281 …aram_hook(pdo_stmt_t *stmt, struct pdo_bound_param_data *param, enum pdo_param_event event_type) /… in oci_stmt_param_hook()

Completed in 74 milliseconds