Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/
H A Dsqlite.c141 int ncolumns; member
703 base = i * res->ncolumns; in real_result_dtor()
704 for (j = 0; j < res->ncolumns; j++) { in real_result_dtor()
713 for (j = 0; j < res->ncolumns; j++) { in real_result_dtor()
1791 for (i = 0; i < rres->ncolumns; i++) { in php_sqlite_fetch()
1814 base = rres->nrows * rres->ncolumns; in php_sqlite_fetch()
1815 for (i = 0; i < rres->ncolumns; i++) { in php_sqlite_fetch()
1833 for (i = 0; i < rres->ncolumns; i++) { in php_sqlite_fetch()
2248 for (j = 0; j < res->ncolumns; j++) { in php_sqlite_fetch_column()
2254 if (j < 0 || j >= res->ncolumns) { in php_sqlite_fetch_column()
[all …]
/PHP-5.3/ext/oci8/
H A Doci8_interface.c1418 columns = safe_emalloc(statement->ncolumns, sizeof(php_oci_out_column *), 0);
1420 for (i = 0; i < statement->ncolumns; i++) {
1430 for (i = 0; i < statement->ncolumns; i++) {
1458 columns = safe_emalloc(statement->ncolumns, sizeof(php_oci_out_column *), 0);
1459 outarrs = safe_emalloc(statement->ncolumns, sizeof(zval*), 0);
1462 for (i = 0; i < statement->ncolumns; i++) {
1470 for (i = 0; i < statement->ncolumns; i++) {
1486 for (i = 0; i < statement->ncolumns; i++) {
1704 RETURN_LONG(statement->ncolumns);
H A Doci8_statement.c194 statement->ncolumns = 0; in php_oci_statement_fetch()
210 for (i = 0; i < statement->ncolumns; i++) { in php_oci_statement_fetch()
235 for (i = 0; i < statement->ncolumns; i++) { in php_oci_statement_fetch()
265 for (i = 0; i < statement->ncolumns; i++) { in php_oci_statement_fetch()
278 for (i = 0; i < statement->ncolumns; i++) { in php_oci_statement_fetch()
316 for (i = 0; i < statement->ncolumns; i++) { in php_oci_statement_get_column()
498 statement->ncolumns = colcount; in php_oci_statement_execute()
H A Dphp_oci8_int.h199 int ncolumns; /* number of columns in the result */ member
H A Doci8.c2628 for (i = 0; i < statement->ncolumns; i++) { in php_oci_fetch_row()
2669 RETURN_LONG(statement->ncolumns); in php_oci_fetch_row()

Completed in 36 milliseconds