Home
last modified time | relevance | path

Searched refs:fetch_buf (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/pdo_firebird/
H A Dfirebird_statement.c66 if (S->fetch_buf[i]) { in firebird_stmt_dtor()
67 efree(S->fetch_buf[i]); in firebird_stmt_dtor()
70 efree(S->fetch_buf); in firebird_stmt_dtor()
272 *ptr = S->fetch_buf[colno] = erealloc(*ptr, *len+1); in firebird_fetch_blob()
342 *ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL); in firebird_stmt_get_col()
367 *ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL); in firebird_stmt_get_col()
371 *ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL); in firebird_stmt_get_col()
375 *ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL); in firebird_stmt_get_col()
379 *ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL); in firebird_stmt_get_col()
383 *ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL); in firebird_stmt_get_col()
[all …]
H A Dphp_pdo_firebird_int.h119 char **fetch_buf; member
H A Dfirebird_driver.c165 S->fetch_buf = ecalloc(1,sizeof(char*) * num_sqlda.sqld); in firebird_handle_preparer()

Completed in 10 milliseconds