Searched refs:caller_frees (Results 1 – 9 of 9) sorted by relevance
/PHP-5.6/ext/pdo_firebird/ |
H A D | firebird_statement.c | 299 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.6/ext/pdo_dblib/ |
H A D | dblib_stmt.c | 217 unsigned long *len, int *caller_frees TSRMLS_DC) in pdo_dblib_stmt_get_col() 299 *caller_frees = 1; in pdo_dblib_stmt_get_col()
|
/PHP-5.6/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 633 …t_get_col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC) in odbc_stmt_get_col() 703 *caller_frees = 1; in odbc_stmt_get_col() 748 if (*caller_frees) { in odbc_stmt_get_col() 754 *caller_frees = 1; in odbc_stmt_get_col()
|
/PHP-5.6/ext/pdo/ |
H A D | pdo_stmt.c | 551 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 D | php_pdo_driver.h | 352 …ta_func)(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC);
|
/PHP-5.6/ext/pdo_sqlite/ |
H A D | sqlite_statement.c | 249 …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.6/ext/pdo_pgsql/ |
H A D | pgsql_statement.c | 491 …_get_col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC) in pgsql_stmt_get_col() 553 *caller_frees = 1; in pgsql_stmt_get_col()
|
/PHP-5.6/ext/pdo_mysql/ |
H A D | mysql_statement.c | 705 …col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC) /* {…
|
/PHP-5.6/ext/pdo_oci/ |
H A D | oci_statement.c | 721 …col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC) /* {… in oci_stmt_get_col()
|
Completed in 40 milliseconds