Home
last modified time | relevance | path

Searched refs:numcols (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/_sqlite/
H A Dcursor.c325 int i, numcols; in _pysqlite_fetch_one_row() local
336 numcols = sqlite3_data_count(self->statement->st); in _pysqlite_fetch_one_row() local
339 row = PyTuple_New(numcols); in _pysqlite_fetch_one_row()
344 for (i = 0; i < numcols; i++) { in _pysqlite_fetch_one_row()
787 int numcols; in _pysqlite_query_execute() local
918 numcols = sqlite3_column_count(self->statement->st); in _pysqlite_query_execute() local
920 if (self->description == Py_None && numcols > 0) { in _pysqlite_query_execute()
921 Py_SETREF(self->description, PyTuple_New(numcols)); in _pysqlite_query_execute()
925 for (i = 0; i < numcols; i++) { in _pysqlite_query_execute()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djcsample.c101 int numcols = (int)(output_cols - input_cols); in expand_right_edge() local
103 if (numcols > 0) { in expand_right_edge()
107 for (count = numcols; count > 0; count--) in expand_right_edge()

Completed in 3 milliseconds