caller_frees 551 ext/pdo/pdo_stmt.c int caller_frees = 0; caller_frees 561 ext/pdo/pdo_stmt.c stmt->methods->get_col(stmt, colno, &value, &value_len, &caller_frees TSRMLS_CC); caller_frees 616 ext/pdo/pdo_stmt.c if (caller_frees) { caller_frees 619 ext/pdo/pdo_stmt.c caller_frees = 0; caller_frees 632 ext/pdo/pdo_stmt.c ZVAL_STRINGL(dest, value, value_len, !caller_frees); caller_frees 633 ext/pdo/pdo_stmt.c if (caller_frees) { caller_frees 634 ext/pdo/pdo_stmt.c caller_frees = 0; caller_frees 641 ext/pdo/pdo_stmt.c ZVAL_STRINGL(dest, value, value_len, !caller_frees); caller_frees 642 ext/pdo/pdo_stmt.c if (caller_frees) { caller_frees 643 ext/pdo/pdo_stmt.c caller_frees = 0; caller_frees 670 ext/pdo/pdo_stmt.c if (caller_frees && value) { caller_frees 352 ext/pdo/php_pdo_driver.h typedef int (*pdo_stmt_get_col_data_func)(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC); caller_frees 217 ext/pdo_dblib/dblib_stmt.c unsigned long *len, int *caller_frees TSRMLS_DC) caller_frees 299 ext/pdo_dblib/dblib_stmt.c *caller_frees = 1; caller_frees 299 ext/pdo_firebird/firebird_statement.c unsigned long *len, int *caller_frees TSRMLS_DC) caller_frees 500 ext/pdo_firebird/firebird_statement.c int caller_frees; caller_frees 594 ext/pdo_firebird/firebird_statement.c caller_frees = 0; caller_frees 596 ext/pdo_firebird/firebird_statement.c if (firebird_stmt_get_col(stmt, param->paramno, &value, &value_len, &caller_frees TSRMLS_CC)) { caller_frees 620 ext/pdo_firebird/firebird_statement.c if (value && caller_frees) { caller_frees 705 ext/pdo_mysql/mysql_statement.c static int pdo_mysql_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC) /* {{{ */ caller_frees 721 ext/pdo_oci/oci_statement.c static int oci_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC) /* {{{ */ caller_frees 615 ext/pdo_odbc/odbc_stmt.c static int odbc_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC) caller_frees 685 ext/pdo_odbc/odbc_stmt.c *caller_frees = 1; caller_frees 730 ext/pdo_odbc/odbc_stmt.c if (*caller_frees) { caller_frees 736 ext/pdo_odbc/odbc_stmt.c *caller_frees = 1; caller_frees 491 ext/pdo_pgsql/pgsql_statement.c static int pgsql_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC) caller_frees 553 ext/pdo_pgsql/pgsql_statement.c *caller_frees = 1; caller_frees 249 ext/pdo_sqlite/sqlite_statement.c static int pdo_sqlite_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC)