Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo_dblib/
H A Ddblib_stmt.c216 unsigned long *len, int *caller_frees TSRMLS_DC) in pdo_dblib_stmt_get_col()
279 *caller_frees = 1; in pdo_dblib_stmt_get_col()
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c299 unsigned long *len, int *caller_frees TSRMLS_DC) in firebird_stmt_get_col()
500 int caller_frees; in firebird_stmt_param_hook() local
594 caller_frees = 0; in firebird_stmt_param_hook()
596 if (firebird_stmt_get_col(stmt, param->paramno, &value, &value_len, &caller_frees TSRMLS_CC)) { in firebird_stmt_param_hook()
620 if (value && caller_frees) { in firebird_stmt_param_hook()
/PHP-5.5/ext/pdo_odbc/
H A Dodbc_stmt.c615 …t_get_col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC) in odbc_stmt_get_col()
685 *caller_frees = 1; in odbc_stmt_get_col()
730 if (*caller_frees) { in odbc_stmt_get_col()
736 *caller_frees = 1; in odbc_stmt_get_col()
/PHP-5.5/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.h342 …ta_func)(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC);
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_statement.c249 …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.5/ext/pdo_pgsql/
H A Dpgsql_statement.c493 …_get_col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC) in pgsql_stmt_get_col()
555 *caller_frees = 1; in pgsql_stmt_get_col()
/PHP-5.5/ext/pdo_oci/
H A Doci_statement.c721 …col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC) /* {… in oci_stmt_get_col()
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_statement.c705 …col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC) /* {…

Completed in 34 milliseconds