Home
last modified time | relevance | path

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

/php-src/ext/pdo/
H A Dphp_pdo_driver.h346 enum pdo_param_event { enum
356 …_hook_func)(pdo_stmt_t *stmt, struct pdo_bound_param_data *param, enum pdo_param_event event_type);
H A Dpdo_stmt.c93 static bool dispatch_param_event(pdo_stmt_t *stmt, enum pdo_param_event event_type) /* {{{ */ in dispatch_param_event()
/php-src/ext/pdo_sqlite/
H A Dsqlite_statement.c76 enum pdo_param_event event_type) in pdo_sqlite_stmt_param_hook()
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c286 enum pdo_param_event event_type) in odbc_stmt_param_hook()
/php-src/ext/pdo_mysql/
H A Dmysql_statement.c385 …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-src/ext/pdo_pgsql/
H A Dpgsql_statement.c367 enum pdo_param_event event_type) in pgsql_stmt_param_hook()
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c629 enum pdo_param_event event_type) in pdo_firebird_stmt_param_hook()

Completed in 24 milliseconds