Searched refs:fetch_buf (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/ext/pdo_firebird/ |
H A D | firebird_statement.c | 64 if (S->fetch_buf[i]) { in firebird_stmt_dtor() 65 efree(S->fetch_buf[i]); in firebird_stmt_dtor() 68 efree(S->fetch_buf); in firebird_stmt_dtor() 270 *ptr = S->fetch_buf[colno] = erealloc(*ptr, *len+1); in firebird_fetch_blob() 340 *ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL); in firebird_stmt_get_col() 365 *ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL); in firebird_stmt_get_col() 369 *ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL); in firebird_stmt_get_col() 373 *ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL); in firebird_stmt_get_col() 377 *ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL); in firebird_stmt_get_col() 381 *ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL); in firebird_stmt_get_col() [all …]
|
H A D | php_pdo_firebird_int.h | 117 char **fetch_buf; member
|
H A D | firebird_driver.c | 163 S->fetch_buf = ecalloc(1,sizeof(char*) * num_sqlda.sqld); in firebird_handle_preparer()
|
Completed in 18 milliseconds