Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/
H A Dsqlite.c1810 if (rres->nrows + 1 >= rres->alloc_rows) { in php_sqlite_fetch()
1811 rres->alloc_rows = rres->alloc_rows ? rres->alloc_rows * 2 : 16; in php_sqlite_fetch()
1812 rres->table = safe_erealloc(rres->table, rres->alloc_rows, rres->ncolumns*sizeof(char *), 0); in php_sqlite_fetch()
1814 base = rres->nrows * rres->ncolumns; in php_sqlite_fetch()
1897 rres = NULL; in sqlite_query()
2527 if (rres) { in PHP_FUNCTION()
2528 efree(rres); in PHP_FUNCTION()
2535 while (rres->curr_row < rres->nrows) { in PHP_FUNCTION()
2643 if (rres) { in PHP_FUNCTION()
2653 while (rres->curr_row < rres->nrows) { in PHP_FUNCTION()
[all …]

Completed in 15 milliseconds