Searched refs:caller_frees (Results 1 – 9 of 9) sorted by relevance
/PHP-7.1/ext/pdo_firebird/ |
H A D | firebird_statement.c | 326 zend_ulong *len, int *caller_frees) in firebird_stmt_get_col() argument 539 int caller_frees; in firebird_stmt_param_hook() local 663 caller_frees = 0; in firebird_stmt_param_hook() 672 if (firebird_stmt_get_col(stmt, param->paramno, &value, &value_len, &caller_frees)) { in firebird_stmt_param_hook() 696 if (value && caller_frees) { in firebird_stmt_param_hook()
|
/PHP-7.1/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 648 … int odbc_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, zend_ulong *len, int *caller_frees) in odbc_stmt_get_col() argument 718 *caller_frees = 1; in odbc_stmt_get_col() 763 if (*caller_frees) { in odbc_stmt_get_col() 769 *caller_frees = 1; in odbc_stmt_get_col()
|
/PHP-7.1/ext/pdo_dblib/ |
H A D | dblib_stmt.c | 256 zend_ulong *len, int *caller_frees) argument 435 *caller_frees = 1;
|
/PHP-7.1/ext/pdo_sqlite/ |
H A D | sqlite_statement.c | 264 …do_sqlite_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, zend_ulong *len, int *caller_frees) in pdo_sqlite_stmt_get_col() argument
|
/PHP-7.1/ext/pdo_pgsql/ |
H A D | pgsql_statement.c | 531 …nt pgsql_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, zend_ulong *len, int *caller_frees ) in pgsql_stmt_get_col() argument 593 *caller_frees = 1; in pgsql_stmt_get_col()
|
/PHP-7.1/ext/pdo/ |
H A D | php_pdo_driver.h | 342 …o_stmt_get_col_data_func)(pdo_stmt_t *stmt, int colno, char **ptr, size_t *len, int *caller_frees);
|
H A D | pdo_stmt.c | 543 int caller_frees = 0; in fetch_value() local 553 stmt->methods->get_col(stmt, colno, &value, &value_len, &caller_frees); in fetch_value() 605 if (caller_frees) { in fetch_value() 608 caller_frees = 0; in fetch_value() 653 if (caller_frees && value) { in fetch_value()
|
/PHP-7.1/ext/pdo_mysql/ |
H A D | mysql_statement.c | 725 …sql_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, size_t *len, int *caller_frees) /* {{{ */ argument
|
/PHP-7.1/ext/pdo_oci/ |
H A D | oci_statement.c | 762 static int oci_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, size_t *len, int *caller_frees… in oci_stmt_get_col() argument
|
Completed in 44 milliseconds