Searched refs:ncolumns (Results 1 – 4 of 4) sorted by relevance
1418 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);
194 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()
199 int ncolumns; /* number of columns in the result */ member
2628 for (i = 0; i < statement->ncolumns; i++) { in php_oci_fetch_row()2669 RETURN_LONG(statement->ncolumns); in php_oci_fetch_row()
Completed in 33 milliseconds