Home
last modified time | relevance | path

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

/PHP-5.3/ext/pdo_firebird/
H A Dfirebird_statement.c301 unsigned long *len, int *caller_frees TSRMLS_DC) in firebird_stmt_get_col()
502 int caller_frees; in firebird_stmt_param_hook() local
596 caller_frees = 0; in firebird_stmt_param_hook()
598 if (firebird_stmt_get_col(stmt, param->paramno, &value, &value_len, &caller_frees TSRMLS_CC)) { in firebird_stmt_param_hook()
622 if (value && caller_frees) { in firebird_stmt_param_hook()
/PHP-5.3/ext/pdo_odbc/
H A Dodbc_stmt.c609 …t_get_col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC) in odbc_stmt_get_col()
680 *caller_frees = 1; in odbc_stmt_get_col()
725 if (*caller_frees) { in odbc_stmt_get_col()
731 *caller_frees = 1; in odbc_stmt_get_col()
/PHP-5.3/ext/pdo/
H A Dpdo_stmt.c551 int caller_frees = 0; in fetch_value() local
561 stmt->methods->get_col(stmt, colno, &value, &value_len, &caller_frees TSRMLS_CC); in fetch_value()
616 if (caller_frees) { in fetch_value()
619 caller_frees = 0; in fetch_value()
632 ZVAL_STRINGL(dest, value, value_len, !caller_frees); in fetch_value()
633 if (caller_frees) { in fetch_value()
634 caller_frees = 0; in fetch_value()
641 ZVAL_STRINGL(dest, value, value_len, !caller_frees); in fetch_value()
642 if (caller_frees) { in fetch_value()
643 caller_frees = 0; in fetch_value()
[all …]
H A Dphp_pdo_driver.h341 …ta_func)(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC);
/PHP-5.3/ext/sqlite/
H A Dpdo_sqlite2.c190 …t_get_col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC) in pdo_sqlite2_stmt_get_col()
204 *caller_frees = 1; in pdo_sqlite2_stmt_get_col()
/PHP-5.3/ext/pdo_sqlite/
H A Dsqlite_statement.c243 …t_get_col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC) in pdo_sqlite_stmt_get_col()
/PHP-5.3/ext/pdo_pgsql/
H A Dpgsql_statement.c492 …_get_col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC) in pgsql_stmt_get_col()
554 *caller_frees = 1; in pgsql_stmt_get_col()
/PHP-5.3/ext/pdo_dblib/
H A Ddblib_stmt.c270 unsigned long *len, int *caller_frees TSRMLS_DC)
/PHP-5.3/ext/pdo_oci/
H A Doci_statement.c716 …col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC) /* {… in oci_stmt_get_col()
/PHP-5.3/ext/pdo_mysql/
H A Dmysql_statement.c728 …col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC) /* {…

Completed in 35 milliseconds