Searched defs:caller_frees (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/pdo_firebird/ |
| H A D | firebird_statement.c | 301 unsigned long *len, int *caller_frees TSRMLS_DC) 502 int caller_frees; local 593 caller_frees = 0; 595 if (firebird_stmt_get_col(stmt, param->paramno, &value, &value_len, &caller_frees TSRMLS_CC)) { 619 if (value && caller_frees) {
|
| /PHP_TRUNK/ext/pdo/ |
| H A D | pdo_stmt.c | 551 int caller_frees = 0; local 561 stmt->methods->get_col(stmt, colno, &value, &value_len, &caller_frees TSRMLS_CC); 616 if (caller_frees) { 619 caller_frees = 0; 632 ZVAL_STRINGL(dest, value, value_len, !caller_frees); 633 if (caller_frees) { 634 caller_frees = 0; 641 ZVAL_STRINGL(dest, value, value_len, !caller_frees); 642 if (caller_frees) { 643 caller_frees [all...] |
Completed in 4 milliseconds