Home | History | Annotate | Download | only in native

Lines Matching defs:ncol

522 callback(void *udata, int ncol, char **data, char **cols)
539 arr = (*env)->NewObjectArray(env, ncol, C_java_lang_String, 0);
540 for (i = 0; i < ncol; i++) {
569 arr = (*env)->NewObjectArray(env, ncol,
571 for (i = 0; i < ncol; i++) {
615 if (h->ver >= 0x020506 && cols[ncol]) {
620 arr = (*env)->NewObjectArray(env, ncol,
622 for (i = 0; i < ncol; i++) {
623 if (cols[i + ncol]) {
627 cols[i + ncol], &ty);
650 if (h->ver >= 0x020506 && cols[ncol]) {
655 arr = (*env)->NewObjectArray(env, ncol,
657 for (i = 0; i < ncol; i++) {
658 if (cols[i + ncol]) {
662 cols[i + ncol], &ty);
688 arr = (*env)->NewObjectArray(env, ncol,
690 for (i = 0; i < ncol; i++) {
740 arr = (*env)->NewObjectArray(env, ncol, C_java_lang_String, 0);
741 for (i = 0; arr && i < ncol; i++) {
2624 long ncol = 0;
2636 ncol = sqlite3_column_count((sqlite3_stmt *) v->vm);
2637 if (ncol > 0) {
2638 data = calloc(ncol * 3 + 3 + 1, sizeof (char *));
2640 data[0] = (const char *) ncol;
2642 cols = data + ncol + 1;
2643 blob = cols + ncol + 1;
2652 for (i = 0; i < ncol; i++) {
2658 ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
2659 if (ncol > 0) {
2660 data = calloc(ncol * 3 + 3 + 1, sizeof (char *));
2662 data[0] = (const char *) ncol;
2664 cols = data + ncol + 1;
2665 blob = cols + ncol + 1;
2674 for (i = 0; i < ncol; i++) {
2712 ncol = tmp;
2718 ncol = tmp;
2723 ncol = sqlite3_column_count((sqlite3_stmt *) v->vm);
2724 if (ncol > 0) {
2725 data = calloc(ncol * 3 + 3 + 1, sizeof (char *));
2727 data[0] = (const char *) ncol;
2729 cols = data + ncol + 1;
2730 blob = cols + ncol + 1;
2739 for (i = 0; i < ncol; i++) {
2745 ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
2746 if (ncol > 0) {
2747 data = calloc(ncol * 3 + 3 + 1, sizeof (char *));
2749 data[0] = (const char *) ncol;
2751 cols = data + ncol + 1;
2752 blob = cols + ncol + 1;
2761 for (i = 0; i < ncol; i++) {
2808 callback((void *) &v->hh, ncol, (char **) data, (char **) cols);
2834 callback((void *) &v->hh, ncol, (char **) 0, (char **) cols);
4047 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
4049 if (col < 0 || col >= ncol) {
4069 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
4071 if (col < 0 || col >= ncol) {
4091 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
4093 if (col < 0 || col >= ncol) {
4113 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
4118 if (col < 0 || col >= ncol) {
4150 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
4155 if (col < 0 || col >= ncol) {
4187 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
4189 if (col < 0 || col >= ncol) {
4225 int ncol = sqlite3_column_count((sqlite3_stmt *) v->vm);
4228 if (col < 0 || col >= ncol) {
4252 int ncol = sqlite3_column_count((sqlite3_stmt *) v->vm);
4255 if (col < 0 || col >= ncol) {
4279 int ncol = sqlite3_column_count((sqlite3_stmt *) v->vm);
4282 if (col < 0 || col >= ncol) {
4306 int ncol = sqlite3_column_count((sqlite3_stmt *) v->vm);
4309 if (col < 0 || col >= ncol) {