Home
last modified time | relevance | path

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

/dports/www/edbrowse/edbrowse-3.7.7/src/
H A Ddbodbc.c1387 bool rowfound; in sql_select() local
1399 bool rowfound; in sql_selectNF() local
1410 bool rowfound; in sql_selectOne() local
1426 bool rowfound; in sql_procGo() local
1439 bool rowfound; in sql_proc() local
1451 bool rowfound; in sql_procOne() local
1683 bool rowfound; in sql_fetchFirst() local
1692 bool rowfound; in sql_fetchLast() local
1701 bool rowfound; in sql_fetchNext() local
1710 bool rowfound; in sql_fetchPrev() local
[all …]
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglOddHole/
H A DCglOddHole.cpp205 int * rowfound=reinterpret_cast<int *> (malloc(maxels*sizeof(int))); in generateCuts() local
225 rowfound=reinterpret_cast<int *> (realloc(rowfound,maxels*sizeof(int))); in generateCuts()
240 rowfound[n++]=irow;//original row in generateCuts()
277 rowfound=reinterpret_cast<int *> (realloc(rowfound,maxels*sizeof(int))); in generateCuts()
288 rowfound[n++]=rowfound[k];; in generateCuts()
428 mrow[nrow2++]=rowfound[jk]; in generateCuts()
587 free(rowfound); in generateCuts()
/dports/audio/gtkpod/gtkpod-1.0.0/src/
H A Ddisplay_photo.c1399 gboolean rowfound; in dnd_album_drag_drop() local
1402 rowfound = gtk_tree_view_get_dest_row_at_pos (GTK_TREE_VIEW(widget), x, y, NULL, NULL); in dnd_album_drag_drop()
1403 if (rowfound == TRUE) in dnd_album_drag_drop()
1481 gboolean rowfound; in dnd_album_drag_data_received() local
1491 rowfound = gtk_tree_view_get_dest_row_at_pos (GTK_TREE_VIEW(widget), x, y, &treepath, NULL); in dnd_album_drag_data_received()
1492 if (! rowfound) in dnd_album_drag_data_received()
/dports/math/R-cran-terra/terra/src/
H A Draster_methods.cpp941 bool rowfound = false; in trim() local
954 rowfound = true; in trim()
959 if (!rowfound) { in trim()
999 rowfound = true; in trim()
1004 if (!rowfound) { in trim()