caller_frees 549 ext/pdo/pdo_stmt.c int caller_frees = 0; caller_frees 559 ext/pdo/pdo_stmt.c stmt->methods->get_col(stmt, colno, &value, &value_len, &caller_frees); caller_frees 611 ext/pdo/pdo_stmt.c if (caller_frees) { caller_frees 614 ext/pdo/pdo_stmt.c caller_frees = 0; caller_frees 659 ext/pdo/pdo_stmt.c if (caller_frees && value) { caller_frees 342 ext/pdo/php_pdo_driver.h typedef int (*pdo_stmt_get_col_data_func)(pdo_stmt_t *stmt, int colno, char **ptr, size_t *len, int *caller_frees); caller_frees 221 ext/pdo_dblib/dblib_stmt.c zend_ulong *len, int *caller_frees) caller_frees 302 ext/pdo_dblib/dblib_stmt.c *caller_frees = 1; caller_frees 299 ext/pdo_firebird/firebird_statement.c zend_ulong *len, int *caller_frees) caller_frees 499 ext/pdo_firebird/firebird_statement.c int caller_frees; caller_frees 612 ext/pdo_firebird/firebird_statement.c caller_frees = 0; caller_frees 621 ext/pdo_firebird/firebird_statement.c if (firebird_stmt_get_col(stmt, param->paramno, &value, &value_len, &caller_frees)) { caller_frees 645 ext/pdo_firebird/firebird_statement.c if (value && caller_frees) { caller_frees 724 ext/pdo_mysql/mysql_statement.c static int pdo_mysql_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, size_t *len, int *caller_frees) /* {{{ */ caller_frees 762 ext/pdo_oci/oci_statement.c static int oci_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, size_t *len, int *caller_frees) /* {{{ */ caller_frees 630 ext/pdo_odbc/odbc_stmt.c static int odbc_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, zend_ulong *len, int *caller_frees) caller_frees 700 ext/pdo_odbc/odbc_stmt.c *caller_frees = 1; caller_frees 745 ext/pdo_odbc/odbc_stmt.c if (*caller_frees) { caller_frees 751 ext/pdo_odbc/odbc_stmt.c *caller_frees = 1; caller_frees 497 ext/pdo_pgsql/pgsql_statement.c static int pgsql_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, zend_ulong *len, int *caller_frees ) caller_frees 559 ext/pdo_pgsql/pgsql_statement.c *caller_frees = 1; caller_frees 264 ext/pdo_sqlite/sqlite_statement.c static int pdo_sqlite_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, zend_ulong *len, int *caller_frees)