Home
last modified time | relevance | path

Searched refs:colist (Results 1 – 25 of 98) sorted by relevance

1234

/dports/databases/akonadi/akonadi-21.12.3/src/xml/autotests/
H A Dcollectiontest.cpp50 Collection::List colist = XmlReader::readCollections(mDocument.documentElement()); in testBuildCollection() local
53 QCOMPARE(colist.size(), 1); in testBuildCollection()
54 verifyCollection(colist, 0, QStringLiteral("c11"), QStringLiteral("Inbox"), mimeType); in testBuildCollection()
57 colist = XmlReader::readCollections(mDocument.documentElement()); in testBuildCollection()
59 QCOMPARE(colist.size(), 3); in testBuildCollection()
64 QVERIFY(colist.at(0).hasAttribute<EntityDisplayAttribute>()); in testBuildCollection()
65 const auto attr = colist.at(0).attribute<EntityDisplayAttribute>(); in testBuildCollection()
86 void CollectionTest::verifyCollection(const Collection::List &colist, in verifyCollection() argument
92 QVERIFY(colist.at(listPosition).name() == name); in verifyCollection()
93 QVERIFY(colist.at(listPosition).remoteId() == remoteId); in verifyCollection()
[all …]
H A Dcollectiontest.h16 …void verifyCollection(const Akonadi::Collection::List &colist, int listPosition, const QString &re…
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/connect/
H A Dtaboccur.cpp52 int PrepareColist(char *colist);
57 int PrepareColist(char *colist) in PrepareColist() argument
63 for (pn = colist; ; pn += (strlen(pn) + 1)) in PrepareColist()
85 char *pn, *colist; in OcrColumns() local
96 colist = PlugDup(g, col); in OcrColumns()
97 m = PrepareColist(colist); in OcrColumns()
112 ocr = colist; in OcrColumns()
182 char *pn, *colist; in OcrSrcCols() local
193 colist = PlugDup(g, col); in OcrSrcCols()
194 m = PrepareColist(colist); in OcrSrcCols()
[all …]
H A Dtabwmi.cpp504 char *colist, *wql/*, *pw = NULL*/; in MakeWQL() local
515 colist = (char*)PlugSubAlloc(g, NULL, (NAM_LEN + 4) * ncol); in MakeWQL()
524 strcpy(colist, colp->GetName()); in MakeWQL()
527 strcat(strcat(colist, ", "), colp->GetName()); in MakeWQL()
536 colist = (char*)PlugSubAlloc(g, NULL, 2); in MakeWQL()
537 strcpy(colist, "*"); in MakeWQL()
541 len = (strlen(colist) + strlen(Wclass) + 14); in MakeWQL()
544 strcat(strcat(strcpy(wql, "SELECT "), colist), " FROM "); in MakeWQL()
H A Dtabpivot.cpp481 char *colist; in GetSourceTable() local
488 *(colist = (char*)PlugSubAlloc(g, NULL, 0)) = 0; in GetSourceTable()
493 strcat(strcat(colist, cdp->GetName()), ", "); in GetSourceTable()
496 strcat(colist, Picol); in GetSourceTable()
499 PlugSubAlloc(g, NULL, strlen(colist) + 1); in GetSourceTable()
505 strcat(strcat(strcpy(Tabsrc, "SELECT "), colist), ", "); in GetSourceTable()
511 strcat(strcat(Tabsrc, " GROUP BY "), colist); in GetSourceTable()
514 strcat(strcat(Tabsrc, " ORDER BY "), colist); in GetSourceTable()
H A Dmycat.h49 const char *colist; member
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/connect/
H A Dtaboccur.cpp52 int PrepareColist(char *colist);
57 int PrepareColist(char *colist) in PrepareColist() argument
63 for (pn = colist; ; pn += (strlen(pn) + 1)) in PrepareColist()
85 char *pn, *colist; in OcrColumns() local
96 colist = PlugDup(g, col); in OcrColumns()
97 m = PrepareColist(colist); in OcrColumns()
112 ocr = colist; in OcrColumns()
182 char *pn, *colist; in OcrSrcCols() local
193 colist = PlugDup(g, col); in OcrSrcCols()
194 m = PrepareColist(colist); in OcrSrcCols()
[all …]
H A Dtabwmi.cpp504 char *colist, *wql/*, *pw = NULL*/; in MakeWQL() local
515 colist = (char*)PlugSubAlloc(g, NULL, (NAM_LEN + 4) * ncol); in MakeWQL()
524 strcpy(colist, colp->GetName()); in MakeWQL()
527 strcat(strcat(colist, ", "), colp->GetName()); in MakeWQL()
536 colist = (char*)PlugSubAlloc(g, NULL, 2); in MakeWQL()
537 strcpy(colist, "*"); in MakeWQL()
541 len = (strlen(colist) + strlen(Wclass) + 14); in MakeWQL()
544 strcat(strcat(strcpy(wql, "SELECT "), colist), " FROM "); in MakeWQL()
H A Dtabpivot.cpp482 char *colist; in GetSourceTable() local
489 *(colist = (char*)PlugSubAlloc(g, NULL, 0)) = 0; in GetSourceTable()
494 strcat(strcat(colist, cdp->GetName()), ", "); in GetSourceTable()
497 strcat(colist, Picol); in GetSourceTable()
500 PlugSubAlloc(g, NULL, strlen(colist) + 1); in GetSourceTable()
506 strcat(strcat(strcpy(Tabsrc, "SELECT "), colist), ", "); in GetSourceTable()
512 strcat(strcat(Tabsrc, " GROUP BY "), colist); in GetSourceTable()
515 strcat(strcat(Tabsrc, " ORDER BY "), colist); in GetSourceTable()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/connect/
H A Dtaboccur.cpp52 int PrepareColist(char *colist);
57 int PrepareColist(char *colist) in PrepareColist() argument
63 for (pn = colist; ; pn += (strlen(pn) + 1)) in PrepareColist()
85 char *pn, *colist; in OcrColumns() local
96 colist = PlugDup(g, col); in OcrColumns()
97 m = PrepareColist(colist); in OcrColumns()
112 ocr = colist; in OcrColumns()
182 char *pn, *colist; in OcrSrcCols() local
193 colist = PlugDup(g, col); in OcrSrcCols()
194 m = PrepareColist(colist); in OcrSrcCols()
[all …]
H A Dtabwmi.cpp504 char *colist, *wql/*, *pw = NULL*/; in MakeWQL() local
515 colist = (char*)PlugSubAlloc(g, NULL, (NAM_LEN + 4) * ncol); in MakeWQL()
524 strcpy(colist, colp->GetName()); in MakeWQL()
527 strcat(strcat(colist, ", "), colp->GetName()); in MakeWQL()
536 colist = (char*)PlugSubAlloc(g, NULL, 2); in MakeWQL()
537 strcpy(colist, "*"); in MakeWQL()
541 len = (strlen(colist) + strlen(Wclass) + 14); in MakeWQL()
544 strcat(strcat(strcpy(wql, "SELECT "), colist), " FROM "); in MakeWQL()
H A Dtabpivot.cpp482 char *colist; in GetSourceTable() local
489 *(colist = (char*)PlugSubAlloc(g, NULL, 0)) = 0; in GetSourceTable()
494 strcat(strcat(colist, cdp->GetName()), ", "); in GetSourceTable()
497 strcat(colist, Picol); in GetSourceTable()
500 PlugSubAlloc(g, NULL, strlen(colist) + 1); in GetSourceTable()
506 strcat(strcat(strcpy(Tabsrc, "SELECT "), colist), ", "); in GetSourceTable()
512 strcat(strcat(Tabsrc, " GROUP BY "), colist); in GetSourceTable()
515 strcat(strcat(Tabsrc, " ORDER BY "), colist); in GetSourceTable()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/connect/
H A Dtaboccur.cpp52 int PrepareColist(char *colist);
57 int PrepareColist(char *colist) in PrepareColist() argument
63 for (pn = colist; ; pn += (strlen(pn) + 1)) in PrepareColist()
85 char *pn, *colist; in OcrColumns() local
96 colist = PlugDup(g, col); in OcrColumns()
97 m = PrepareColist(colist); in OcrColumns()
112 ocr = colist; in OcrColumns()
182 char *pn, *colist; in OcrSrcCols() local
193 colist = PlugDup(g, col); in OcrSrcCols()
194 m = PrepareColist(colist); in OcrSrcCols()
[all …]
H A Dtabwmi.cpp504 char *colist, *wql/*, *pw = NULL*/; in MakeWQL() local
515 colist = (char*)PlugSubAlloc(g, NULL, (NAM_LEN + 4) * ncol); in MakeWQL()
524 strcpy(colist, colp->GetName()); in MakeWQL()
527 strcat(strcat(colist, ", "), colp->GetName()); in MakeWQL()
536 colist = (char*)PlugSubAlloc(g, NULL, 2); in MakeWQL()
537 strcpy(colist, "*"); in MakeWQL()
541 len = (strlen(colist) + strlen(Wclass) + 14); in MakeWQL()
544 strcat(strcat(strcpy(wql, "SELECT "), colist), " FROM "); in MakeWQL()
H A Dtabpivot.cpp482 char *colist; in GetSourceTable() local
489 *(colist = (char*)PlugSubAlloc(g, NULL, 0)) = 0; in GetSourceTable()
494 strcat(strcat(colist, cdp->GetName()), ", "); in GetSourceTable()
497 strcat(colist, Picol); in GetSourceTable()
500 PlugSubAlloc(g, NULL, strlen(colist) + 1); in GetSourceTable()
506 strcat(strcat(strcpy(Tabsrc, "SELECT "), colist), ", "); in GetSourceTable()
512 strcat(strcat(Tabsrc, " GROUP BY "), colist); in GetSourceTable()
515 strcat(strcat(Tabsrc, " ORDER BY "), colist); in GetSourceTable()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/connect/
H A Dtaboccur.cpp52 int PrepareColist(char *colist);
57 int PrepareColist(char *colist) in PrepareColist() argument
63 for (pn = colist; ; pn += (strlen(pn) + 1)) in PrepareColist()
85 char *pn, *colist; in OcrColumns() local
96 colist = PlugDup(g, col); in OcrColumns()
97 m = PrepareColist(colist); in OcrColumns()
112 ocr = colist; in OcrColumns()
182 char *pn, *colist; in OcrSrcCols() local
193 colist = PlugDup(g, col); in OcrSrcCols()
194 m = PrepareColist(colist); in OcrSrcCols()
[all …]
H A Dtabwmi.cpp504 char *colist, *wql/*, *pw = NULL*/; in MakeWQL() local
515 colist = (char*)PlugSubAlloc(g, NULL, (NAM_LEN + 4) * ncol); in MakeWQL()
524 strcpy(colist, colp->GetName()); in MakeWQL()
527 strcat(strcat(colist, ", "), colp->GetName()); in MakeWQL()
536 colist = (char*)PlugSubAlloc(g, NULL, 2); in MakeWQL()
537 strcpy(colist, "*"); in MakeWQL()
541 len = (strlen(colist) + strlen(Wclass) + 14); in MakeWQL()
544 strcat(strcat(strcpy(wql, "SELECT "), colist), " FROM "); in MakeWQL()
H A Dtabpivot.cpp482 char *colist; in GetSourceTable() local
489 *(colist = (char*)PlugSubAlloc(g, NULL, 0)) = 0; in GetSourceTable()
494 strcat(strcat(colist, cdp->GetName()), ", "); in GetSourceTable()
497 strcat(colist, Picol); in GetSourceTable()
500 PlugSubAlloc(g, NULL, strlen(colist) + 1); in GetSourceTable()
506 strcat(strcat(strcpy(Tabsrc, "SELECT "), colist), ", "); in GetSourceTable()
512 strcat(strcat(Tabsrc, " GROUP BY "), colist); in GetSourceTable()
515 strcat(strcat(Tabsrc, " ORDER BY "), colist); in GetSourceTable()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/connect/
H A Dtaboccur.cpp52 int PrepareColist(char *colist);
57 int PrepareColist(char *colist) in PrepareColist() argument
63 for (pn = colist; ; pn += (strlen(pn) + 1)) in PrepareColist()
85 char *pn, *colist; in OcrColumns() local
96 colist = PlugDup(g, col); in OcrColumns()
97 m = PrepareColist(colist); in OcrColumns()
112 ocr = colist; in OcrColumns()
182 char *pn, *colist; in OcrSrcCols() local
193 colist = PlugDup(g, col); in OcrSrcCols()
194 m = PrepareColist(colist); in OcrSrcCols()
[all …]
H A Dtabwmi.cpp504 char *colist, *wql/*, *pw = NULL*/; in MakeWQL() local
515 colist = (char*)PlugSubAlloc(g, NULL, (NAM_LEN + 4) * ncol); in MakeWQL()
524 strcpy(colist, colp->GetName()); in MakeWQL()
527 strcat(strcat(colist, ", "), colp->GetName()); in MakeWQL()
536 colist = (char*)PlugSubAlloc(g, NULL, 2); in MakeWQL()
537 strcpy(colist, "*"); in MakeWQL()
541 len = (strlen(colist) + strlen(Wclass) + 14); in MakeWQL()
544 strcat(strcat(strcpy(wql, "SELECT "), colist), " FROM "); in MakeWQL()
H A Dtabpivot.cpp481 char *colist; in GetSourceTable() local
488 *(colist = (char*)PlugSubAlloc(g, NULL, 0)) = 0; in GetSourceTable()
493 strcat(strcat(colist, cdp->GetName()), ", "); in GetSourceTable()
496 strcat(colist, Picol); in GetSourceTable()
499 PlugSubAlloc(g, NULL, strlen(colist) + 1); in GetSourceTable()
505 strcat(strcat(strcpy(Tabsrc, "SELECT "), colist), ", "); in GetSourceTable()
511 strcat(strcat(Tabsrc, " GROUP BY "), colist); in GetSourceTable()
514 strcat(strcat(Tabsrc, " ORDER BY "), colist); in GetSourceTable()
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Ds52cnsy.cpp1252 _parseList(col_str, colist, sizeof(colist)); in LIGHTS05()
1256 colist[1] = '\000'; in LIGHTS05()
1419 if (strpbrk(colist, "\001") && strpbrk(colist, "\003")) in LIGHTS05()
1421 else if (strpbrk(colist, "\001") && strpbrk(colist, "\004")) in LIGHTS05()
1592 _parseList(col_str, colist, sizeof(colist)); in LIGHTS06()
1755 if (strpbrk(colist, "\001") && strpbrk(colist, "\003")) in LIGHTS06()
1757 else if (strpbrk(colist, "\001") && strpbrk(colist, "\004")) in LIGHTS06()
3645 char colist[20]; in _LITDSN01() local
3805 n_cols = _parseList(col_str, colist, sizeof(colist)); in _LITDSN01()
4747 if (strpbrk(colist, "\001") && strpbrk(colist, "\003"))
[all …]
/dports/math/abella/abella-2.0.7/examples/misc/
H A Dcolist.thm7 CoDefine colist : olist -> prop by
8 colist nil ;
9 colist (X :: L) := colist L.
72 colist L -> eqf L R -> eqi L R.
/dports/www/gwsocket/gwsocket-0.3/src/
H A Dwebsocket.c470 list_remove_node (&server->colist, node); in ws_remove_client_from_list()
591 if (list_count (server->colist) > 0) in ws_stop()
594 if (server->colist) in ws_stop()
595 list_remove_nodes (server->colist); in ws_stop()
982 accept_client (int listener, GSLList ** colist) in accept_client() argument
1006 if (*colist == NULL) in accept_client()
1007 *colist = list_create (client); in accept_client()
1009 *colist = list_insert_prepend (*colist, client); in accept_client()
2221 newfd = accept_client (listener, &server->colist); in handle_accept()
2704 if (list_count (server->colist) == 0) { in handle_strict_fifo()
[all …]
/dports/sysutils/goaccess/goaccess-1.4.6/src/
H A Dwebsocket.c518 list_remove_node (&server->colist, node); in ws_remove_client_from_list()
632 if (list_count (server->colist) > 0) in ws_stop()
635 if (server->colist) in ws_stop()
636 list_remove_nodes (server->colist); in ws_stop()
1007 accept_client (int listener, GSLList ** colist) { in accept_client() argument
1030 if (*colist == NULL) in accept_client()
1031 *colist = list_create (client); in accept_client()
1033 *colist = list_insert_prepend (*colist, client); in accept_client()
2196 newfd = accept_client (listener, &server->colist); in handle_accept()
2631 if (list_count (server->colist) == 0) { in handle_strict_fifo()
[all …]

1234