Home
last modified time | relevance | path

Searched defs:caller_frees (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c346 zend_ulong *len, int *caller_frees) in firebird_stmt_get_col()
567 int caller_frees; in firebird_stmt_param_hook() local
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_statement.c306 …nt pdo_sqlite_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, size_t *len, int *caller_frees) in pdo_sqlite_stmt_get_col()
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_stmt.c352 zend_ulong *len, int *caller_frees) in pdo_dblib_stmt_get_col()
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_statement.c727 …sql_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, size_t *len, int *caller_frees) /* {{{ */ in pdo_mysql_stmt_get_col()
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_statement.c529 …ic int pgsql_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, size_t *len, int *caller_frees ) in pgsql_stmt_get_col()
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_stmt.c651 … int odbc_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, zend_ulong *len, int *caller_frees) in odbc_stmt_get_col()
/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c757 static int oci_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, size_t *len, int *caller_frees in oci_stmt_get_col()
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c536 int caller_frees = 0; in fetch_value() local

Completed in 27 milliseconds