fetch_buf         161 ext/pdo_firebird/firebird_driver.c 		S->fetch_buf = ecalloc(1,sizeof(char*) * num_sqlda.sqld);
fetch_buf          64 ext/pdo_firebird/firebird_statement.c 		if (S->fetch_buf[i]) {
fetch_buf          65 ext/pdo_firebird/firebird_statement.c 			efree(S->fetch_buf[i]);
fetch_buf          68 ext/pdo_firebird/firebird_statement.c 	efree(S->fetch_buf);
fetch_buf         270 ext/pdo_firebird/firebird_statement.c 		*ptr = S->fetch_buf[colno] = erealloc(*ptr, *len+1);
fetch_buf         340 ext/pdo_firebird/firebird_statement.c 			*ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL);
fetch_buf         365 ext/pdo_firebird/firebird_statement.c 				    *ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL);
fetch_buf         369 ext/pdo_firebird/firebird_statement.c 					*ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL);
fetch_buf         373 ext/pdo_firebird/firebird_statement.c 					*ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL);
fetch_buf         377 ext/pdo_firebird/firebird_statement.c 					*ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL);
fetch_buf         381 ext/pdo_firebird/firebird_statement.c 					*ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL);
fetch_buf         398 ext/pdo_firebird/firebird_statement.c 					*ptr = FETCH_BUF(S->fetch_buf[colno], char, *len, NULL);
fetch_buf         117 ext/pdo_firebird/php_pdo_firebird_int.h 	char **fetch_buf;