Home
last modified time | relevance | path

Searched refs:caller_frees (Results 1 – 9 of 9) sorted by relevance

/PHP-8.0/ext/pdo_firebird/
H A Dfirebird_statement.c344 zend_ulong *len, int *caller_frees) in firebird_stmt_get_col() argument
565 int caller_frees; in firebird_stmt_param_hook() local
743 caller_frees = 0; in firebird_stmt_param_hook()
752 if (firebird_stmt_get_col(stmt, param->paramno, &value, &value_len, &caller_frees)) { in firebird_stmt_param_hook()
776 if (value && caller_frees) { in firebird_stmt_param_hook()
/PHP-8.0/ext/pdo_odbc/
H A Dodbc_stmt.c649 … int odbc_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, zend_ulong *len, int *caller_frees) in odbc_stmt_get_col() argument
729 *caller_frees = 1; in odbc_stmt_get_col()
774 if (*caller_frees) { in odbc_stmt_get_col()
780 *caller_frees = 1; in odbc_stmt_get_col()
/PHP-8.0/ext/pdo_dblib/
H A Ddblib_stmt.c350 zend_ulong *len, int *caller_frees) in pdo_dblib_stmt_get_col() argument
505 *caller_frees = 1; in pdo_dblib_stmt_get_col()
/PHP-8.0/ext/pdo_sqlite/
H A Dsqlite_statement.c264 …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() argument
/PHP-8.0/ext/pdo_pgsql/
H A Dpgsql_statement.c533 …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() argument
595 *caller_frees = 1; in pgsql_stmt_get_col()
/PHP-8.0/ext/pdo/
H A Dphp_pdo_driver.h347 …o_stmt_get_col_data_func)(pdo_stmt_t *stmt, int colno, char **ptr, size_t *len, int *caller_frees);
H A Dpdo_stmt.c496 int caller_frees = 0; in fetch_value() local
518 stmt->methods->get_col(stmt, colno, &value, &value_len, &caller_frees); in fetch_value()
570 if (caller_frees) { in fetch_value()
573 caller_frees = 0; in fetch_value()
618 if (caller_frees && value) { in fetch_value()
/PHP-8.0/ext/pdo_mysql/
H A Dmysql_statement.c659 …sql_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, size_t *len, int *caller_frees) /* {{{ */ in pdo_mysql_stmt_get_col() argument
/PHP-8.0/ext/pdo_oci/
H A Doci_statement.c745 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() argument

Completed in 41 milliseconds