gwenhywfar  5.4.1
listdoc.h
Go to the documentation of this file.
1 /***************************************************************************
2  $RCSfile$
3  -------------------
4  cvs : $Id$
5  begin : Sat Jun 28 2003
6  copyright : (C) 2003 by Martin Preuss
7  email : martin@libchipcard.de
8 
9  ***************************************************************************
10  * *
11  * This library is free software; you can redistribute it and/or *
12  * modify it under the terms of the GNU Lesser General Public *
13  * License as published by the Free Software Foundation; either *
14  * version 2.1 of the License, or (at your option) any later version. *
15  * *
16  * This library is distributed in the hope that it will be useful, *
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
19  * Lesser General Public License for more details. *
20  * *
21  * You should have received a copy of the GNU Lesser General Public *
22  * License along with this library; if not, write to the Free Software *
23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
24  * MA 02111-1307 USA *
25  * *
26  ***************************************************************************/
27 
28 
29 #ifndef GWEN_CRYPT_CRYPTALGO_LIST2_H
30 #define GWEN_CRYPT_CRYPTALGO_LIST2_H
31 
32 
33 #ifdef __cplusplus
34 extern "C" {
35 #endif
36 
44 
49 
54  void *user_data);
55 
60 
65 
69  void GWEN_Crypt_CryptAlgo_List2_Dump(GWEN_CRYPT_CRYPTALGO_LIST2 *l, FILE *f, unsigned int indent);
70 
75 
81 
87 
93 
100 
107 
113 
119 
124 
129 
134 
139 
144 
150 
156 
162 
176  void *user_data);
177 
178 
181  typedef const GWEN_CRYPT_CRYPTALGO*
183  void *user_data);
184 
185 
187 
189 
191 
193 
195 
197 
199 
201 
203 
205 
207 
209 
211 
213 
215 
217 
219 
232  GWEN_CRYPT_CRYPTALGO_CONSTLIST2_FOREACH func, void *user_data);
233 
234 
235 #ifdef __cplusplus
236 }
237 #endif
238 
239 
240 #endif /* GWEN_CRYPT_CRYPTALGO_LIST_H */
241 
242 
243 
244 /***************************************************************************
245  $RCSfile$
246  -------------------
247  cvs : $Id$
248  begin : Sat Jun 28 2003
249  copyright : (C) 2003 by Martin Preuss
250  email : martin@libchipcard.de
251 
252  ***************************************************************************
253  * *
254  * This library is free software; you can redistribute it and/or *
255  * modify it under the terms of the GNU Lesser General Public *
256  * License as published by the Free Software Foundation; either *
257  * version 2.1 of the License, or (at your option) any later version. *
258  * *
259  * This library is distributed in the hope that it will be useful, *
260  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
261  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
262  * Lesser General Public License for more details. *
263  * *
264  * You should have received a copy of the GNU Lesser General Public *
265  * License along with this library; if not, write to the Free Software *
266  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
267  * MA 02111-1307 USA *
268  * *
269  ***************************************************************************/
270 
271 
272 #ifndef GWEN_CRYPTHEAD_LIST1_H
273 #define GWEN_CRYPTHEAD_LIST1_H
274 
275 #ifdef __cplusplus
276 extern "C" {
277 #endif
278 
281  uint32_t id;
284 
292 
296  typedef int GWENHYWFAR_CB (*GWEN_CRYPTHEAD_LIST_SORT_FN)(const GWEN_CRYPTHEAD *a, const GWEN_CRYPTHEAD *b, int ascending);
297 
298 
302  uint32_t count;
303  uint32_t id;
305 
311 
316 
322 
330 
335 
340 
346 
351 
356 
361 
366 
371 
376 
383 
384 
385 #ifdef __cplusplus
386 }
387 #endif
388 
389 
390 #endif
391 
392 
393 
394 /***************************************************************************
395  $RCSfile$
396  -------------------
397  cvs : $Id$
398  begin : Sat Jun 28 2003
399  copyright : (C) 2003 by Martin Preuss
400  email : martin@libchipcard.de
401 
402  ***************************************************************************
403  * *
404  * This library is free software; you can redistribute it and/or *
405  * modify it under the terms of the GNU Lesser General Public *
406  * License as published by the Free Software Foundation; either *
407  * version 2.1 of the License, or (at your option) any later version. *
408  * *
409  * This library is distributed in the hope that it will be useful, *
410  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
411  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
412  * Lesser General Public License for more details. *
413  * *
414  * You should have received a copy of the GNU Lesser General Public *
415  * License along with this library; if not, write to the Free Software *
416  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
417  * MA 02111-1307 USA *
418  * *
419  ***************************************************************************/
420 
421 
422 #ifndef GWEN_CRYPT_KEY_LIST2_H
423 #define GWEN_CRYPT_KEY_LIST2_H
424 
425 
426 #ifdef __cplusplus
427 extern "C" {
428 #endif
429 
437 
442 
447  void *user_data);
448 
453 
458 
462  void GWEN_Crypt_Key_List2_Dump(GWEN_CRYPT_KEY_LIST2 *l, FILE *f, unsigned int indent);
463 
468 
474 
480 
486 
493 
500 
506 
512 
517 
522 
527 
532 
537 
543 
549 
555 
569  void *user_data);
570 
571 
574  typedef const GWEN_CRYPT_KEY*
576  void *user_data);
577 
578 
580 
582 
584 
586 
588 
590 
592 
594 
596 
598 
600 
602 
604 
606 
608 
610 
612 
625  GWEN_CRYPT_KEY_CONSTLIST2_FOREACH func, void *user_data);
626 
627 
628 #ifdef __cplusplus
629 }
630 #endif
631 
632 
633 #endif /* GWEN_CRYPT_KEY_LIST_H */
634 
635 
636 
637 /***************************************************************************
638  $RCSfile$
639  -------------------
640  cvs : $Id$
641  begin : Sat Jun 28 2003
642  copyright : (C) 2003 by Martin Preuss
643  email : martin@libchipcard.de
644 
645  ***************************************************************************
646  * *
647  * This library is free software; you can redistribute it and/or *
648  * modify it under the terms of the GNU Lesser General Public *
649  * License as published by the Free Software Foundation; either *
650  * version 2.1 of the License, or (at your option) any later version. *
651  * *
652  * This library is distributed in the hope that it will be useful, *
653  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
654  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
655  * Lesser General Public License for more details. *
656  * *
657  * You should have received a copy of the GNU Lesser General Public *
658  * License along with this library; if not, write to the Free Software *
659  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
660  * MA 02111-1307 USA *
661  * *
662  ***************************************************************************/
663 
664 
665 #ifndef GWEN_CRYPT_KEY_LIST1_H
666 #define GWEN_CRYPT_KEY_LIST1_H
667 
668 #ifdef __cplusplus
669 extern "C" {
670 #endif
671 
674  uint32_t id;
677 
685 
689  typedef int GWENHYWFAR_CB (*GWEN_CRYPT_KEY_LIST_SORT_FN)(const GWEN_CRYPT_KEY *a, const GWEN_CRYPT_KEY *b, int ascending);
690 
691 
695  uint32_t count;
696  uint32_t id;
698 
704 
709 
715 
723 
728 
733 
739 
744 
749 
754 
759 
764 
769 
776 
777 
778 #ifdef __cplusplus
779 }
780 #endif
781 
782 
783 #endif
784 
785 
786 
787 /***************************************************************************
788  $RCSfile$
789  -------------------
790  cvs : $Id$
791  begin : Sat Jun 28 2003
792  copyright : (C) 2003 by Martin Preuss
793  email : martin@libchipcard.de
794 
795  ***************************************************************************
796  * *
797  * This library is free software; you can redistribute it and/or *
798  * modify it under the terms of the GNU Lesser General Public *
799  * License as published by the Free Software Foundation; either *
800  * version 2.1 of the License, or (at your option) any later version. *
801  * *
802  * This library is distributed in the hope that it will be useful, *
803  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
804  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
805  * Lesser General Public License for more details. *
806  * *
807  * You should have received a copy of the GNU Lesser General Public *
808  * License along with this library; if not, write to the Free Software *
809  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
810  * MA 02111-1307 USA *
811  * *
812  ***************************************************************************/
813 
814 
815 #ifndef GWEN_CRYPT_TOKEN_LIST2_H
816 #define GWEN_CRYPT_TOKEN_LIST2_H
817 
818 
819 #ifdef __cplusplus
820 extern "C" {
821 #endif
822 
830 
835 
840  void *user_data);
841 
846 
851 
855  void GWEN_Crypt_Token_List2_Dump(GWEN_CRYPT_TOKEN_LIST2 *l, FILE *f, unsigned int indent);
856 
861 
867 
873 
879 
886 
893 
899 
905 
910 
915 
920 
925 
930 
936 
942 
948 
962  void *user_data);
963 
964 
967  typedef const GWEN_CRYPT_TOKEN*
969  void *user_data);
970 
971 
973 
975 
977 
979 
981 
983 
985 
987 
989 
991 
993 
995 
997 
999 
1001 
1003 
1005 
1018  GWEN_CRYPT_TOKEN_CONSTLIST2_FOREACH func, void *user_data);
1019 
1020 
1021 #ifdef __cplusplus
1022 }
1023 #endif
1024 
1025 
1026 #endif /* GWEN_CRYPT_TOKEN_LIST_H */
1027 
1028 
1029 
1030 /***************************************************************************
1031  $RCSfile$
1032  -------------------
1033  cvs : $Id$
1034  begin : Sat Jun 28 2003
1035  copyright : (C) 2003 by Martin Preuss
1036  email : martin@libchipcard.de
1037 
1038  ***************************************************************************
1039  * *
1040  * This library is free software; you can redistribute it and/or *
1041  * modify it under the terms of the GNU Lesser General Public *
1042  * License as published by the Free Software Foundation; either *
1043  * version 2.1 of the License, or (at your option) any later version. *
1044  * *
1045  * This library is distributed in the hope that it will be useful, *
1046  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
1047  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
1048  * Lesser General Public License for more details. *
1049  * *
1050  * You should have received a copy of the GNU Lesser General Public *
1051  * License along with this library; if not, write to the Free Software *
1052  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
1053  * MA 02111-1307 USA *
1054  * *
1055  ***************************************************************************/
1056 
1057 
1058 #ifndef GWEN_CRYPT_TOKEN_LIST1_H
1059 #define GWEN_CRYPT_TOKEN_LIST1_H
1060 
1061 #ifdef __cplusplus
1062 extern "C" {
1063 #endif
1064 
1067  uint32_t id;
1070 
1078 
1082  typedef int GWENHYWFAR_CB (*GWEN_CRYPT_TOKEN_LIST_SORT_FN)(const GWEN_CRYPT_TOKEN *a, const GWEN_CRYPT_TOKEN *b, int ascending);
1083 
1084 
1088  uint32_t count;
1089  uint32_t id;
1091 
1097 
1102 
1108 
1116 
1121 
1126 
1132 
1137 
1142 
1147 
1152 
1157 
1162 
1169 
1170 
1171 #ifdef __cplusplus
1172 }
1173 #endif
1174 
1175 
1176 #endif
1177 
1178 
1179 
1180 /***************************************************************************
1181  $RCSfile$
1182  -------------------
1183  cvs : $Id$
1184  begin : Sat Jun 28 2003
1185  copyright : (C) 2003 by Martin Preuss
1186  email : martin@libchipcard.de
1187 
1188  ***************************************************************************
1189  * *
1190  * This library is free software; you can redistribute it and/or *
1191  * modify it under the terms of the GNU Lesser General Public *
1192  * License as published by the Free Software Foundation; either *
1193  * version 2.1 of the License, or (at your option) any later version. *
1194  * *
1195  * This library is distributed in the hope that it will be useful, *
1196  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
1197  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
1198  * Lesser General Public License for more details. *
1199  * *
1200  * You should have received a copy of the GNU Lesser General Public *
1201  * License along with this library; if not, write to the Free Software *
1202  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
1203  * MA 02111-1307 USA *
1204  * *
1205  ***************************************************************************/
1206 
1207 
1208 #ifndef GWEN_CRYPT_TOKEN_CONTEXT_LIST2_H
1209 #define GWEN_CRYPT_TOKEN_CONTEXT_LIST2_H
1210 
1211 
1212 #ifdef __cplusplus
1213 extern "C" {
1214 #endif
1215 
1223 
1228 
1233  void *user_data);
1234 
1239 
1244 
1249 
1254 
1260 
1266 
1272 
1279 
1286 
1292 
1298 
1303 
1308 
1313 
1318 
1323 
1329 
1335 
1341 
1355  void *user_data);
1356 
1357 
1362  void *user_data);
1363 
1364 
1366 
1368 
1370 
1372 
1374 
1376 
1378 
1380 
1382 
1384 
1386 
1388 
1390 
1392 
1394 
1396 
1398 
1411  GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2_FOREACH func, void *user_data);
1412 
1413 
1414 #ifdef __cplusplus
1415 }
1416 #endif
1417 
1418 
1419 #endif /* GWEN_CRYPT_TOKEN_CONTEXT_LIST_H */
1420 
1421 
1422 
1423 /***************************************************************************
1424  $RCSfile$
1425  -------------------
1426  cvs : $Id$
1427  begin : Sat Jun 28 2003
1428  copyright : (C) 2003 by Martin Preuss
1429  email : martin@libchipcard.de
1430 
1431  ***************************************************************************
1432  * *
1433  * This library is free software; you can redistribute it and/or *
1434  * modify it under the terms of the GNU Lesser General Public *
1435  * License as published by the Free Software Foundation; either *
1436  * version 2.1 of the License, or (at your option) any later version. *
1437  * *
1438  * This library is distributed in the hope that it will be useful, *
1439  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
1440  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
1441  * Lesser General Public License for more details. *
1442  * *
1443  * You should have received a copy of the GNU Lesser General Public *
1444  * License along with this library; if not, write to the Free Software *
1445  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
1446  * MA 02111-1307 USA *
1447  * *
1448  ***************************************************************************/
1449 
1450 
1451 #ifndef GWEN_CRYPT_TOKEN_CONTEXT_LIST1_H
1452 #define GWEN_CRYPT_TOKEN_CONTEXT_LIST1_H
1453 
1454 #ifdef __cplusplus
1455 extern "C" {
1456 #endif
1457 
1460  uint32_t id;
1463 
1471 
1476 
1477 
1481  uint32_t count;
1482  uint32_t id;
1484 
1490 
1495 
1501 
1509 
1514 
1519 
1525 
1530 
1535 
1540 
1545 
1550 
1555 
1562 
1563 
1564 #ifdef __cplusplus
1565 }
1566 #endif
1567 
1568 
1569 #endif
1570 
1571 
1572 
1573 /***************************************************************************
1574  $RCSfile$
1575  -------------------
1576  cvs : $Id$
1577  begin : Sat Jun 28 2003
1578  copyright : (C) 2003 by Martin Preuss
1579  email : martin@libchipcard.de
1580 
1581  ***************************************************************************
1582  * *
1583  * This library is free software; you can redistribute it and/or *
1584  * modify it under the terms of the GNU Lesser General Public *
1585  * License as published by the Free Software Foundation; either *
1586  * version 2.1 of the License, or (at your option) any later version. *
1587  * *
1588  * This library is distributed in the hope that it will be useful, *
1589  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
1590  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
1591  * Lesser General Public License for more details. *
1592  * *
1593  * You should have received a copy of the GNU Lesser General Public *
1594  * License along with this library; if not, write to the Free Software *
1595  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
1596  * MA 02111-1307 USA *
1597  * *
1598  ***************************************************************************/
1599 
1600 
1601 #ifndef GWEN_CRYPT_TOKEN_KEYINFO_LIST2_H
1602 #define GWEN_CRYPT_TOKEN_KEYINFO_LIST2_H
1603 
1604 
1605 #ifdef __cplusplus
1606 extern "C" {
1607 #endif
1608 
1616 
1621 
1626  void *user_data);
1627 
1632 
1637 
1642 
1647 
1653 
1659 
1665 
1672 
1679 
1685 
1691 
1696 
1701 
1706 
1711 
1716 
1722 
1728 
1734 
1748  void *user_data);
1749 
1750 
1755  void *user_data);
1756 
1757 
1759 
1761 
1763 
1765 
1767 
1769 
1771 
1773 
1775 
1777 
1779 
1781 
1783 
1785 
1787 
1789 
1791 
1804  GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2_FOREACH func, void *user_data);
1805 
1806 
1807 #ifdef __cplusplus
1808 }
1809 #endif
1810 
1811 
1812 #endif /* GWEN_CRYPT_TOKEN_KEYINFO_LIST_H */
1813 
1814 
1815 
1816 /***************************************************************************
1817  $RCSfile$
1818  -------------------
1819  cvs : $Id$
1820  begin : Sat Jun 28 2003
1821  copyright : (C) 2003 by Martin Preuss
1822  email : martin@libchipcard.de
1823 
1824  ***************************************************************************
1825  * *
1826  * This library is free software; you can redistribute it and/or *
1827  * modify it under the terms of the GNU Lesser General Public *
1828  * License as published by the Free Software Foundation; either *
1829  * version 2.1 of the License, or (at your option) any later version. *
1830  * *
1831  * This library is distributed in the hope that it will be useful, *
1832  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
1833  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
1834  * Lesser General Public License for more details. *
1835  * *
1836  * You should have received a copy of the GNU Lesser General Public *
1837  * License along with this library; if not, write to the Free Software *
1838  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
1839  * MA 02111-1307 USA *
1840  * *
1841  ***************************************************************************/
1842 
1843 
1844 #ifndef GWEN_CRYPT_TOKEN_KEYINFO_LIST1_H
1845 #define GWEN_CRYPT_TOKEN_KEYINFO_LIST1_H
1846 
1847 #ifdef __cplusplus
1848 extern "C" {
1849 #endif
1850 
1853  uint32_t id;
1856 
1864 
1869 
1870 
1874  uint32_t count;
1875  uint32_t id;
1877 
1883 
1888 
1894 
1902 
1907 
1912 
1918 
1923 
1928 
1933 
1938 
1943 
1948 
1955 
1956 
1957 #ifdef __cplusplus
1958 }
1959 #endif
1960 
1961 
1962 #endif
1963 
1964 
1965 
1966 /***************************************************************************
1967  $RCSfile$
1968  -------------------
1969  cvs : $Id$
1970  begin : Sat Jun 28 2003
1971  copyright : (C) 2003 by Martin Preuss
1972  email : martin@libchipcard.de
1973 
1974  ***************************************************************************
1975  * *
1976  * This library is free software; you can redistribute it and/or *
1977  * modify it under the terms of the GNU Lesser General Public *
1978  * License as published by the Free Software Foundation; either *
1979  * version 2.1 of the License, or (at your option) any later version. *
1980  * *
1981  * This library is distributed in the hope that it will be useful, *
1982  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
1983  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
1984  * Lesser General Public License for more details. *
1985  * *
1986  * You should have received a copy of the GNU Lesser General Public *
1987  * License along with this library; if not, write to the Free Software *
1988  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
1989  * MA 02111-1307 USA *
1990  * *
1991  ***************************************************************************/
1992 
1993 
1994 #ifndef GWEN_DBIO_LIST1_H
1995 #define GWEN_DBIO_LIST1_H
1996 
1997 #ifdef __cplusplus
1998 extern "C" {
1999 #endif
2000 
2002  typedef struct GWEN_DBIO_LIST_ELEMENT {
2003  uint32_t id;
2006 
2013  typedef struct GWEN_DBIO_LIST GWEN_DBIO_LIST;
2014 
2018  typedef int GWENHYWFAR_CB (*GWEN_DBIO_LIST_SORT_FN)(const GWEN_DBIO *a, const GWEN_DBIO *b, int ascending);
2019 
2020 
2024  uint32_t count;
2025  uint32_t id;
2026  } GWEN_DBIO_LIST;
2027 
2033 
2038 
2044 
2052 
2057 
2062 
2068 
2073 
2078 
2083 
2088 
2093 
2098 
2104  void GWEN_DBIO_List_Sort(GWEN_DBIO_LIST *l, int ascending);
2105 
2106 
2107 #ifdef __cplusplus
2108 }
2109 #endif
2110 
2111 
2112 #endif
2113 
2114 
2115 
2116 /***************************************************************************
2117  $RCSfile$
2118  -------------------
2119  cvs : $Id$
2120  begin : Sat Jun 28 2003
2121  copyright : (C) 2003 by Martin Preuss
2122  email : martin@libchipcard.de
2123 
2124  ***************************************************************************
2125  * *
2126  * This library is free software; you can redistribute it and/or *
2127  * modify it under the terms of the GNU Lesser General Public *
2128  * License as published by the Free Software Foundation; either *
2129  * version 2.1 of the License, or (at your option) any later version. *
2130  * *
2131  * This library is distributed in the hope that it will be useful, *
2132  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
2133  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
2134  * Lesser General Public License for more details. *
2135  * *
2136  * You should have received a copy of the GNU Lesser General Public *
2137  * License along with this library; if not, write to the Free Software *
2138  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
2139  * MA 02111-1307 USA *
2140  * *
2141  ***************************************************************************/
2142 
2143 
2144 #ifndef GWEN_DIALOG_LIST2_H
2145 #define GWEN_DIALOG_LIST2_H
2146 
2147 
2148 #ifdef __cplusplus
2149 extern "C" {
2150 #endif
2151 
2158  typedef struct GWEN_DIALOG_LIST2 GWEN_DIALOG_LIST2;
2159 
2164 
2169  void *user_data);
2170 
2175 
2180 
2184  void GWEN_Dialog_List2_Dump(GWEN_DIALOG_LIST2 *l, FILE *f, unsigned int indent);
2185 
2190 
2196 
2202 
2208 
2215 
2222 
2228 
2234 
2239 
2244 
2249 
2254 
2259 
2265 
2271 
2277 
2291  void *user_data);
2292 
2293 
2296  typedef const GWEN_DIALOG*
2298  void *user_data);
2299 
2300 
2302 
2304 
2306 
2308 
2310 
2312 
2314 
2316 
2318 
2320 
2322 
2324 
2326 
2328 
2330 
2332 
2334 
2347  GWEN_DIALOG_CONSTLIST2_FOREACH func, void *user_data);
2348 
2349 
2350 #ifdef __cplusplus
2351 }
2352 #endif
2353 
2354 
2355 #endif /* GWEN_DIALOG_LIST_H */
2356 
2357 
2358 
2359 /***************************************************************************
2360  $RCSfile$
2361  -------------------
2362  cvs : $Id$
2363  begin : Sat Jun 28 2003
2364  copyright : (C) 2003 by Martin Preuss
2365  email : martin@libchipcard.de
2366 
2367  ***************************************************************************
2368  * *
2369  * This library is free software; you can redistribute it and/or *
2370  * modify it under the terms of the GNU Lesser General Public *
2371  * License as published by the Free Software Foundation; either *
2372  * version 2.1 of the License, or (at your option) any later version. *
2373  * *
2374  * This library is distributed in the hope that it will be useful, *
2375  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
2376  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
2377  * Lesser General Public License for more details. *
2378  * *
2379  * You should have received a copy of the GNU Lesser General Public *
2380  * License along with this library; if not, write to the Free Software *
2381  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
2382  * MA 02111-1307 USA *
2383  * *
2384  ***************************************************************************/
2385 
2386 
2387 #ifndef GWEN_DIALOG_LIST1_H
2388 #define GWEN_DIALOG_LIST1_H
2389 
2390 #ifdef __cplusplus
2391 extern "C" {
2392 #endif
2393 
2395  typedef struct GWEN_DIALOG_LIST_ELEMENT {
2396  uint32_t id;
2399 
2406  typedef struct GWEN_DIALOG_LIST GWEN_DIALOG_LIST;
2407 
2411  typedef int GWENHYWFAR_CB (*GWEN_DIALOG_LIST_SORT_FN)(const GWEN_DIALOG *a, const GWEN_DIALOG *b, int ascending);
2412 
2413 
2417  uint32_t count;
2418  uint32_t id;
2419  } GWEN_DIALOG_LIST;
2420 
2426 
2431 
2437 
2445 
2450 
2455 
2461 
2466 
2471 
2476 
2481 
2486 
2491 
2497  void GWEN_Dialog_List_Sort(GWEN_DIALOG_LIST *l, int ascending);
2498 
2499 
2500 #ifdef __cplusplus
2501 }
2502 #endif
2503 
2504 
2505 #endif
2506 
2507 
2508 
2509 /***************************************************************************
2510  $RCSfile$
2511  -------------------
2512  cvs : $Id$
2513  begin : Sat Jun 28 2003
2514  copyright : (C) 2003 by Martin Preuss
2515  email : martin@libchipcard.de
2516 
2517  ***************************************************************************
2518  * *
2519  * This library is free software; you can redistribute it and/or *
2520  * modify it under the terms of the GNU Lesser General Public *
2521  * License as published by the Free Software Foundation; either *
2522  * version 2.1 of the License, or (at your option) any later version. *
2523  * *
2524  * This library is distributed in the hope that it will be useful, *
2525  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
2526  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
2527  * Lesser General Public License for more details. *
2528  * *
2529  * You should have received a copy of the GNU Lesser General Public *
2530  * License along with this library; if not, write to the Free Software *
2531  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
2532  * MA 02111-1307 USA *
2533  * *
2534  ***************************************************************************/
2535 
2536 
2537 #ifndef GWEN_FSLOCK_LIST2_H
2538 #define GWEN_FSLOCK_LIST2_H
2539 
2540 
2541 #ifdef __cplusplus
2542 extern "C" {
2543 #endif
2544 
2551  typedef struct GWEN_FSLOCK_LIST2 GWEN_FSLOCK_LIST2;
2552 
2557 
2562  void *user_data);
2563 
2568 
2573 
2577  void GWEN_FSLock_List2_Dump(GWEN_FSLOCK_LIST2 *l, FILE *f, unsigned int indent);
2578 
2583 
2589 
2595 
2601 
2608 
2615 
2621 
2627 
2632 
2637 
2642 
2647 
2652 
2658 
2664 
2670 
2684  void *user_data);
2685 
2686 
2689  typedef const GWEN_FSLOCK*
2691  void *user_data);
2692 
2693 
2695 
2697 
2699 
2701 
2703 
2705 
2707 
2709 
2711 
2713 
2715 
2717 
2719 
2721 
2723 
2725 
2727 
2740  GWEN_FSLOCK_CONSTLIST2_FOREACH func, void *user_data);
2741 
2742 
2743 #ifdef __cplusplus
2744 }
2745 #endif
2746 
2747 
2748 #endif /* GWEN_FSLOCK_LIST_H */
2749 
2750 
2751 
2752 /***************************************************************************
2753  $RCSfile$
2754  -------------------
2755  cvs : $Id$
2756  begin : Sat Jun 28 2003
2757  copyright : (C) 2003 by Martin Preuss
2758  email : martin@libchipcard.de
2759 
2760  ***************************************************************************
2761  * *
2762  * This library is free software; you can redistribute it and/or *
2763  * modify it under the terms of the GNU Lesser General Public *
2764  * License as published by the Free Software Foundation; either *
2765  * version 2.1 of the License, or (at your option) any later version. *
2766  * *
2767  * This library is distributed in the hope that it will be useful, *
2768  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
2769  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
2770  * Lesser General Public License for more details. *
2771  * *
2772  * You should have received a copy of the GNU Lesser General Public *
2773  * License along with this library; if not, write to the Free Software *
2774  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
2775  * MA 02111-1307 USA *
2776  * *
2777  ***************************************************************************/
2778 
2779 
2780 #ifndef GWEN_FSLOCK_LIST1_H
2781 #define GWEN_FSLOCK_LIST1_H
2782 
2783 #ifdef __cplusplus
2784 extern "C" {
2785 #endif
2786 
2788  typedef struct GWEN_FSLOCK_LIST_ELEMENT {
2789  uint32_t id;
2792 
2799  typedef struct GWEN_FSLOCK_LIST GWEN_FSLOCK_LIST;
2800 
2804  typedef int GWENHYWFAR_CB (*GWEN_FSLOCK_LIST_SORT_FN)(const GWEN_FSLOCK *a, const GWEN_FSLOCK *b, int ascending);
2805 
2806 
2810  uint32_t count;
2811  uint32_t id;
2812  } GWEN_FSLOCK_LIST;
2813 
2819 
2824 
2830 
2838 
2843 
2848 
2854 
2859 
2864 
2869 
2874 
2879 
2884 
2890  void GWEN_FSLock_List_Sort(GWEN_FSLOCK_LIST *l, int ascending);
2891 
2892 
2893 #ifdef __cplusplus
2894 }
2895 #endif
2896 
2897 
2898 #endif
2899 
2900 
2901 
2902 /***************************************************************************
2903  $RCSfile$
2904  -------------------
2905  cvs : $Id$
2906  begin : Sat Jun 28 2003
2907  copyright : (C) 2003 by Martin Preuss
2908  email : martin@libchipcard.de
2909 
2910  ***************************************************************************
2911  * *
2912  * This library is free software; you can redistribute it and/or *
2913  * modify it under the terms of the GNU Lesser General Public *
2914  * License as published by the Free Software Foundation; either *
2915  * version 2.1 of the License, or (at your option) any later version. *
2916  * *
2917  * This library is distributed in the hope that it will be useful, *
2918  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
2919  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
2920  * Lesser General Public License for more details. *
2921  * *
2922  * You should have received a copy of the GNU Lesser General Public *
2923  * License along with this library; if not, write to the Free Software *
2924  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
2925  * MA 02111-1307 USA *
2926  * *
2927  ***************************************************************************/
2928 
2929 
2930 #ifndef GWEN_SAR_FILEHEADER_LIST2_H
2931 #define GWEN_SAR_FILEHEADER_LIST2_H
2932 
2933 
2934 #ifdef __cplusplus
2935 extern "C" {
2936 #endif
2937 
2945 
2950 
2955  void *user_data);
2956 
2961 
2966 
2970  void GWEN_SarFileHeader_List2_Dump(GWEN_SAR_FILEHEADER_LIST2 *l, FILE *f, unsigned int indent);
2971 
2976 
2982 
2988 
2994 
3001 
3008 
3014 
3020 
3025 
3030 
3035 
3040 
3045 
3051 
3057 
3063 
3077  void *user_data);
3078 
3079 
3082  typedef const GWEN_SAR_FILEHEADER*
3084  void *user_data);
3085 
3086 
3088 
3090 
3092 
3094 
3096 
3098 
3100 
3102 
3104 
3106 
3108 
3110 
3112 
3114 
3116 
3118 
3120 
3133  GWEN_SAR_FILEHEADER_CONSTLIST2_FOREACH func, void *user_data);
3134 
3135 
3136 #ifdef __cplusplus
3137 }
3138 #endif
3139 
3140 
3141 #endif /* GWEN_SAR_FILEHEADER_LIST_H */
3142 
3143 
3144 
3145 /***************************************************************************
3146  $RCSfile$
3147  -------------------
3148  cvs : $Id$
3149  begin : Sat Jun 28 2003
3150  copyright : (C) 2003 by Martin Preuss
3151  email : martin@libchipcard.de
3152 
3153  ***************************************************************************
3154  * *
3155  * This library is free software; you can redistribute it and/or *
3156  * modify it under the terms of the GNU Lesser General Public *
3157  * License as published by the Free Software Foundation; either *
3158  * version 2.1 of the License, or (at your option) any later version. *
3159  * *
3160  * This library is distributed in the hope that it will be useful, *
3161  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
3162  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
3163  * Lesser General Public License for more details. *
3164  * *
3165  * You should have received a copy of the GNU Lesser General Public *
3166  * License along with this library; if not, write to the Free Software *
3167  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
3168  * MA 02111-1307 USA *
3169  * *
3170  ***************************************************************************/
3171 
3172 
3173 #ifndef GWEN_SAR_FILEHEADER_LIST1_H
3174 #define GWEN_SAR_FILEHEADER_LIST1_H
3175 
3176 #ifdef __cplusplus
3177 extern "C" {
3178 #endif
3179 
3182  uint32_t id;
3185 
3193 
3198 
3199 
3203  uint32_t count;
3204  uint32_t id;
3206 
3212 
3217 
3223 
3231 
3236 
3241 
3247 
3252 
3257 
3262 
3267 
3272 
3277 
3284 
3285 
3286 #ifdef __cplusplus
3287 }
3288 #endif
3289 
3290 
3291 #endif
3292 
3293 
3294 
3295 /***************************************************************************
3296  $RCSfile$
3297  -------------------
3298  cvs : $Id$
3299  begin : Sat Jun 28 2003
3300  copyright : (C) 2003 by Martin Preuss
3301  email : martin@libchipcard.de
3302 
3303  ***************************************************************************
3304  * *
3305  * This library is free software; you can redistribute it and/or *
3306  * modify it under the terms of the GNU Lesser General Public *
3307  * License as published by the Free Software Foundation; either *
3308  * version 2.1 of the License, or (at your option) any later version. *
3309  * *
3310  * This library is distributed in the hope that it will be useful, *
3311  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
3312  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
3313  * Lesser General Public License for more details. *
3314  * *
3315  * You should have received a copy of the GNU Lesser General Public *
3316  * License along with this library; if not, write to the Free Software *
3317  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
3318  * MA 02111-1307 USA *
3319  * *
3320  ***************************************************************************/
3321 
3322 
3323 #ifndef GWEN_CRYPT_HASHALGO_LIST2_H
3324 #define GWEN_CRYPT_HASHALGO_LIST2_H
3325 
3326 
3327 #ifdef __cplusplus
3328 extern "C" {
3329 #endif
3330 
3338 
3343 
3348  void *user_data);
3349 
3354 
3359 
3363  void GWEN_Crypt_HashAlgo_List2_Dump(GWEN_CRYPT_HASHALGO_LIST2 *l, FILE *f, unsigned int indent);
3364 
3369 
3375 
3381 
3387 
3394 
3401 
3407 
3413 
3418 
3423 
3428 
3433 
3438 
3444 
3450 
3456 
3470  void *user_data);
3471 
3472 
3475  typedef const GWEN_CRYPT_HASHALGO*
3477  void *user_data);
3478 
3479 
3481 
3483 
3485 
3487 
3489 
3491 
3493 
3495 
3497 
3499 
3501 
3503 
3505 
3507 
3509 
3511 
3513 
3526  GWEN_CRYPT_HASHALGO_CONSTLIST2_FOREACH func, void *user_data);
3527 
3528 
3529 #ifdef __cplusplus
3530 }
3531 #endif
3532 
3533 
3534 #endif /* GWEN_CRYPT_HASHALGO_LIST_H */
3535 
3536 
3537 
3538 /***************************************************************************
3539  $RCSfile$
3540  -------------------
3541  cvs : $Id$
3542  begin : Sat Jun 28 2003
3543  copyright : (C) 2003 by Martin Preuss
3544  email : martin@libchipcard.de
3545 
3546  ***************************************************************************
3547  * *
3548  * This library is free software; you can redistribute it and/or *
3549  * modify it under the terms of the GNU Lesser General Public *
3550  * License as published by the Free Software Foundation; either *
3551  * version 2.1 of the License, or (at your option) any later version. *
3552  * *
3553  * This library is distributed in the hope that it will be useful, *
3554  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
3555  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
3556  * Lesser General Public License for more details. *
3557  * *
3558  * You should have received a copy of the GNU Lesser General Public *
3559  * License along with this library; if not, write to the Free Software *
3560  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
3561  * MA 02111-1307 USA *
3562  * *
3563  ***************************************************************************/
3564 
3565 
3566 #ifndef HTML_FONT_LIST1_H
3567 #define HTML_FONT_LIST1_H
3568 
3569 #ifdef __cplusplus
3570 extern "C" {
3571 #endif
3572 
3574  typedef struct HTML_FONT_LIST_ELEMENT {
3575  uint32_t id;
3578 
3585  typedef struct HTML_FONT_LIST HTML_FONT_LIST;
3586 
3590  typedef int GWENHYWFAR_CB (*HTML_FONT_LIST_SORT_FN)(const HTML_FONT *a, const HTML_FONT *b, int ascending);
3591 
3592 
3596  uint32_t count;
3597  uint32_t id;
3598  } HTML_FONT_LIST;
3599 
3605 
3610 
3616 
3624 
3629 
3634 
3640 
3645 
3650 
3655 
3660 
3665 
3670 
3676  void HtmlFont_List_Sort(HTML_FONT_LIST *l, int ascending);
3677 
3678 
3679 #ifdef __cplusplus
3680 }
3681 #endif
3682 
3683 
3684 #endif
3685 
3686 
3687 
3688 /***************************************************************************
3689  $RCSfile$
3690  -------------------
3691  cvs : $Id$
3692  begin : Sat Jun 28 2003
3693  copyright : (C) 2003 by Martin Preuss
3694  email : martin@libchipcard.de
3695 
3696  ***************************************************************************
3697  * *
3698  * This library is free software; you can redistribute it and/or *
3699  * modify it under the terms of the GNU Lesser General Public *
3700  * License as published by the Free Software Foundation; either *
3701  * version 2.1 of the License, or (at your option) any later version. *
3702  * *
3703  * This library is distributed in the hope that it will be useful, *
3704  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
3705  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
3706  * Lesser General Public License for more details. *
3707  * *
3708  * You should have received a copy of the GNU Lesser General Public *
3709  * License along with this library; if not, write to the Free Software *
3710  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
3711  * MA 02111-1307 USA *
3712  * *
3713  ***************************************************************************/
3714 
3715 
3716 #ifndef HTML_IMAGE_LIST1_H
3717 #define HTML_IMAGE_LIST1_H
3718 
3719 #ifdef __cplusplus
3720 extern "C" {
3721 #endif
3722 
3724  typedef struct HTML_IMAGE_LIST_ELEMENT {
3725  uint32_t id;
3728 
3735  typedef struct HTML_IMAGE_LIST HTML_IMAGE_LIST;
3736 
3740  typedef int GWENHYWFAR_CB (*HTML_IMAGE_LIST_SORT_FN)(const HTML_IMAGE *a, const HTML_IMAGE *b, int ascending);
3741 
3742 
3746  uint32_t count;
3747  uint32_t id;
3748  } HTML_IMAGE_LIST;
3749 
3755 
3760 
3766 
3774 
3779 
3784 
3790 
3795 
3800 
3805 
3810 
3815 
3820 
3826  void HtmlImage_List_Sort(HTML_IMAGE_LIST *l, int ascending);
3827 
3828 
3829 #ifdef __cplusplus
3830 }
3831 #endif
3832 
3833 
3834 #endif
3835 
3836 
3837 
3838 /***************************************************************************
3839  $RCSfile$
3840  -------------------
3841  cvs : $Id$
3842  begin : Sat Jun 28 2003
3843  copyright : (C) 2003 by Martin Preuss
3844  email : martin@libchipcard.de
3845 
3846  ***************************************************************************
3847  * *
3848  * This library is free software; you can redistribute it and/or *
3849  * modify it under the terms of the GNU Lesser General Public *
3850  * License as published by the Free Software Foundation; either *
3851  * version 2.1 of the License, or (at your option) any later version. *
3852  * *
3853  * This library is distributed in the hope that it will be useful, *
3854  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
3855  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
3856  * Lesser General Public License for more details. *
3857  * *
3858  * You should have received a copy of the GNU Lesser General Public *
3859  * License along with this library; if not, write to the Free Software *
3860  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
3861  * MA 02111-1307 USA *
3862  * *
3863  ***************************************************************************/
3864 
3865 
3866 #ifndef GWEN_SOCKET_LIST2_H
3867 #define GWEN_SOCKET_LIST2_H
3868 
3869 
3870 #ifdef __cplusplus
3871 extern "C" {
3872 #endif
3873 
3880  typedef struct GWEN_SOCKET_LIST2 GWEN_SOCKET_LIST2;
3881 
3886 
3891  void *user_data);
3892 
3897 
3902 
3906  void GWEN_Socket_List2_Dump(GWEN_SOCKET_LIST2 *l, FILE *f, unsigned int indent);
3907 
3912 
3918 
3924 
3930 
3937 
3944 
3950 
3956 
3961 
3966 
3971 
3976 
3981 
3987 
3993 
3999 
4013  void *user_data);
4014 
4015 
4018  typedef const GWEN_SOCKET*
4020  void *user_data);
4021 
4022 
4024 
4026 
4028 
4030 
4032 
4034 
4036 
4038 
4040 
4042 
4044 
4046 
4048 
4050 
4052 
4054 
4056 
4069  GWEN_SOCKET_CONSTLIST2_FOREACH func, void *user_data);
4070 
4071 
4072 #ifdef __cplusplus
4073 }
4074 #endif
4075 
4076 
4077 #endif /* GWEN_SOCKET_LIST_H */
4078 
4079 
4080 
4081 /***************************************************************************
4082  $RCSfile$
4083  -------------------
4084  cvs : $Id$
4085  begin : Sat Jun 28 2003
4086  copyright : (C) 2003 by Martin Preuss
4087  email : martin@libchipcard.de
4088 
4089  ***************************************************************************
4090  * *
4091  * This library is free software; you can redistribute it and/or *
4092  * modify it under the terms of the GNU Lesser General Public *
4093  * License as published by the Free Software Foundation; either *
4094  * version 2.1 of the License, or (at your option) any later version. *
4095  * *
4096  * This library is distributed in the hope that it will be useful, *
4097  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
4098  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
4099  * Lesser General Public License for more details. *
4100  * *
4101  * You should have received a copy of the GNU Lesser General Public *
4102  * License along with this library; if not, write to the Free Software *
4103  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
4104  * MA 02111-1307 USA *
4105  * *
4106  ***************************************************************************/
4107 
4108 
4109 #ifndef GWEN_SOCKET_LIST1_H
4110 #define GWEN_SOCKET_LIST1_H
4111 
4112 #ifdef __cplusplus
4113 extern "C" {
4114 #endif
4115 
4117  typedef struct GWEN_SOCKET_LIST_ELEMENT {
4118  uint32_t id;
4121 
4128  typedef struct GWEN_SOCKET_LIST GWEN_SOCKET_LIST;
4129 
4133  typedef int GWENHYWFAR_CB (*GWEN_SOCKET_LIST_SORT_FN)(const GWEN_SOCKET *a, const GWEN_SOCKET *b, int ascending);
4134 
4135 
4139  uint32_t count;
4140  uint32_t id;
4141  } GWEN_SOCKET_LIST;
4142 
4148 
4153 
4159 
4167 
4172 
4177 
4183 
4188 
4193 
4198 
4203 
4208 
4213 
4219  void GWEN_Socket_List_Sort(GWEN_SOCKET_LIST *l, int ascending);
4220 
4221 
4222 #ifdef __cplusplus
4223 }
4224 #endif
4225 
4226 
4227 #endif
4228 
4229 
4230 
4231 /***************************************************************************
4232  $RCSfile$
4233  -------------------
4234  cvs : $Id$
4235  begin : Sat Jun 28 2003
4236  copyright : (C) 2003 by Martin Preuss
4237  email : martin@libchipcard.de
4238 
4239  ***************************************************************************
4240  * *
4241  * This library is free software; you can redistribute it and/or *
4242  * modify it under the terms of the GNU Lesser General Public *
4243  * License as published by the Free Software Foundation; either *
4244  * version 2.1 of the License, or (at your option) any later version. *
4245  * *
4246  * This library is distributed in the hope that it will be useful, *
4247  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
4248  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
4249  * Lesser General Public License for more details. *
4250  * *
4251  * You should have received a copy of the GNU Lesser General Public *
4252  * License along with this library; if not, write to the Free Software *
4253  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
4254  * MA 02111-1307 USA *
4255  * *
4256  ***************************************************************************/
4257 
4258 
4259 #ifndef GWEN_INHERITDATA_LIST1_H
4260 #define GWEN_INHERITDATA_LIST1_H
4261 
4262 #ifdef __cplusplus
4263 extern "C" {
4264 #endif
4265 
4268  uint32_t id;
4271 
4279 
4283  typedef int GWENHYWFAR_CB (*GWEN_INHERITDATA_LIST_SORT_FN)(const GWEN_INHERITDATA *a, const GWEN_INHERITDATA *b, int ascending);
4284 
4285 
4289  uint32_t count;
4290  uint32_t id;
4292 
4298 
4303 
4309 
4317 
4322 
4327 
4333 
4338 
4343 
4348 
4353 
4358 
4363 
4370 
4371 
4372 #ifdef __cplusplus
4373 }
4374 #endif
4375 
4376 
4377 #endif
4378 
4379 
4380 
4381 /***************************************************************************
4382  $RCSfile$
4383  -------------------
4384  cvs : $Id$
4385  begin : Sat Jun 28 2003
4386  copyright : (C) 2003 by Martin Preuss
4387  email : martin@libchipcard.de
4388 
4389  ***************************************************************************
4390  * *
4391  * This library is free software; you can redistribute it and/or *
4392  * modify it under the terms of the GNU Lesser General Public *
4393  * License as published by the Free Software Foundation; either *
4394  * version 2.1 of the License, or (at your option) any later version. *
4395  * *
4396  * This library is distributed in the hope that it will be useful, *
4397  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
4398  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
4399  * Lesser General Public License for more details. *
4400  * *
4401  * You should have received a copy of the GNU Lesser General Public *
4402  * License along with this library; if not, write to the Free Software *
4403  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
4404  * MA 02111-1307 USA *
4405  * *
4406  ***************************************************************************/
4407 
4408 
4409 #ifndef t_LIST1_H
4410 #define t_LIST1_H
4411 
4412 #ifdef __cplusplus
4413 extern "C" {
4414 #endif
4415 
4417  typedef struct t_LIST_ELEMENT {
4418  uint32_t id;
4421 
4428  typedef struct t_LIST t_LIST;
4429 
4433  typedef int GWENHYWFAR_CB (*t_LIST_SORT_FN)(const t *a, const t *b, int ascending);
4434 
4435 
4437  struct t_LIST {
4438  t *first;
4439  uint32_t count;
4440  uint32_t id;
4441  } t_LIST;
4442 
4448 
4452  void pr_List_Add(t *element, t_LIST *list);
4453 
4458  void pr_List_Insert(t *element, t_LIST *list);
4459 
4466  void pr_List_Del(t *element);
4467 
4471  t* pr_List_First(const t_LIST *l);
4472 
4476  t* pr_List_Last(const t_LIST *l);
4477 
4483 
4488 
4493 
4497  t* pr_List_Next(const t *element);
4498 
4502  t* pr_List_Previous(const t *element);
4503 
4507  uint32_t pr_List_GetCount(const t_LIST *l);
4508 
4513 
4519  void pr_List_Sort(t_LIST *l, int ascending);
4520 
4521 
4522 #ifdef __cplusplus
4523 }
4524 #endif
4525 
4526 
4527 #endif
4528 
4529 
4530 
4531 /***************************************************************************
4532  $RCSfile$
4533  -------------------
4534  cvs : $Id$
4535  begin : Sat Jun 28 2003
4536  copyright : (C) 2003 by Martin Preuss
4537  email : martin@libchipcard.de
4538 
4539  ***************************************************************************
4540  * *
4541  * This library is free software; you can redistribute it and/or *
4542  * modify it under the terms of the GNU Lesser General Public *
4543  * License as published by the Free Software Foundation; either *
4544  * version 2.1 of the License, or (at your option) any later version. *
4545  * *
4546  * This library is distributed in the hope that it will be useful, *
4547  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
4548  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
4549  * Lesser General Public License for more details. *
4550  * *
4551  * You should have received a copy of the GNU Lesser General Public *
4552  * License along with this library; if not, write to the Free Software *
4553  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
4554  * MA 02111-1307 USA *
4555  * *
4556  ***************************************************************************/
4557 
4558 
4559 #ifndef MYSTRUCT_LIST1_H
4560 #define MYSTRUCT_LIST1_H
4561 
4562 #ifdef __cplusplus
4563 extern "C" {
4564 #endif
4565 
4567  typedef struct MYSTRUCT_LIST_ELEMENT {
4568  uint32_t id;
4569  MYSTRUCT *nextObject;
4571 
4578  typedef struct MYSTRUCT_LIST MYSTRUCT_LIST;
4579 
4583  typedef int GWENHYWFAR_CB (*MYSTRUCT_LIST_SORT_FN)(const MYSTRUCT *a, const MYSTRUCT *b, int ascending);
4584 
4585 
4587  struct MYSTRUCT_LIST {
4588  MYSTRUCT *first;
4589  uint32_t count;
4590  uint32_t id;
4591  } MYSTRUCT_LIST;
4592 
4598 
4602  void MyStruct_List_Add(MYSTRUCT *element, MYSTRUCT_LIST *list);
4603 
4608  void MyStruct_List_Insert(MYSTRUCT *element, MYSTRUCT_LIST *list);
4609 
4616  void MyStruct_List_Del(MYSTRUCT *element);
4617 
4621  MYSTRUCT* MyStruct_List_First(const MYSTRUCT_LIST *l);
4622 
4626  MYSTRUCT* MyStruct_List_Last(const MYSTRUCT_LIST *l);
4627 
4633 
4638 
4643 
4647  MYSTRUCT* MyStruct_List_Next(const MYSTRUCT *element);
4648 
4652  MYSTRUCT* MyStruct_List_Previous(const MYSTRUCT *element);
4653 
4658 
4663 
4669  void MyStruct_List_Sort(MYSTRUCT_LIST *l, int ascending);
4670 
4671 
4672 #ifdef __cplusplus
4673 }
4674 #endif
4675 
4676 
4677 #endif
4678 
4679 
4680 
4681 /***************************************************************************
4682  $RCSfile$
4683  -------------------
4684  cvs : $Id$
4685  begin : Sat Jun 28 2003
4686  copyright : (C) 2003 by Martin Preuss
4687  email : martin@libchipcard.de
4688 
4689  ***************************************************************************
4690  * *
4691  * This library is free software; you can redistribute it and/or *
4692  * modify it under the terms of the GNU Lesser General Public *
4693  * License as published by the Free Software Foundation; either *
4694  * version 2.1 of the License, or (at your option) any later version. *
4695  * *
4696  * This library is distributed in the hope that it will be useful, *
4697  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
4698  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
4699  * Lesser General Public License for more details. *
4700  * *
4701  * You should have received a copy of the GNU Lesser General Public *
4702  * License along with this library; if not, write to the Free Software *
4703  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
4704  * MA 02111-1307 USA *
4705  * *
4706  ***************************************************************************/
4707 
4708 
4709 #ifndef t_LIST2_H
4710 #define t_LIST2_H
4711 
4712 
4713 #ifdef __cplusplus
4714 extern "C" {
4715 #endif
4716 
4723  typedef struct t_LIST2 t_LIST2;
4724 
4728  typedef struct t_LIST2_ITERATOR t_LIST2_ITERATOR;
4729 
4733  typedef t* (t_LIST2_FOREACH)(t *element,
4734  void *user_data);
4735 
4740 
4745 
4749  void pr_List2_Dump(t_LIST2 *l, FILE *f, unsigned int indent);
4750 
4754  void pr_List2_PushBack(t_LIST2 *l, t *p);
4755 
4760  void pr_List2_PushFront(t_LIST2 *l, t *p);
4761 
4767 
4773 
4779  t_LIST2_ITERATOR *it);
4780 
4786  unsigned int pr_List2_GetSize(t_LIST2 *l);
4787 
4793 
4799 
4804 
4809 
4814 
4819 
4824 
4830 
4836 
4842 
4855  t_LIST2_FOREACH func,
4856  void *user_data);
4857 
4858 
4859  typedef struct t_CONSTLIST2 t_CONSTLIST2;
4861  typedef const t*
4862  (t_CONSTLIST2_FOREACH)(const t *element,
4863  void *user_data);
4864 
4865 
4867 
4869 
4870  void pr_ConstList2_PushBack(t_CONSTLIST2 *l, const t *p);
4871 
4872  void pr_ConstList2_PushFront(t_CONSTLIST2 *l, const t *p);
4873 
4875 
4877 
4879 
4881 
4883 
4885 
4887 
4889 
4891 
4893 
4895 
4897 
4899 
4912  t_CONSTLIST2_FOREACH func, void *user_data);
4913 
4914 
4915 #ifdef __cplusplus
4916 }
4917 #endif
4918 
4919 
4920 #endif /* t_LIST_H */
4921 
4922 
4923 
4924 /***************************************************************************
4925  $RCSfile$
4926  -------------------
4927  cvs : $Id$
4928  begin : Sat Jun 28 2003
4929  copyright : (C) 2003 by Martin Preuss
4930  email : martin@libchipcard.de
4931 
4932  ***************************************************************************
4933  * *
4934  * This library is free software; you can redistribute it and/or *
4935  * modify it under the terms of the GNU Lesser General Public *
4936  * License as published by the Free Software Foundation; either *
4937  * version 2.1 of the License, or (at your option) any later version. *
4938  * *
4939  * This library is distributed in the hope that it will be useful, *
4940  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
4941  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
4942  * Lesser General Public License for more details. *
4943  * *
4944  * You should have received a copy of the GNU Lesser General Public *
4945  * License along with this library; if not, write to the Free Software *
4946  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
4947  * MA 02111-1307 USA *
4948  * *
4949  ***************************************************************************/
4950 
4951 
4952 #ifndef t_LIST2_H
4953 #define t_LIST2_H
4954 
4955 
4956 #ifdef __cplusplus
4957 extern "C" {
4958 #endif
4959 
4966  typedef struct t_LIST2 t_LIST2;
4967 
4971  typedef struct t_LIST2_ITERATOR t_LIST2_ITERATOR;
4972 
4976  typedef t* (t_LIST2_FOREACH)(t *element,
4977  void *user_data);
4978 
4982  t_LIST2 *pr_List2_new();
4983 
4987  void pr_List2_free(t_LIST2 *l);
4988 
4992  void pr_List2_Dump(t_LIST2 *l, FILE *f, unsigned int indent);
4993 
4997  void pr_List2_PushBack(t_LIST2 *l, t *p);
4998 
5003  void pr_List2_PushFront(t_LIST2 *l, t *p);
5004 
5009  t *pr_List2_GetFront(t_LIST2 *l);
5010 
5015  t *pr_List2_GetBack(t_LIST2 *l);
5016 
5021  void pr_List2_Erase(t_LIST2 *l,
5022  t_LIST2_ITERATOR *it);
5023 
5029  unsigned int pr_List2_GetSize(t_LIST2 *l);
5030 
5035  void pr_List2_PopBack(t_LIST2 *l);
5036 
5041  void pr_List2_PopFront(t_LIST2 *l);
5042 
5046  void pr_List2_Clear(t_LIST2 *l);
5047 
5052 
5057 
5062 
5067 
5073 
5079 
5085 
5097  t *pr_List2_ForEach(t_LIST2 *list,
5098  t_LIST2_FOREACH func,
5099  void *user_data);
5100 
5101 
5102  typedef struct t_CONSTLIST2 t_CONSTLIST2;
5104  typedef const t*
5105  (t_CONSTLIST2_FOREACH)(const t *element,
5106  void *user_data);
5107 
5108 
5110 
5111  void pr_ConstList2_free(t_CONSTLIST2 *l);
5112 
5113  void pr_ConstList2_PushBack(t_CONSTLIST2 *l, const t *p);
5114 
5115  void pr_ConstList2_PushFront(t_CONSTLIST2 *l, const t *p);
5116 
5117  const t *pr_ConstList2_GetFront(t_CONSTLIST2 *l);
5118 
5119  const t *pr_ConstList2_GetBack(t_CONSTLIST2 *l);
5120 
5121  unsigned int pr_ConstList2_GetSize(t_CONSTLIST2 *l);
5122 
5124 
5126 
5128 
5130 
5132 
5134 
5136 
5138 
5140 
5142 
5154  const t *pr_ConstList2_ForEach(t_CONSTLIST2 *list,
5155  t_CONSTLIST2_FOREACH func, void *user_data);
5156 
5157 
5158 #ifdef __cplusplus
5159 }
5160 #endif
5161 
5162 
5163 #endif /* t_LIST_H */
5164 
5165 
5166 
5167 /***************************************************************************
5168  $RCSfile$
5169  -------------------
5170  cvs : $Id$
5171  begin : Sat Jun 28 2003
5172  copyright : (C) 2003 by Martin Preuss
5173  email : martin@libchipcard.de
5174 
5175  ***************************************************************************
5176  * *
5177  * This library is free software; you can redistribute it and/or *
5178  * modify it under the terms of the GNU Lesser General Public *
5179  * License as published by the Free Software Foundation; either *
5180  * version 2.1 of the License, or (at your option) any later version. *
5181  * *
5182  * This library is distributed in the hope that it will be useful, *
5183  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
5184  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
5185  * Lesser General Public License for more details. *
5186  * *
5187  * You should have received a copy of the GNU Lesser General Public *
5188  * License along with this library; if not, write to the Free Software *
5189  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
5190  * MA 02111-1307 USA *
5191  * *
5192  ***************************************************************************/
5193 
5194 
5195 #ifndef GWEN_MDIGEST_LIST2_H
5196 #define GWEN_MDIGEST_LIST2_H
5197 
5198 
5199 #ifdef __cplusplus
5200 extern "C" {
5201 #endif
5202 
5209  typedef struct GWEN_MDIGEST_LIST2 GWEN_MDIGEST_LIST2;
5210 
5215 
5220  void *user_data);
5221 
5226 
5231 
5235  void GWEN_MDigest_List2_Dump(GWEN_MDIGEST_LIST2 *l, FILE *f, unsigned int indent);
5236 
5241 
5247 
5253 
5259 
5266 
5273 
5279 
5285 
5290 
5295 
5300 
5305 
5310 
5316 
5322 
5328 
5342  void *user_data);
5343 
5344 
5347  typedef const GWEN_MDIGEST*
5349  void *user_data);
5350 
5351 
5353 
5355 
5357 
5359 
5361 
5363 
5365 
5367 
5369 
5371 
5373 
5375 
5377 
5379 
5381 
5383 
5385 
5398  GWEN_MDIGEST_CONSTLIST2_FOREACH func, void *user_data);
5399 
5400 
5401 #ifdef __cplusplus
5402 }
5403 #endif
5404 
5405 
5406 #endif /* GWEN_MDIGEST_LIST_H */
5407 
5408 
5409 
5410 /***************************************************************************
5411  $RCSfile$
5412  -------------------
5413  cvs : $Id$
5414  begin : Sat Jun 28 2003
5415  copyright : (C) 2003 by Martin Preuss
5416  email : martin@libchipcard.de
5417 
5418  ***************************************************************************
5419  * *
5420  * This library is free software; you can redistribute it and/or *
5421  * modify it under the terms of the GNU Lesser General Public *
5422  * License as published by the Free Software Foundation; either *
5423  * version 2.1 of the License, or (at your option) any later version. *
5424  * *
5425  * This library is distributed in the hope that it will be useful, *
5426  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
5427  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
5428  * Lesser General Public License for more details. *
5429  * *
5430  * You should have received a copy of the GNU Lesser General Public *
5431  * License along with this library; if not, write to the Free Software *
5432  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
5433  * MA 02111-1307 USA *
5434  * *
5435  ***************************************************************************/
5436 
5437 
5438 #ifndef GWEN_MDIGEST_LIST1_H
5439 #define GWEN_MDIGEST_LIST1_H
5440 
5441 #ifdef __cplusplus
5442 extern "C" {
5443 #endif
5444 
5446  typedef struct GWEN_MDIGEST_LIST_ELEMENT {
5447  uint32_t id;
5450 
5457  typedef struct GWEN_MDIGEST_LIST GWEN_MDIGEST_LIST;
5458 
5462  typedef int GWENHYWFAR_CB (*GWEN_MDIGEST_LIST_SORT_FN)(const GWEN_MDIGEST *a, const GWEN_MDIGEST *b, int ascending);
5463 
5464 
5468  uint32_t count;
5469  uint32_t id;
5471 
5477 
5482 
5488 
5496 
5501 
5506 
5512 
5517 
5522 
5527 
5532 
5537 
5542 
5549 
5550 
5551 #ifdef __cplusplus
5552 }
5553 #endif
5554 
5555 
5556 #endif
5557 
5558 
5559 
5560 /***************************************************************************
5561  $RCSfile$
5562  -------------------
5563  cvs : $Id$
5564  begin : Sat Jun 28 2003
5565  copyright : (C) 2003 by Martin Preuss
5566  email : martin@libchipcard.de
5567 
5568  ***************************************************************************
5569  * *
5570  * This library is free software; you can redistribute it and/or *
5571  * modify it under the terms of the GNU Lesser General Public *
5572  * License as published by the Free Software Foundation; either *
5573  * version 2.1 of the License, or (at your option) any later version. *
5574  * *
5575  * This library is distributed in the hope that it will be useful, *
5576  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
5577  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
5578  * Lesser General Public License for more details. *
5579  * *
5580  * You should have received a copy of the GNU Lesser General Public *
5581  * License along with this library; if not, write to the Free Software *
5582  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
5583  * MA 02111-1307 USA *
5584  * *
5585  ***************************************************************************/
5586 
5587 
5588 #ifndef GWEN_CRYPT_PADDALGO_LIST2_H
5589 #define GWEN_CRYPT_PADDALGO_LIST2_H
5590 
5591 
5592 #ifdef __cplusplus
5593 extern "C" {
5594 #endif
5595 
5603 
5608 
5613  void *user_data);
5614 
5619 
5624 
5628  void GWEN_Crypt_PaddAlgo_List2_Dump(GWEN_CRYPT_PADDALGO_LIST2 *l, FILE *f, unsigned int indent);
5629 
5634 
5640 
5646 
5652 
5659 
5666 
5672 
5678 
5683 
5688 
5693 
5698 
5703 
5709 
5715 
5721 
5735  void *user_data);
5736 
5737 
5740  typedef const GWEN_CRYPT_PADDALGO*
5742  void *user_data);
5743 
5744 
5746 
5748 
5750 
5752 
5754 
5756 
5758 
5760 
5762 
5764 
5766 
5768 
5770 
5772 
5774 
5776 
5778 
5791  GWEN_CRYPT_PADDALGO_CONSTLIST2_FOREACH func, void *user_data);
5792 
5793 
5794 #ifdef __cplusplus
5795 }
5796 #endif
5797 
5798 
5799 #endif /* GWEN_CRYPT_PADDALGO_LIST_H */
5800 
5801 
5802 
5803 /***************************************************************************
5804  $RCSfile$
5805  -------------------
5806  cvs : $Id$
5807  begin : Sat Jun 28 2003
5808  copyright : (C) 2003 by Martin Preuss
5809  email : martin@libchipcard.de
5810 
5811  ***************************************************************************
5812  * *
5813  * This library is free software; you can redistribute it and/or *
5814  * modify it under the terms of the GNU Lesser General Public *
5815  * License as published by the Free Software Foundation; either *
5816  * version 2.1 of the License, or (at your option) any later version. *
5817  * *
5818  * This library is distributed in the hope that it will be useful, *
5819  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
5820  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
5821  * Lesser General Public License for more details. *
5822  * *
5823  * You should have received a copy of the GNU Lesser General Public *
5824  * License along with this library; if not, write to the Free Software *
5825  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
5826  * MA 02111-1307 USA *
5827  * *
5828  ***************************************************************************/
5829 
5830 
5831 #ifndef GWEN_PARAM_LIST2_H
5832 #define GWEN_PARAM_LIST2_H
5833 
5834 
5835 #ifdef __cplusplus
5836 extern "C" {
5837 #endif
5838 
5845  typedef struct GWEN_PARAM_LIST2 GWEN_PARAM_LIST2;
5846 
5851 
5856  void *user_data);
5857 
5862 
5867 
5871  void GWEN_Param_List2_Dump(GWEN_PARAM_LIST2 *l, FILE *f, unsigned int indent);
5872 
5877 
5883 
5889 
5895 
5902 
5909 
5915 
5921 
5926 
5931 
5936 
5941 
5946 
5952 
5958 
5964 
5978  void *user_data);
5979 
5980 
5983  typedef const GWEN_PARAM*
5984  (GWEN_PARAM_CONSTLIST2_FOREACH)(const GWEN_PARAM *element,
5985  void *user_data);
5986 
5987 
5989 
5991 
5993 
5995 
5997 
5999 
6001 
6003 
6005 
6007 
6009 
6011 
6013 
6015 
6017 
6019 
6021 
6034  GWEN_PARAM_CONSTLIST2_FOREACH func, void *user_data);
6035 
6036 
6037 #ifdef __cplusplus
6038 }
6039 #endif
6040 
6041 
6042 #endif /* GWEN_PARAM_LIST_H */
6043 
6044 
6045 
6046 /***************************************************************************
6047  $RCSfile$
6048  -------------------
6049  cvs : $Id$
6050  begin : Sat Jun 28 2003
6051  copyright : (C) 2003 by Martin Preuss
6052  email : martin@libchipcard.de
6053 
6054  ***************************************************************************
6055  * *
6056  * This library is free software; you can redistribute it and/or *
6057  * modify it under the terms of the GNU Lesser General Public *
6058  * License as published by the Free Software Foundation; either *
6059  * version 2.1 of the License, or (at your option) any later version. *
6060  * *
6061  * This library is distributed in the hope that it will be useful, *
6062  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
6063  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
6064  * Lesser General Public License for more details. *
6065  * *
6066  * You should have received a copy of the GNU Lesser General Public *
6067  * License along with this library; if not, write to the Free Software *
6068  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
6069  * MA 02111-1307 USA *
6070  * *
6071  ***************************************************************************/
6072 
6073 
6074 #ifndef GWEN_PARAM_LIST1_H
6075 #define GWEN_PARAM_LIST1_H
6076 
6077 #ifdef __cplusplus
6078 extern "C" {
6079 #endif
6080 
6082  typedef struct GWEN_PARAM_LIST_ELEMENT {
6083  uint32_t id;
6086 
6093  typedef struct GWEN_PARAM_LIST GWEN_PARAM_LIST;
6094 
6098  typedef int GWENHYWFAR_CB (*GWEN_PARAM_LIST_SORT_FN)(const GWEN_PARAM *a, const GWEN_PARAM *b, int ascending);
6099 
6100 
6104  uint32_t count;
6105  uint32_t id;
6106  } GWEN_PARAM_LIST;
6107 
6113 
6118 
6124 
6132 
6137 
6142 
6148 
6153 
6158 
6163 
6168 
6173 
6178 
6184  void GWEN_Param_List_Sort(GWEN_PARAM_LIST *l, int ascending);
6185 
6186 
6187 #ifdef __cplusplus
6188 }
6189 #endif
6190 
6191 
6192 #endif
6193 
6194 
6195 
6196 /***************************************************************************
6197  $RCSfile$
6198  -------------------
6199  cvs : $Id$
6200  begin : Sat Jun 28 2003
6201  copyright : (C) 2003 by Martin Preuss
6202  email : martin@libchipcard.de
6203 
6204  ***************************************************************************
6205  * *
6206  * This library is free software; you can redistribute it and/or *
6207  * modify it under the terms of the GNU Lesser General Public *
6208  * License as published by the Free Software Foundation; either *
6209  * version 2.1 of the License, or (at your option) any later version. *
6210  * *
6211  * This library is distributed in the hope that it will be useful, *
6212  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
6213  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
6214  * Lesser General Public License for more details. *
6215  * *
6216  * You should have received a copy of the GNU Lesser General Public *
6217  * License along with this library; if not, write to the Free Software *
6218  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
6219  * MA 02111-1307 USA *
6220  * *
6221  ***************************************************************************/
6222 
6223 
6224 #ifndef GWEN_PLUGIN_DESCRIPTION_LIST2_H
6225 #define GWEN_PLUGIN_DESCRIPTION_LIST2_H
6226 
6227 
6228 #ifdef __cplusplus
6229 extern "C" {
6230 #endif
6231 
6239 
6244 
6249  void *user_data);
6250 
6255 
6260 
6264  void GWEN_PluginDescription_List2_Dump(GWEN_PLUGIN_DESCRIPTION_LIST2 *l, FILE *f, unsigned int indent);
6265 
6270 
6276 
6282 
6288 
6295 
6302 
6308 
6314 
6319 
6324 
6329 
6334 
6339 
6345 
6351 
6357 
6371  void *user_data);
6372 
6373 
6378  void *user_data);
6379 
6380 
6382 
6384 
6386 
6388 
6390 
6392 
6394 
6396 
6398 
6400 
6402 
6404 
6406 
6408 
6410 
6412 
6414 
6427  GWEN_PLUGIN_DESCRIPTION_CONSTLIST2_FOREACH func, void *user_data);
6428 
6429 
6430 #ifdef __cplusplus
6431 }
6432 #endif
6433 
6434 
6435 #endif /* GWEN_PLUGIN_DESCRIPTION_LIST_H */
6436 
6437 
6438 
6439 /***************************************************************************
6440  $RCSfile$
6441  -------------------
6442  cvs : $Id$
6443  begin : Sat Jun 28 2003
6444  copyright : (C) 2003 by Martin Preuss
6445  email : martin@libchipcard.de
6446 
6447  ***************************************************************************
6448  * *
6449  * This library is free software; you can redistribute it and/or *
6450  * modify it under the terms of the GNU Lesser General Public *
6451  * License as published by the Free Software Foundation; either *
6452  * version 2.1 of the License, or (at your option) any later version. *
6453  * *
6454  * This library is distributed in the hope that it will be useful, *
6455  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
6456  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
6457  * Lesser General Public License for more details. *
6458  * *
6459  * You should have received a copy of the GNU Lesser General Public *
6460  * License along with this library; if not, write to the Free Software *
6461  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
6462  * MA 02111-1307 USA *
6463  * *
6464  ***************************************************************************/
6465 
6466 
6467 #ifndef GWEN_PLUGIN_DESCRIPTION_LIST1_H
6468 #define GWEN_PLUGIN_DESCRIPTION_LIST1_H
6469 
6470 #ifdef __cplusplus
6471 extern "C" {
6472 #endif
6473 
6476  uint32_t id;
6479 
6487 
6492 
6493 
6497  uint32_t count;
6498  uint32_t id;
6500 
6506 
6511 
6517 
6525 
6530 
6535 
6541 
6546 
6551 
6556 
6561 
6566 
6571 
6578 
6579 
6580 #ifdef __cplusplus
6581 }
6582 #endif
6583 
6584 
6585 #endif
6586 
6587 
6588 
6589 /***************************************************************************
6590  $RCSfile$
6591  -------------------
6592  cvs : $Id$
6593  begin : Sat Jun 28 2003
6594  copyright : (C) 2003 by Martin Preuss
6595  email : martin@libchipcard.de
6596 
6597  ***************************************************************************
6598  * *
6599  * This library is free software; you can redistribute it and/or *
6600  * modify it under the terms of the GNU Lesser General Public *
6601  * License as published by the Free Software Foundation; either *
6602  * version 2.1 of the License, or (at your option) any later version. *
6603  * *
6604  * This library is distributed in the hope that it will be useful, *
6605  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
6606  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
6607  * Lesser General Public License for more details. *
6608  * *
6609  * You should have received a copy of the GNU Lesser General Public *
6610  * License along with this library; if not, write to the Free Software *
6611  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
6612  * MA 02111-1307 USA *
6613  * *
6614  ***************************************************************************/
6615 
6616 
6617 #ifndef GWEN_SIGHEAD_LIST1_H
6618 #define GWEN_SIGHEAD_LIST1_H
6619 
6620 #ifdef __cplusplus
6621 extern "C" {
6622 #endif
6623 
6625  typedef struct GWEN_SIGHEAD_LIST_ELEMENT {
6626  uint32_t id;
6629 
6636  typedef struct GWEN_SIGHEAD_LIST GWEN_SIGHEAD_LIST;
6637 
6641  typedef int GWENHYWFAR_CB (*GWEN_SIGHEAD_LIST_SORT_FN)(const GWEN_SIGHEAD *a, const GWEN_SIGHEAD *b, int ascending);
6642 
6643 
6647  uint32_t count;
6648  uint32_t id;
6650 
6656 
6661 
6667 
6675 
6680 
6685 
6691 
6696 
6701 
6706 
6711 
6716 
6721 
6728 
6729 
6730 #ifdef __cplusplus
6731 }
6732 #endif
6733 
6734 
6735 #endif
6736 
6737 
6738 
6739 /***************************************************************************
6740  $RCSfile$
6741  -------------------
6742  cvs : $Id$
6743  begin : Sat Jun 28 2003
6744  copyright : (C) 2003 by Martin Preuss
6745  email : martin@libchipcard.de
6746 
6747  ***************************************************************************
6748  * *
6749  * This library is free software; you can redistribute it and/or *
6750  * modify it under the terms of the GNU Lesser General Public *
6751  * License as published by the Free Software Foundation; either *
6752  * version 2.1 of the License, or (at your option) any later version. *
6753  * *
6754  * This library is distributed in the hope that it will be useful, *
6755  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
6756  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
6757  * Lesser General Public License for more details. *
6758  * *
6759  * You should have received a copy of the GNU Lesser General Public *
6760  * License along with this library; if not, write to the Free Software *
6761  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
6762  * MA 02111-1307 USA *
6763  * *
6764  ***************************************************************************/
6765 
6766 
6767 #ifndef GWEN_SIGTAIL_LIST1_H
6768 #define GWEN_SIGTAIL_LIST1_H
6769 
6770 #ifdef __cplusplus
6771 extern "C" {
6772 #endif
6773 
6775  typedef struct GWEN_SIGTAIL_LIST_ELEMENT {
6776  uint32_t id;
6779 
6786  typedef struct GWEN_SIGTAIL_LIST GWEN_SIGTAIL_LIST;
6787 
6791  typedef int GWENHYWFAR_CB (*GWEN_SIGTAIL_LIST_SORT_FN)(const GWEN_SIGTAIL *a, const GWEN_SIGTAIL *b, int ascending);
6792 
6793 
6797  uint32_t count;
6798  uint32_t id;
6800 
6806 
6811 
6817 
6825 
6830 
6835 
6841 
6846 
6851 
6856 
6861 
6866 
6871 
6878 
6879 
6880 #ifdef __cplusplus
6881 }
6882 #endif
6883 
6884 
6885 #endif
6886 
6887 
6888 
6889 /***************************************************************************
6890  $RCSfile$
6891  -------------------
6892  cvs : $Id$
6893  begin : Sat Jun 28 2003
6894  copyright : (C) 2003 by Martin Preuss
6895  email : martin@libchipcard.de
6896 
6897  ***************************************************************************
6898  * *
6899  * This library is free software; you can redistribute it and/or *
6900  * modify it under the terms of the GNU Lesser General Public *
6901  * License as published by the Free Software Foundation; either *
6902  * version 2.1 of the License, or (at your option) any later version. *
6903  * *
6904  * This library is distributed in the hope that it will be useful, *
6905  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
6906  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
6907  * Lesser General Public License for more details. *
6908  * *
6909  * You should have received a copy of the GNU Lesser General Public *
6910  * License along with this library; if not, write to the Free Software *
6911  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
6912  * MA 02111-1307 USA *
6913  * *
6914  ***************************************************************************/
6915 
6916 
6917 #ifndef GWEN_SSLCERTDESCR_LIST2_H
6918 #define GWEN_SSLCERTDESCR_LIST2_H
6919 
6920 
6921 #ifdef __cplusplus
6922 extern "C" {
6923 #endif
6924 
6932 
6937 
6942  void *user_data);
6943 
6948 
6953 
6957  void GWEN_SslCertDescr_List2_Dump(GWEN_SSLCERTDESCR_LIST2 *l, FILE *f, unsigned int indent);
6958 
6963 
6969 
6975 
6981 
6988 
6995 
7001 
7007 
7012 
7017 
7022 
7027 
7032 
7038 
7044 
7050 
7064  void *user_data);
7065 
7066 
7069  typedef const GWEN_SSLCERTDESCR*
7071  void *user_data);
7072 
7073 
7075 
7077 
7079 
7081 
7083 
7085 
7087 
7089 
7091 
7093 
7095 
7097 
7099 
7101 
7103 
7105 
7107 
7120  GWEN_SSLCERTDESCR_CONSTLIST2_FOREACH func, void *user_data);
7121 
7122 
7123 #ifdef __cplusplus
7124 }
7125 #endif
7126 
7127 
7128 #endif /* GWEN_SSLCERTDESCR_LIST_H */
7129 
7130 
7131 
7132 /***************************************************************************
7133  $RCSfile$
7134  -------------------
7135  cvs : $Id$
7136  begin : Sat Jun 28 2003
7137  copyright : (C) 2003 by Martin Preuss
7138  email : martin@libchipcard.de
7139 
7140  ***************************************************************************
7141  * *
7142  * This library is free software; you can redistribute it and/or *
7143  * modify it under the terms of the GNU Lesser General Public *
7144  * License as published by the Free Software Foundation; either *
7145  * version 2.1 of the License, or (at your option) any later version. *
7146  * *
7147  * This library is distributed in the hope that it will be useful, *
7148  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
7149  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
7150  * Lesser General Public License for more details. *
7151  * *
7152  * You should have received a copy of the GNU Lesser General Public *
7153  * License along with this library; if not, write to the Free Software *
7154  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
7155  * MA 02111-1307 USA *
7156  * *
7157  ***************************************************************************/
7158 
7159 
7160 #ifndef GWEN_SSLCERTDESCR_LIST1_H
7161 #define GWEN_SSLCERTDESCR_LIST1_H
7162 
7163 #ifdef __cplusplus
7164 extern "C" {
7165 #endif
7166 
7169  uint32_t id;
7172 
7180 
7184  typedef int GWENHYWFAR_CB (*GWEN_SSLCERTDESCR_LIST_SORT_FN)(const GWEN_SSLCERTDESCR *a, const GWEN_SSLCERTDESCR *b, int ascending);
7185 
7186 
7190  uint32_t count;
7191  uint32_t id;
7193 
7199 
7204 
7210 
7218 
7223 
7228 
7234 
7239 
7244 
7249 
7254 
7259 
7264 
7271 
7272 
7273 #ifdef __cplusplus
7274 }
7275 #endif
7276 
7277 
7278 #endif
7279 
7280 
7281 
7282 /***************************************************************************
7283  $RCSfile$
7284  -------------------
7285  cvs : $Id$
7286  begin : Sat Jun 28 2003
7287  copyright : (C) 2003 by Martin Preuss
7288  email : martin@libchipcard.de
7289 
7290  ***************************************************************************
7291  * *
7292  * This library is free software; you can redistribute it and/or *
7293  * modify it under the terms of the GNU Lesser General Public *
7294  * License as published by the Free Software Foundation; either *
7295  * version 2.1 of the License, or (at your option) any later version. *
7296  * *
7297  * This library is distributed in the hope that it will be useful, *
7298  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
7299  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
7300  * Lesser General Public License for more details. *
7301  * *
7302  * You should have received a copy of the GNU Lesser General Public *
7303  * License along with this library; if not, write to the Free Software *
7304  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
7305  * MA 02111-1307 USA *
7306  * *
7307  ***************************************************************************/
7308 
7309 
7310 #ifndef GWEN_SYNCIO_LIST1_H
7311 #define GWEN_SYNCIO_LIST1_H
7312 
7313 #ifdef __cplusplus
7314 extern "C" {
7315 #endif
7316 
7318  typedef struct GWEN_SYNCIO_LIST_ELEMENT {
7319  uint32_t id;
7322 
7329  typedef struct GWEN_SYNCIO_LIST GWEN_SYNCIO_LIST;
7330 
7334  typedef int GWENHYWFAR_CB (*GWEN_SYNCIO_LIST_SORT_FN)(const GWEN_SYNCIO *a, const GWEN_SYNCIO *b, int ascending);
7335 
7336 
7340  uint32_t count;
7341  uint32_t id;
7342  } GWEN_SYNCIO_LIST;
7343 
7349 
7354 
7360 
7368 
7373 
7378 
7384 
7389 
7394 
7399 
7404 
7409 
7414 
7420  void GWEN_SyncIo_List_Sort(GWEN_SYNCIO_LIST *l, int ascending);
7421 
7422 
7423 #ifdef __cplusplus
7424 }
7425 #endif
7426 
7427 
7428 #endif
7429 
7430 
7431 
7432 /***************************************************************************
7433  $RCSfile$
7434  -------------------
7435  cvs : $Id$
7436  begin : Sat Jun 28 2003
7437  copyright : (C) 2003 by Martin Preuss
7438  email : martin@libchipcard.de
7439 
7440  ***************************************************************************
7441  * *
7442  * This library is free software; you can redistribute it and/or *
7443  * modify it under the terms of the GNU Lesser General Public *
7444  * License as published by the Free Software Foundation; either *
7445  * version 2.1 of the License, or (at your option) any later version. *
7446  * *
7447  * This library is distributed in the hope that it will be useful, *
7448  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
7449  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
7450  * Lesser General Public License for more details. *
7451  * *
7452  * You should have received a copy of the GNU Lesser General Public *
7453  * License along with this library; if not, write to the Free Software *
7454  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
7455  * MA 02111-1307 USA *
7456  * *
7457  ***************************************************************************/
7458 
7459 
7460 #ifndef GWEN_TAG16_LIST1_H
7461 #define GWEN_TAG16_LIST1_H
7462 
7463 #ifdef __cplusplus
7464 extern "C" {
7465 #endif
7466 
7468  typedef struct GWEN_TAG16_LIST_ELEMENT {
7469  uint32_t id;
7472 
7479  typedef struct GWEN_TAG16_LIST GWEN_TAG16_LIST;
7480 
7484  typedef int GWENHYWFAR_CB (*GWEN_TAG16_LIST_SORT_FN)(const GWEN_TAG16 *a, const GWEN_TAG16 *b, int ascending);
7485 
7486 
7490  uint32_t count;
7491  uint32_t id;
7492  } GWEN_TAG16_LIST;
7493 
7499 
7504 
7510 
7518 
7523 
7528 
7534 
7539 
7544 
7549 
7554 
7559 
7564 
7570  void GWEN_Tag16_List_Sort(GWEN_TAG16_LIST *l, int ascending);
7571 
7572 
7573 #ifdef __cplusplus
7574 }
7575 #endif
7576 
7577 
7578 #endif
7579 
7580 
7581 
7582 /***************************************************************************
7583  $RCSfile$
7584  -------------------
7585  cvs : $Id$
7586  begin : Sat Jun 28 2003
7587  copyright : (C) 2003 by Martin Preuss
7588  email : martin@libchipcard.de
7589 
7590  ***************************************************************************
7591  * *
7592  * This library is free software; you can redistribute it and/or *
7593  * modify it under the terms of the GNU Lesser General Public *
7594  * License as published by the Free Software Foundation; either *
7595  * version 2.1 of the License, or (at your option) any later version. *
7596  * *
7597  * This library is distributed in the hope that it will be useful, *
7598  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
7599  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
7600  * Lesser General Public License for more details. *
7601  * *
7602  * You should have received a copy of the GNU Lesser General Public *
7603  * License along with this library; if not, write to the Free Software *
7604  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
7605  * MA 02111-1307 USA *
7606  * *
7607  ***************************************************************************/
7608 
7609 
7610 #ifndef GWEN_TLV_LIST1_H
7611 #define GWEN_TLV_LIST1_H
7612 
7613 #ifdef __cplusplus
7614 extern "C" {
7615 #endif
7616 
7618  typedef struct GWEN_TLV_LIST_ELEMENT {
7619  uint32_t id;
7622 
7629  typedef struct GWEN_TLV_LIST GWEN_TLV_LIST;
7630 
7634  typedef int GWENHYWFAR_CB (*GWEN_TLV_LIST_SORT_FN)(const GWEN_TLV *a, const GWEN_TLV *b, int ascending);
7635 
7636 
7638  struct GWEN_TLV_LIST {
7640  uint32_t count;
7641  uint32_t id;
7642  } GWEN_TLV_LIST;
7643 
7649 
7654 
7660 
7667  void GWEN_TLV_List_Del(GWEN_TLV *element);
7668 
7673 
7678 
7684 
7689 
7694 
7699 
7704 
7709 
7714 
7720  void GWEN_TLV_List_Sort(GWEN_TLV_LIST *l, int ascending);
7721 
7722 
7723 #ifdef __cplusplus
7724 }
7725 #endif
7726 
7727 
7728 #endif
7729 
7730 
7731 
7732 /***************************************************************************
7733  $RCSfile$
7734  -------------------
7735  cvs : $Id$
7736  begin : Sat Jun 28 2003
7737  copyright : (C) 2003 by Martin Preuss
7738  email : martin@libchipcard.de
7739 
7740  ***************************************************************************
7741  * *
7742  * This library is free software; you can redistribute it and/or *
7743  * modify it under the terms of the GNU Lesser General Public *
7744  * License as published by the Free Software Foundation; either *
7745  * version 2.1 of the License, or (at your option) any later version. *
7746  * *
7747  * This library is distributed in the hope that it will be useful, *
7748  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
7749  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
7750  * Lesser General Public License for more details. *
7751  * *
7752  * You should have received a copy of the GNU Lesser General Public *
7753  * License along with this library; if not, write to the Free Software *
7754  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
7755  * MA 02111-1307 USA *
7756  * *
7757  ***************************************************************************/
7758 
7759 
7760 #ifndef GWEN_URL_LIST2_H
7761 #define GWEN_URL_LIST2_H
7762 
7763 
7764 #ifdef __cplusplus
7765 extern "C" {
7766 #endif
7767 
7774  typedef struct GWEN_URL_LIST2 GWEN_URL_LIST2;
7775 
7780 
7785  void *user_data);
7786 
7791 
7796 
7800  void GWEN_Url_List2_Dump(GWEN_URL_LIST2 *l, FILE *f, unsigned int indent);
7801 
7806 
7812 
7818 
7824 
7831 
7838 
7844 
7850 
7855 
7860 
7865 
7870 
7875 
7881 
7887 
7893 
7907  void *user_data);
7908 
7909 
7910  typedef struct GWEN_URL_CONSTLIST2 GWEN_URL_CONSTLIST2;
7912  typedef const GWEN_URL*
7913  (GWEN_URL_CONSTLIST2_FOREACH)(const GWEN_URL *element,
7914  void *user_data);
7915 
7916 
7918 
7920 
7922 
7924 
7926 
7928 
7930 
7932 
7934 
7936 
7938 
7940 
7942 
7944 
7946 
7948 
7950 
7963  GWEN_URL_CONSTLIST2_FOREACH func, void *user_data);
7964 
7965 
7966 #ifdef __cplusplus
7967 }
7968 #endif
7969 
7970 
7971 #endif /* GWEN_URL_LIST_H */
7972 
7973 
7974 
7975 /***************************************************************************
7976  $RCSfile$
7977  -------------------
7978  cvs : $Id$
7979  begin : Sat Jun 28 2003
7980  copyright : (C) 2003 by Martin Preuss
7981  email : martin@libchipcard.de
7982 
7983  ***************************************************************************
7984  * *
7985  * This library is free software; you can redistribute it and/or *
7986  * modify it under the terms of the GNU Lesser General Public *
7987  * License as published by the Free Software Foundation; either *
7988  * version 2.1 of the License, or (at your option) any later version. *
7989  * *
7990  * This library is distributed in the hope that it will be useful, *
7991  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
7992  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
7993  * Lesser General Public License for more details. *
7994  * *
7995  * You should have received a copy of the GNU Lesser General Public *
7996  * License along with this library; if not, write to the Free Software *
7997  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
7998  * MA 02111-1307 USA *
7999  * *
8000  ***************************************************************************/
8001 
8002 
8003 #ifndef GWEN_URL_LIST1_H
8004 #define GWEN_URL_LIST1_H
8005 
8006 #ifdef __cplusplus
8007 extern "C" {
8008 #endif
8009 
8011  typedef struct GWEN_URL_LIST_ELEMENT {
8012  uint32_t id;
8015 
8022  typedef struct GWEN_URL_LIST GWEN_URL_LIST;
8023 
8027  typedef int GWENHYWFAR_CB (*GWEN_URL_LIST_SORT_FN)(const GWEN_URL *a, const GWEN_URL *b, int ascending);
8028 
8029 
8031  struct GWEN_URL_LIST {
8033  uint32_t count;
8034  uint32_t id;
8035  } GWEN_URL_LIST;
8036 
8042 
8047 
8053 
8060  void GWEN_Url_List_Del(GWEN_URL *element);
8061 
8066 
8071 
8077 
8082 
8087 
8092 
8097 
8102 
8107 
8113  void GWEN_Url_List_Sort(GWEN_URL_LIST *l, int ascending);
8114 
8115 
8116 #ifdef __cplusplus
8117 }
8118 #endif
8119 
8120 
8121 #endif
8122 
8123 
8124 
8125 /***************************************************************************
8126  $RCSfile$
8127  -------------------
8128  cvs : $Id$
8129  begin : Sat Jun 28 2003
8130  copyright : (C) 2003 by Martin Preuss
8131  email : martin@libchipcard.de
8132 
8133  ***************************************************************************
8134  * *
8135  * This library is free software; you can redistribute it and/or *
8136  * modify it under the terms of the GNU Lesser General Public *
8137  * License as published by the Free Software Foundation; either *
8138  * version 2.1 of the License, or (at your option) any later version. *
8139  * *
8140  * This library is distributed in the hope that it will be useful, *
8141  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
8142  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
8143  * Lesser General Public License for more details. *
8144  * *
8145  * You should have received a copy of the GNU Lesser General Public *
8146  * License along with this library; if not, write to the Free Software *
8147  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
8148  * MA 02111-1307 USA *
8149  * *
8150  ***************************************************************************/
8151 
8152 
8153 #ifndef GWEN_XMLNODE_NAMESPACE_LIST1_H
8154 #define GWEN_XMLNODE_NAMESPACE_LIST1_H
8155 
8156 #ifdef __cplusplus
8157 extern "C" {
8158 #endif
8159 
8162  uint32_t id;
8165 
8173 
8178 
8179 
8183  uint32_t count;
8184  uint32_t id;
8186 
8192 
8197 
8203 
8211 
8216 
8221 
8227 
8232 
8237 
8242 
8247 
8252 
8257 
8264 
8265 
8266 #ifdef __cplusplus
8267 }
8268 #endif
8269 
8270 
8271 #endif
8272 
8273 
8274 
8275 /***************************************************************************
8276  $RCSfile$
8277  -------------------
8278  cvs : $Id$
8279  begin : Sat Jun 28 2003
8280  copyright : (C) 2003 by Martin Preuss
8281  email : martin@libchipcard.de
8282 
8283  ***************************************************************************
8284  * *
8285  * This library is free software; you can redistribute it and/or *
8286  * modify it under the terms of the GNU Lesser General Public *
8287  * License as published by the Free Software Foundation; either *
8288  * version 2.1 of the License, or (at your option) any later version. *
8289  * *
8290  * This library is distributed in the hope that it will be useful, *
8291  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
8292  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
8293  * Lesser General Public License for more details. *
8294  * *
8295  * You should have received a copy of the GNU Lesser General Public *
8296  * License along with this library; if not, write to the Free Software *
8297  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
8298  * MA 02111-1307 USA *
8299  * *
8300  ***************************************************************************/
8301 
8302 
8303 #ifndef GWEN_XMLNODE_LIST2_H
8304 #define GWEN_XMLNODE_LIST2_H
8305 
8306 
8307 #ifdef __cplusplus
8308 extern "C" {
8309 #endif
8310 
8317  typedef struct GWEN_XMLNODE_LIST2 GWEN_XMLNODE_LIST2;
8318 
8323 
8328  void *user_data);
8329 
8334 
8339 
8343  void GWEN_XMLNode_List2_Dump(GWEN_XMLNODE_LIST2 *l, FILE *f, unsigned int indent);
8344 
8349 
8355 
8361 
8367 
8374 
8381 
8387 
8393 
8398 
8403 
8408 
8413 
8418 
8424 
8430 
8436 
8450  void *user_data);
8451 
8452 
8455  typedef const GWEN_XMLNODE*
8457  void *user_data);
8458 
8459 
8461 
8463 
8465 
8467 
8469 
8471 
8473 
8475 
8477 
8479 
8481 
8483 
8485 
8487 
8489 
8491 
8493 
8506  GWEN_XMLNODE_CONSTLIST2_FOREACH func, void *user_data);
8507 
8508 
8509 #ifdef __cplusplus
8510 }
8511 #endif
8512 
8513 
8514 #endif /* GWEN_XMLNODE_LIST_H */
8515 
8516 
8517 
8518 /***************************************************************************
8519  $RCSfile$
8520  -------------------
8521  cvs : $Id$
8522  begin : Sat Jun 28 2003
8523  copyright : (C) 2003 by Martin Preuss
8524  email : martin@libchipcard.de
8525 
8526  ***************************************************************************
8527  * *
8528  * This library is free software; you can redistribute it and/or *
8529  * modify it under the terms of the GNU Lesser General Public *
8530  * License as published by the Free Software Foundation; either *
8531  * version 2.1 of the License, or (at your option) any later version. *
8532  * *
8533  * This library is distributed in the hope that it will be useful, *
8534  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
8535  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
8536  * Lesser General Public License for more details. *
8537  * *
8538  * You should have received a copy of the GNU Lesser General Public *
8539  * License along with this library; if not, write to the Free Software *
8540  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
8541  * MA 02111-1307 USA *
8542  * *
8543  ***************************************************************************/
8544 
8545 
8546 #ifndef GWEN_XMLNODE_LIST1_H
8547 #define GWEN_XMLNODE_LIST1_H
8548 
8549 #ifdef __cplusplus
8550 extern "C" {
8551 #endif
8552 
8554  typedef struct GWEN_XMLNODE_LIST_ELEMENT {
8555  uint32_t id;
8558 
8565  typedef struct GWEN_XMLNODE_LIST GWEN_XMLNODE_LIST;
8566 
8570  typedef int GWENHYWFAR_CB (*GWEN_XMLNODE_LIST_SORT_FN)(const GWEN_XMLNODE *a, const GWEN_XMLNODE *b, int ascending);
8571 
8572 
8576  uint32_t count;
8577  uint32_t id;
8579 
8585 
8590 
8596 
8604 
8609 
8614 
8620 
8625 
8630 
8635 
8640 
8645 
8650 
8657 
8658 
8659 #ifdef __cplusplus
8660 }
8661 #endif
8662 
8663 
8664 #endif
8665 
8666 
8667 
8668 /***************************************************************************
8669  $RCSfile$
8670  -------------------
8671  cvs : $Id$
8672  begin : Sat Jun 28 2003
8673  copyright : (C) 2003 by Martin Preuss
8674  email : martin@libchipcard.de
8675 
8676  ***************************************************************************
8677  * *
8678  * This library is free software; you can redistribute it and/or *
8679  * modify it under the terms of the GNU Lesser General Public *
8680  * License as published by the Free Software Foundation; either *
8681  * version 2.1 of the License, or (at your option) any later version. *
8682  * *
8683  * This library is distributed in the hope that it will be useful, *
8684  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
8685  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
8686  * Lesser General Public License for more details. *
8687  * *
8688  * You should have received a copy of the GNU Lesser General Public *
8689  * License along with this library; if not, write to the Free Software *
8690  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
8691  * MA 02111-1307 USA *
8692  * *
8693  ***************************************************************************/
8694 
8695 
8696 #ifndef GWEN_XSD_NODE_LIST1_H
8697 #define GWEN_XSD_NODE_LIST1_H
8698 
8699 #ifdef __cplusplus
8700 extern "C" {
8701 #endif
8702 
8705  uint32_t id;
8708 
8715  typedef struct GWEN_XSD_NODE_LIST GWEN_XSD_NODE_LIST;
8716 
8720  typedef int GWENHYWFAR_CB (*GWEN_XSD_NODE_LIST_SORT_FN)(const GWEN_XSD_NODE *a, const GWEN_XSD_NODE *b, int ascending);
8721 
8722 
8726  uint32_t count;
8727  uint32_t id;
8729 
8735 
8740 
8746 
8754 
8759 
8764 
8770 
8775 
8780 
8785 
8790 
8795 
8800 
8807 
8808 
8809 #ifdef __cplusplus
8810 }
8811 #endif
8812 
8813 
8814 #endif
8815 
8816 
8817 
GWEN_XsdNode_List_Add
void GWEN_XsdNode_List_Add(GWEN_XSD_NODE *element, GWEN_XSD_NODE_LIST *list)
pr_ConstList2Iterator_Data
const t * pr_ConstList2Iterator_Data(t_CONSTLIST2_ITERATOR *li)
GWEN_Crypt_Key_List2_GetFront
GWEN_CRYPT_KEY * GWEN_Crypt_Key_List2_GetFront(GWEN_CRYPT_KEY_LIST2 *l)
GWEN_CryptHead_List_Add
void GWEN_CryptHead_List_Add(GWEN_CRYPTHEAD *element, GWEN_CRYPTHEAD_LIST *list)
GWEN_Crypt_CryptAlgo_List2Iterator_new
GWEN_CRYPT_CRYPTALGO_LIST2_ITERATOR * GWEN_Crypt_CryptAlgo_List2Iterator_new(GWEN_CRYPT_CRYPTALGO_LIST2 *l)
GWEN_MDigest_List2_free
void GWEN_MDigest_List2_free(GWEN_MDIGEST_LIST2 *l)
GWEN_Dialog_List2_PushBack
void GWEN_Dialog_List2_PushBack(GWEN_DIALOG_LIST2 *l, GWEN_DIALOG *p)
GWEN_Crypt_HashAlgo_List2_GetBack
GWEN_CRYPT_HASHALGO * GWEN_Crypt_HashAlgo_List2_GetBack(GWEN_CRYPT_HASHALGO_LIST2 *l)
GWEN_SslCertDescr_List_new
GWEN_SSLCERTDESCR_LIST * GWEN_SslCertDescr_List_new()
GWEN_Socket_List_Previous
GWEN_SOCKET * GWEN_Socket_List_Previous(const GWEN_SOCKET *element)
GWEN_Crypt_Token_Context_List_SetSortFn
GWEN_CRYPT_TOKEN_CONTEXT_LIST_SORT_FN GWEN_Crypt_Token_Context_List_SetSortFn(GWEN_CRYPT_TOKEN_CONTEXT_LIST *l, GWEN_CRYPT_TOKEN_CONTEXT_LIST_SORT_FN fn)
GWEN_MDigest_ConstList2_GetFront
const GWEN_MDIGEST * GWEN_MDigest_ConstList2_GetFront(GWEN_MDIGEST_CONSTLIST2 *l)
HTML_FONT_LIST__ELEMENT
struct HTML_FONT_LIST_ELEMENT HTML_FONT_LIST__ELEMENT
GWEN_XsdNode_List_Next
GWEN_XSD_NODE * GWEN_XsdNode_List_Next(const GWEN_XSD_NODE *element)
GWEN_TLV_List_Del
void GWEN_TLV_List_Del(GWEN_TLV *element)
GWEN_XMLNode_List2_ForEach
GWEN_XMLNODE * GWEN_XMLNode_List2_ForEach(GWEN_XMLNODE_LIST2 *list, GWEN_XMLNODE_LIST2_FOREACH func, void *user_data)
GWEN_Crypt_CryptAlgo_ConstList2Iterator_Data
const GWEN_CRYPT_CRYPTALGO * GWEN_Crypt_CryptAlgo_ConstList2Iterator_Data(GWEN_CRYPT_CRYPTALGO_CONSTLIST2_ITERATOR *li)
GWEN_URL_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:8012
GWEN_Crypt_Token_List2Iterator_Previous
GWEN_CRYPT_TOKEN * GWEN_Crypt_Token_List2Iterator_Previous(GWEN_CRYPT_TOKEN_LIST2_ITERATOR *li)
GWEN_Crypt_HashAlgo_List2_Dump
void GWEN_Crypt_HashAlgo_List2_Dump(GWEN_CRYPT_HASHALGO_LIST2 *l, FILE *f, unsigned int indent)
HtmlFont_List_Next
HTML_FONT * HtmlFont_List_Next(const HTML_FONT *element)
GWEN_Crypt_CryptAlgo_List2_Dump
void GWEN_Crypt_CryptAlgo_List2_Dump(GWEN_CRYPT_CRYPTALGO_LIST2 *l, FILE *f, unsigned int indent)
GWEN_Crypt_Token_ConstList2_free
void GWEN_Crypt_Token_ConstList2_free(GWEN_CRYPT_TOKEN_CONSTLIST2 *l)
GWEN_Crypt_Key_List2_First
GWEN_CRYPT_KEY_LIST2_ITERATOR * GWEN_Crypt_Key_List2_First(GWEN_CRYPT_KEY_LIST2 *l)
GWEN_Dialog_List_First
GWEN_DIALOG * GWEN_Dialog_List_First(const GWEN_DIALOG_LIST *l)
GWEN_Crypt_PaddAlgo_ConstList2Iterator_free
void GWEN_Crypt_PaddAlgo_ConstList2Iterator_free(GWEN_CRYPT_PADDALGO_CONSTLIST2_ITERATOR *li)
GWEN_SarFileHeader_ConstList2_PushFront
void GWEN_SarFileHeader_ConstList2_PushFront(GWEN_SAR_FILEHEADER_CONSTLIST2 *l, const GWEN_SAR_FILEHEADER *p)
GWEN_SslCertDescr_List2_GetSize
unsigned int GWEN_SslCertDescr_List2_GetSize(GWEN_SSLCERTDESCR_LIST2 *l)
GWEN_SslCertDescr_List2_PopBack
void GWEN_SslCertDescr_List2_PopBack(GWEN_SSLCERTDESCR_LIST2 *l)
GWEN_FSLock_List2Iterator_Previous
GWEN_FSLOCK * GWEN_FSLock_List2Iterator_Previous(GWEN_FSLOCK_LIST2_ITERATOR *li)
GWEN_SOCKET_LIST_ELEMENT
Definition: listdoc.h:4117
GWEN_Crypt_Key_List2_GetSize
unsigned int GWEN_Crypt_Key_List2_GetSize(GWEN_CRYPT_KEY_LIST2 *l)
GWEN_SslCertDescr_List2_PushFront
void GWEN_SslCertDescr_List2_PushFront(GWEN_SSLCERTDESCR_LIST2 *l, GWEN_SSLCERTDESCR *p)
GWEN_Crypt_CryptAlgo_List2_PopFront
void GWEN_Crypt_CryptAlgo_List2_PopFront(GWEN_CRYPT_CRYPTALGO_LIST2 *l)
GWEN_SAR_FILEHEADER_LIST::count
uint32_t count
Definition: listdoc.h:3203
GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2_FOREACH
const GWEN_CRYPT_TOKEN_KEYINFO *() GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2_FOREACH(const GWEN_CRYPT_TOKEN_KEYINFO *element, void *user_data)
Definition: listdoc.h:1754
HTML_FONT_LIST_ELEMENT
Definition: listdoc.h:3574
GWEN_InheritData_List_Next
GWEN_INHERITDATA * GWEN_InheritData_List_Next(const GWEN_INHERITDATA *element)
GWEN_FSLOCK_LIST2_FOREACH
GWEN_FSLOCK *() GWEN_FSLOCK_LIST2_FOREACH(GWEN_FSLOCK *element, void *user_data)
Definition: listdoc.h:2561
GWEN_Crypt_Token_KeyInfo_List2Iterator_free
void GWEN_Crypt_Token_KeyInfo_List2Iterator_free(GWEN_CRYPT_TOKEN_KEYINFO_LIST2_ITERATOR *li)
GWEN_TLV_List_Sort
void GWEN_TLV_List_Sort(GWEN_TLV_LIST *l, int ascending)
GWEN_TLV_LIST
struct GWEN_TLV_LIST GWEN_TLV_LIST
Definition: listdoc.h:7629
GWEN_CRYPTHEAD_LIST
struct GWEN_CRYPTHEAD_LIST GWEN_CRYPTHEAD_LIST
Definition: listdoc.h:291
GWEN_Tag16_List_free
void GWEN_Tag16_List_free(GWEN_TAG16_LIST *l)
GWEN_Dialog_List2_Clear
void GWEN_Dialog_List2_Clear(GWEN_DIALOG_LIST2 *l)
GWEN_Crypt_HashAlgo_ConstList2_PopBack
void GWEN_Crypt_HashAlgo_ConstList2_PopBack(GWEN_CRYPT_HASHALGO_CONSTLIST2 *l)
GWEN_DBIO_LIST_ELEMENT::nextObject
GWEN_DBIO * nextObject
Definition: listdoc.h:2004
pr_ConstList2Iterator_new
t_CONSTLIST2_ITERATOR * pr_ConstList2Iterator_new(t_CONSTLIST2 *l)
GWEN_SslCertDescr_List2_free
void GWEN_SslCertDescr_List2_free(GWEN_SSLCERTDESCR_LIST2 *l)
GWEN_CRYPT_TOKEN_LIST::id
uint32_t id
Definition: listdoc.h:1089
GWEN_CRYPT_TOKEN_KEYINFO
struct GWEN_CRYPT_TOKEN_KEYINFO GWEN_CRYPT_TOKEN_KEYINFO
Definition: ct_keyinfo.h:127
GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2_FOREACH
const GWEN_CRYPT_TOKEN_CONTEXT *() GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2_FOREACH(const GWEN_CRYPT_TOKEN_CONTEXT *element, void *user_data)
Definition: listdoc.h:1361
GWEN_SigTail_List_AddList
void GWEN_SigTail_List_AddList(GWEN_SIGTAIL_LIST *dst, GWEN_SIGTAIL_LIST *l)
GWEN_SigHead_List_Clear
void GWEN_SigHead_List_Clear(GWEN_SIGHEAD_LIST *l)
GWEN_Crypt_Token_Context_List_Sort
void GWEN_Crypt_Token_Context_List_Sort(GWEN_CRYPT_TOKEN_CONTEXT_LIST *l, int ascending)
GWEN_Crypt_Token_Context_ConstList2_PushFront
void GWEN_Crypt_Token_Context_ConstList2_PushFront(GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2 *l, const GWEN_CRYPT_TOKEN_CONTEXT *p)
GWEN_CRYPT_CRYPTALGO_LIST2_FOREACH
GWEN_CRYPT_CRYPTALGO *() GWEN_CRYPT_CRYPTALGO_LIST2_FOREACH(GWEN_CRYPT_CRYPTALGO *element, void *user_data)
Definition: listdoc.h:53
GWEN_Crypt_Token_List2_PushFront
void GWEN_Crypt_Token_List2_PushFront(GWEN_CRYPT_TOKEN_LIST2 *l, GWEN_CRYPT_TOKEN *p)
GWEN_Crypt_Token_Context_ConstList2_PushBack
void GWEN_Crypt_Token_Context_ConstList2_PushBack(GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2 *l, const GWEN_CRYPT_TOKEN_CONTEXT *p)
GWEN_SslCertDescr_List2Iterator_new
GWEN_SSLCERTDESCR_LIST2_ITERATOR * GWEN_SslCertDescr_List2Iterator_new(GWEN_SSLCERTDESCR_LIST2 *l)
GWEN_PLUGIN_DESCRIPTION
struct GWEN_PLUGIN_DESCRIPTION GWEN_PLUGIN_DESCRIPTION
Definition: plugindescr.h:41
GWEN_Crypt_Key_ConstList2Iterator_Previous
const GWEN_CRYPT_KEY * GWEN_Crypt_Key_ConstList2Iterator_Previous(GWEN_CRYPT_KEY_CONSTLIST2_ITERATOR *li)
GWEN_PluginDescription_List2_GetBack
GWEN_PLUGIN_DESCRIPTION * GWEN_PluginDescription_List2_GetBack(GWEN_PLUGIN_DESCRIPTION_LIST2 *l)
GWEN_SslCertDescr_ConstList2_ForEach
const GWEN_SSLCERTDESCR * GWEN_SslCertDescr_ConstList2_ForEach(GWEN_SSLCERTDESCR_CONSTLIST2 *list, GWEN_SSLCERTDESCR_CONSTLIST2_FOREACH func, void *user_data)
GWEN_Tag16_List_Clear
void GWEN_Tag16_List_Clear(GWEN_TAG16_LIST *l)
GWEN_XMLNODE_LIST__ELEMENT
struct GWEN_XMLNODE_LIST_ELEMENT GWEN_XMLNODE_LIST__ELEMENT
GWEN_PLUGIN_DESCRIPTION_LIST
Definition: listdoc.h:6495
GWEN_Crypt_PaddAlgo_ConstList2_First
GWEN_CRYPT_PADDALGO_CONSTLIST2_ITERATOR * GWEN_Crypt_PaddAlgo_ConstList2_First(GWEN_CRYPT_PADDALGO_CONSTLIST2 *l)
GWEN_Tag16_List_Add
void GWEN_Tag16_List_Add(GWEN_TAG16 *element, GWEN_TAG16_LIST *list)
GWEN_SigTail_List_Last
GWEN_SIGTAIL * GWEN_SigTail_List_Last(const GWEN_SIGTAIL_LIST *l)
GWEN_Dialog_ConstList2_PopBack
void GWEN_Dialog_ConstList2_PopBack(GWEN_DIALOG_CONSTLIST2 *l)
GWEN_Crypt_HashAlgo_List2_GetFront
GWEN_CRYPT_HASHALGO * GWEN_Crypt_HashAlgo_List2_GetFront(GWEN_CRYPT_HASHALGO_LIST2 *l)
GWEN_XSD_NODE_LIST
struct GWEN_XSD_NODE_LIST GWEN_XSD_NODE_LIST
Definition: listdoc.h:8715
GWEN_SAR_FILEHEADER_LIST2_ITERATOR
struct GWEN_SAR_FILEHEADER_LIST2_ITERATOR GWEN_SAR_FILEHEADER_LIST2_ITERATOR
Definition: listdoc.h:2949
GWEN_FSLock_List2_free
void GWEN_FSLock_List2_free(GWEN_FSLOCK_LIST2 *l)
GWEN_CRYPT_HASHALGO_LIST2_ITERATOR
struct GWEN_CRYPT_HASHALGO_LIST2_ITERATOR GWEN_CRYPT_HASHALGO_LIST2_ITERATOR
Definition: listdoc.h:3342
GWEN_FSLock_List2_First
GWEN_FSLOCK_LIST2_ITERATOR * GWEN_FSLock_List2_First(GWEN_FSLOCK_LIST2 *l)
GWEN_TLV_List_Add
void GWEN_TLV_List_Add(GWEN_TLV *element, GWEN_TLV_LIST *list)
GWEN_Crypt_PaddAlgo_List2_free
void GWEN_Crypt_PaddAlgo_List2_free(GWEN_CRYPT_PADDALGO_LIST2 *l)
GWEN_Crypt_HashAlgo_ConstList2Iterator_Previous
const GWEN_CRYPT_HASHALGO * GWEN_Crypt_HashAlgo_ConstList2Iterator_Previous(GWEN_CRYPT_HASHALGO_CONSTLIST2_ITERATOR *li)
GWEN_SslCertDescr_ConstList2_PushFront
void GWEN_SslCertDescr_ConstList2_PushFront(GWEN_SSLCERTDESCR_CONSTLIST2 *l, const GWEN_SSLCERTDESCR *p)
GWEN_Url_List2_GetFront
GWEN_URL * GWEN_Url_List2_GetFront(GWEN_URL_LIST2 *l)
GWEN_DBIO_LIST::count
uint32_t count
Definition: listdoc.h:2024
GWEN_FSLock_List_SetSortFn
GWEN_FSLOCK_LIST_SORT_FN GWEN_FSLock_List_SetSortFn(GWEN_FSLOCK_LIST *l, GWEN_FSLOCK_LIST_SORT_FN fn)
GWEN_Crypt_Token_KeyInfo_List2_Clear
void GWEN_Crypt_Token_KeyInfo_List2_Clear(GWEN_CRYPT_TOKEN_KEYINFO_LIST2 *l)
GWEN_XMLNode_List2Iterator_Data
GWEN_XMLNODE * GWEN_XMLNode_List2Iterator_Data(GWEN_XMLNODE_LIST2_ITERATOR *li)
GWEN_Url_ConstList2_ForEach
const GWEN_URL * GWEN_Url_ConstList2_ForEach(GWEN_URL_CONSTLIST2 *list, GWEN_URL_CONSTLIST2_FOREACH func, void *user_data)
GWEN_Dialog_List_Next
GWEN_DIALOG * GWEN_Dialog_List_Next(const GWEN_DIALOG *element)
GWEN_TLV_List_AddList
void GWEN_TLV_List_AddList(GWEN_TLV_LIST *dst, GWEN_TLV_LIST *l)
GWEN_INHERITDATA_LIST_SORT_FN
int GWENHYWFAR_CB(* GWEN_INHERITDATA_LIST_SORT_FN)(const GWEN_INHERITDATA *a, const GWEN_INHERITDATA *b, int ascending)
Definition: listdoc.h:4283
GWEN_SarFileHeader_List2_Erase
void GWEN_SarFileHeader_List2_Erase(GWEN_SAR_FILEHEADER_LIST2 *l, GWEN_SAR_FILEHEADER_LIST2_ITERATOR *it)
GWEN_XMLNode_NameSpace_List_Previous
GWEN_XMLNODE_NAMESPACE * GWEN_XMLNode_NameSpace_List_Previous(const GWEN_XMLNODE_NAMESPACE *element)
GWEN_Crypt_Key_List2_PopFront
void GWEN_Crypt_Key_List2_PopFront(GWEN_CRYPT_KEY_LIST2 *l)
GWEN_SIGTAIL_LIST::count
uint32_t count
Definition: listdoc.h:6797
GWEN_MDigest_ConstList2_Last
GWEN_MDIGEST_CONSTLIST2_ITERATOR * GWEN_MDigest_ConstList2_Last(GWEN_MDIGEST_CONSTLIST2 *l)
GWEN_PluginDescription_List2Iterator_Previous
GWEN_PLUGIN_DESCRIPTION * GWEN_PluginDescription_List2Iterator_Previous(GWEN_PLUGIN_DESCRIPTION_LIST2_ITERATOR *li)
GWEN_InheritData_List_Sort
void GWEN_InheritData_List_Sort(GWEN_INHERITDATA_LIST *l, int ascending)
GWEN_MDigest_List2_PushFront
void GWEN_MDigest_List2_PushFront(GWEN_MDIGEST_LIST2 *l, GWEN_MDIGEST *p)
GWEN_Url_List_Sort
void GWEN_Url_List_Sort(GWEN_URL_LIST *l, int ascending)
GWEN_DIALOG_CONSTLIST2_FOREACH
const GWEN_DIALOG *() GWEN_DIALOG_CONSTLIST2_FOREACH(const GWEN_DIALOG *element, void *user_data)
Definition: listdoc.h:2297
GWEN_Param_ConstList2Iterator_new
GWEN_PARAM_CONSTLIST2_ITERATOR * GWEN_Param_ConstList2Iterator_new(GWEN_PARAM_CONSTLIST2 *l)
GWEN_FSLock_List2_Last
GWEN_FSLOCK_LIST2_ITERATOR * GWEN_FSLock_List2_Last(GWEN_FSLOCK_LIST2 *l)
GWEN_Crypt_HashAlgo_List2Iterator_free
void GWEN_Crypt_HashAlgo_List2Iterator_free(GWEN_CRYPT_HASHALGO_LIST2_ITERATOR *li)
GWEN_MDigest_ConstList2_free
void GWEN_MDigest_ConstList2_free(GWEN_MDIGEST_CONSTLIST2 *l)
GWEN_Dialog_ConstList2_Clear
void GWEN_Dialog_ConstList2_Clear(GWEN_DIALOG_CONSTLIST2 *l)
GWEN_Crypt_HashAlgo_ConstList2_GetBack
const GWEN_CRYPT_HASHALGO * GWEN_Crypt_HashAlgo_ConstList2_GetBack(GWEN_CRYPT_HASHALGO_CONSTLIST2 *l)
GWEN_SYNCIO_LIST_SORT_FN
int GWENHYWFAR_CB(* GWEN_SYNCIO_LIST_SORT_FN)(const GWEN_SYNCIO *a, const GWEN_SYNCIO *b, int ascending)
Definition: listdoc.h:7334
MYSTRUCT_LIST::count
uint32_t count
Definition: listdoc.h:4589
GWEN_Url_ConstList2Iterator_free
void GWEN_Url_ConstList2Iterator_free(GWEN_URL_CONSTLIST2_ITERATOR *li)
GWEN_Crypt_Token_KeyInfo_List_AddList
void GWEN_Crypt_Token_KeyInfo_List_AddList(GWEN_CRYPT_TOKEN_KEYINFO_LIST *dst, GWEN_CRYPT_TOKEN_KEYINFO_LIST *l)
GWEN_MDigest_List_Next
GWEN_MDIGEST * GWEN_MDigest_List_Next(const GWEN_MDIGEST *element)
GWEN_CRYPT_HASHALGO_LIST2_FOREACH
GWEN_CRYPT_HASHALGO *() GWEN_CRYPT_HASHALGO_LIST2_FOREACH(GWEN_CRYPT_HASHALGO *element, void *user_data)
Definition: listdoc.h:3347
GWEN_SYNCIO
struct GWEN_SYNCIO GWEN_SYNCIO
Definition: syncio.h:40
GWEN_Crypt_Token_Context_List_Del
void GWEN_Crypt_Token_Context_List_Del(GWEN_CRYPT_TOKEN_CONTEXT *element)
GWEN_MDigest_ConstList2_GetBack
const GWEN_MDIGEST * GWEN_MDigest_ConstList2_GetBack(GWEN_MDIGEST_CONSTLIST2 *l)
GWEN_MDigest_List_free
void GWEN_MDigest_List_free(GWEN_MDIGEST_LIST *l)
MyStruct_List_free
void MyStruct_List_free(MYSTRUCT_LIST *l)
GWEN_SyncIo_List_Last
GWEN_SYNCIO * GWEN_SyncIo_List_Last(const GWEN_SYNCIO_LIST *l)
GWEN_Url_List2_ForEach
GWEN_URL * GWEN_Url_List2_ForEach(GWEN_URL_LIST2 *list, GWEN_URL_LIST2_FOREACH func, void *user_data)
GWEN_Dialog_ConstList2Iterator_Data
const GWEN_DIALOG * GWEN_Dialog_ConstList2Iterator_Data(GWEN_DIALOG_CONSTLIST2_ITERATOR *li)
GWEN_Crypt_PaddAlgo_ConstList2_PopFront
void GWEN_Crypt_PaddAlgo_ConstList2_PopFront(GWEN_CRYPT_PADDALGO_CONSTLIST2 *l)
GWEN_PluginDescription_ConstList2_Last
GWEN_PLUGIN_DESCRIPTION_CONSTLIST2_ITERATOR * GWEN_PluginDescription_ConstList2_Last(GWEN_PLUGIN_DESCRIPTION_CONSTLIST2 *l)
GWEN_DBIO_List_Add
void GWEN_DBIO_List_Add(GWEN_DBIO *element, GWEN_DBIO_LIST *list)
GWEN_SAR_FILEHEADER_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:3182
GWEN_PLUGIN_DESCRIPTION_LIST_ELEMENT::nextObject
GWEN_PLUGIN_DESCRIPTION * nextObject
Definition: listdoc.h:6477
GWEN_Url_ConstList2_new
GWEN_URL_CONSTLIST2 * GWEN_Url_ConstList2_new()
GWEN_SarFileHeader_List_Next
GWEN_SAR_FILEHEADER * GWEN_SarFileHeader_List_Next(const GWEN_SAR_FILEHEADER *element)
GWEN_Crypt_Token_List_Previous
GWEN_CRYPT_TOKEN * GWEN_Crypt_Token_List_Previous(const GWEN_CRYPT_TOKEN *element)
GWEN_PluginDescription_List_GetCount
uint32_t GWEN_PluginDescription_List_GetCount(const GWEN_PLUGIN_DESCRIPTION_LIST *l)
GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2
struct GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2 GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2
Definition: listdoc.h:1358
pr_List_new
t_LIST * pr_List_new()
GWEN_TLV_LIST_SORT_FN
int GWENHYWFAR_CB(* GWEN_TLV_LIST_SORT_FN)(const GWEN_TLV *a, const GWEN_TLV *b, int ascending)
Definition: listdoc.h:7634
GWEN_SigTail_List_SetSortFn
GWEN_SIGTAIL_LIST_SORT_FN GWEN_SigTail_List_SetSortFn(GWEN_SIGTAIL_LIST *l, GWEN_SIGTAIL_LIST_SORT_FN fn)
GWEN_PARAM_LIST2_FOREACH
GWEN_PARAM *() GWEN_PARAM_LIST2_FOREACH(GWEN_PARAM *element, void *user_data)
Definition: listdoc.h:5855
GWEN_Crypt_Token_List_AddList
void GWEN_Crypt_Token_List_AddList(GWEN_CRYPT_TOKEN_LIST *dst, GWEN_CRYPT_TOKEN_LIST *l)
MYSTRUCT_LIST_ELEMENT
Definition: listdoc.h:4567
GWEN_TLV_List_Previous
GWEN_TLV * GWEN_TLV_List_Previous(const GWEN_TLV *element)
GWEN_SigTail_List_free
void GWEN_SigTail_List_free(GWEN_SIGTAIL_LIST *l)
GWEN_Crypt_Token_Context_ConstList2Iterator_Next
const GWEN_CRYPT_TOKEN_CONTEXT * GWEN_Crypt_Token_Context_ConstList2Iterator_Next(GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2_ITERATOR *li)
GWEN_XMLNode_List_Last
GWEN_XMLNODE * GWEN_XMLNode_List_Last(const GWEN_XMLNODE_LIST *l)
GWEN_Dialog_List2Iterator_Previous
GWEN_DIALOG * GWEN_Dialog_List2Iterator_Previous(GWEN_DIALOG_LIST2_ITERATOR *li)
GWEN_FSLOCK_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:2789
GWEN_FSLock_List2_PushBack
void GWEN_FSLock_List2_PushBack(GWEN_FSLOCK_LIST2 *l, GWEN_FSLOCK *p)
GWEN_CRYPT_TOKEN_CONTEXT_LIST::id
uint32_t id
Definition: listdoc.h:1482
GWEN_Crypt_Key_ConstList2_Last
GWEN_CRYPT_KEY_CONSTLIST2_ITERATOR * GWEN_Crypt_Key_ConstList2_Last(GWEN_CRYPT_KEY_CONSTLIST2 *l)
GWEN_SslCertDescr_ConstList2Iterator_new
GWEN_SSLCERTDESCR_CONSTLIST2_ITERATOR * GWEN_SslCertDescr_ConstList2Iterator_new(GWEN_SSLCERTDESCR_CONSTLIST2 *l)
HtmlFont_List_GetCount
uint32_t HtmlFont_List_GetCount(const HTML_FONT_LIST *l)
pr_List2_GetBack
t * pr_List2_GetBack(t_LIST2 *l)
GWEN_InheritData_List_AddList
void GWEN_InheritData_List_AddList(GWEN_INHERITDATA_LIST *dst, GWEN_INHERITDATA_LIST *l)
GWEN_FSLock_ConstList2_GetFront
const GWEN_FSLOCK * GWEN_FSLock_ConstList2_GetFront(GWEN_FSLOCK_CONSTLIST2 *l)
GWEN_SslCertDescr_ConstList2_First
GWEN_SSLCERTDESCR_CONSTLIST2_ITERATOR * GWEN_SslCertDescr_ConstList2_First(GWEN_SSLCERTDESCR_CONSTLIST2 *l)
GWEN_CRYPT_KEY_LIST::first
GWEN_CRYPT_KEY * first
Definition: listdoc.h:694
GWEN_SAR_FILEHEADER
struct GWEN_SAR_FILEHEADER GWEN_SAR_FILEHEADER
Definition: gwen_sar_fileheader.h:123
GWEN_FSLock_ConstList2_First
GWEN_FSLOCK_CONSTLIST2_ITERATOR * GWEN_FSLock_ConstList2_First(GWEN_FSLOCK_CONSTLIST2 *l)
GWEN_CRYPT_KEY_LIST2_ITERATOR
struct GWEN_CRYPT_KEY_LIST2_ITERATOR GWEN_CRYPT_KEY_LIST2_ITERATOR
Definition: listdoc.h:441
GWEN_XMLNode_List2Iterator_Next
GWEN_XMLNODE * GWEN_XMLNode_List2Iterator_Next(GWEN_XMLNODE_LIST2_ITERATOR *li)
GWEN_Crypt_Token_List_Del
void GWEN_Crypt_Token_List_Del(GWEN_CRYPT_TOKEN *element)
pr_List2_Last
t_LIST2_ITERATOR * pr_List2_Last(t_LIST2 *l)
MYSTRUCT_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:4568
pr_List2_new
t_LIST2 * pr_List2_new()
GWEN_Crypt_PaddAlgo_List2_ForEach
GWEN_CRYPT_PADDALGO * GWEN_Crypt_PaddAlgo_List2_ForEach(GWEN_CRYPT_PADDALGO_LIST2 *list, GWEN_CRYPT_PADDALGO_LIST2_FOREACH func, void *user_data)
GWEN_InheritData_List_free
void GWEN_InheritData_List_free(GWEN_INHERITDATA_LIST *l)
GWEN_SOCKET_LIST2_FOREACH
GWEN_SOCKET *() GWEN_SOCKET_LIST2_FOREACH(GWEN_SOCKET *element, void *user_data)
Definition: listdoc.h:3890
GWEN_MDigest_List_Sort
void GWEN_MDigest_List_Sort(GWEN_MDIGEST_LIST *l, int ascending)
GWEN_SigHead_List_GetCount
uint32_t GWEN_SigHead_List_GetCount(const GWEN_SIGHEAD_LIST *l)
GWEN_FSLock_List2_Erase
void GWEN_FSLock_List2_Erase(GWEN_FSLOCK_LIST2 *l, GWEN_FSLOCK_LIST2_ITERATOR *it)
GWEN_CRYPT_CRYPTALGO_CONSTLIST2
struct GWEN_CRYPT_CRYPTALGO_CONSTLIST2 GWEN_CRYPT_CRYPTALGO_CONSTLIST2
Definition: listdoc.h:179
GWEN_SAR_FILEHEADER_LIST
struct GWEN_SAR_FILEHEADER_LIST GWEN_SAR_FILEHEADER_LIST
Definition: listdoc.h:3192
GWEN_Url_List_Next
GWEN_URL * GWEN_Url_List_Next(const GWEN_URL *element)
GWEN_Tag16_List_new
GWEN_TAG16_LIST * GWEN_Tag16_List_new()
MyStruct_List_Add
void MyStruct_List_Add(MYSTRUCT *element, MYSTRUCT_LIST *list)
GWEN_Crypt_CryptAlgo_List2_PushFront
void GWEN_Crypt_CryptAlgo_List2_PushFront(GWEN_CRYPT_CRYPTALGO_LIST2 *l, GWEN_CRYPT_CRYPTALGO *p)
GWEN_SAR_FILEHEADER_LIST_SORT_FN
int GWENHYWFAR_CB(* GWEN_SAR_FILEHEADER_LIST_SORT_FN)(const GWEN_SAR_FILEHEADER *a, const GWEN_SAR_FILEHEADER *b, int ascending)
Definition: listdoc.h:3197
pr_List2_GetFront
t * pr_List2_GetFront(t_LIST2 *l)
GWEN_MDIGEST_LIST
Definition: listdoc.h:5466
HtmlImage_List_GetCount
uint32_t HtmlImage_List_GetCount(const HTML_IMAGE_LIST *l)
GWEN_Crypt_Token_Context_ConstList2Iterator_Data
const GWEN_CRYPT_TOKEN_CONTEXT * GWEN_Crypt_Token_Context_ConstList2Iterator_Data(GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2_ITERATOR *li)
GWEN_Param_ConstList2_PopBack
void GWEN_Param_ConstList2_PopBack(GWEN_PARAM_CONSTLIST2 *l)
GWEN_XMLNode_List_First
GWEN_XMLNODE * GWEN_XMLNode_List_First(const GWEN_XMLNODE_LIST *l)
GWEN_Url_List2_new
GWEN_URL_LIST2 * GWEN_Url_List2_new()
GWEN_SSLCERTDESCR_CONSTLIST2_ITERATOR
struct GWEN_SSLCERTDESCR_CONSTLIST2_ITERATOR GWEN_SSLCERTDESCR_CONSTLIST2_ITERATOR
Definition: listdoc.h:7068
GWEN_Dialog_List2_Erase
void GWEN_Dialog_List2_Erase(GWEN_DIALOG_LIST2 *l, GWEN_DIALOG_LIST2_ITERATOR *it)
GWEN_XMLNode_NameSpace_List_First
GWEN_XMLNODE_NAMESPACE * GWEN_XMLNode_NameSpace_List_First(const GWEN_XMLNODE_NAMESPACE_LIST *l)
GWEN_TAG16_LIST__ELEMENT
struct GWEN_TAG16_LIST_ELEMENT GWEN_TAG16_LIST__ELEMENT
GWEN_MDigest_List2_GetBack
GWEN_MDIGEST * GWEN_MDigest_List2_GetBack(GWEN_MDIGEST_LIST2 *l)
GWEN_MDigest_List2Iterator_new
GWEN_MDIGEST_LIST2_ITERATOR * GWEN_MDigest_List2Iterator_new(GWEN_MDIGEST_LIST2 *l)
GWEN_Param_List2_Clear
void GWEN_Param_List2_Clear(GWEN_PARAM_LIST2 *l)
HTML_IMAGE_LIST
struct HTML_IMAGE_LIST HTML_IMAGE_LIST
Definition: listdoc.h:3735
GWEN_CRYPT_TOKEN_KEYINFO_LIST
struct GWEN_CRYPT_TOKEN_KEYINFO_LIST GWEN_CRYPT_TOKEN_KEYINFO_LIST
Definition: listdoc.h:1863
GWEN_XMLNode_ConstList2Iterator_free
void GWEN_XMLNode_ConstList2Iterator_free(GWEN_XMLNODE_CONSTLIST2_ITERATOR *li)
GWEN_SarFileHeader_ConstList2_new
GWEN_SAR_FILEHEADER_CONSTLIST2 * GWEN_SarFileHeader_ConstList2_new()
pr_List_AddList
void pr_List_AddList(t_LIST *dst, t_LIST *l)
GWEN_InheritData_List_Last
GWEN_INHERITDATA * GWEN_InheritData_List_Last(const GWEN_INHERITDATA_LIST *l)
GWEN_XsdNode_List_Sort
void GWEN_XsdNode_List_Sort(GWEN_XSD_NODE_LIST *l, int ascending)
GWEN_Crypt_Key_ConstList2_PushBack
void GWEN_Crypt_Key_ConstList2_PushBack(GWEN_CRYPT_KEY_CONSTLIST2 *l, const GWEN_CRYPT_KEY *p)
GWEN_SarFileHeader_ConstList2Iterator_new
GWEN_SAR_FILEHEADER_CONSTLIST2_ITERATOR * GWEN_SarFileHeader_ConstList2Iterator_new(GWEN_SAR_FILEHEADER_CONSTLIST2 *l)
GWEN_SarFileHeader_List2_PushFront
void GWEN_SarFileHeader_List2_PushFront(GWEN_SAR_FILEHEADER_LIST2 *l, GWEN_SAR_FILEHEADER *p)
GWEN_PluginDescription_ConstList2_PushFront
void GWEN_PluginDescription_ConstList2_PushFront(GWEN_PLUGIN_DESCRIPTION_CONSTLIST2 *l, const GWEN_PLUGIN_DESCRIPTION *p)
GWEN_FSLock_List_new
GWEN_FSLOCK_LIST * GWEN_FSLock_List_new()
GWEN_CRYPT_HASHALGO_CONSTLIST2_ITERATOR
struct GWEN_CRYPT_HASHALGO_CONSTLIST2_ITERATOR GWEN_CRYPT_HASHALGO_CONSTLIST2_ITERATOR
Definition: listdoc.h:3474
GWEN_CRYPT_KEY_CONSTLIST2_FOREACH
const GWEN_CRYPT_KEY *() GWEN_CRYPT_KEY_CONSTLIST2_FOREACH(const GWEN_CRYPT_KEY *element, void *user_data)
Definition: listdoc.h:575
GWEN_PluginDescription_ConstList2_First
GWEN_PLUGIN_DESCRIPTION_CONSTLIST2_ITERATOR * GWEN_PluginDescription_ConstList2_First(GWEN_PLUGIN_DESCRIPTION_CONSTLIST2 *l)
GWEN_FSLOCK_LIST::count
uint32_t count
Definition: listdoc.h:2810
GWEN_XMLNode_List2_PopFront
void GWEN_XMLNode_List2_PopFront(GWEN_XMLNODE_LIST2 *l)
GWEN_Crypt_Key_ConstList2Iterator_new
GWEN_CRYPT_KEY_CONSTLIST2_ITERATOR * GWEN_Crypt_Key_ConstList2Iterator_new(GWEN_CRYPT_KEY_CONSTLIST2 *l)
GWEN_Crypt_Token_KeyInfo_List2_free
void GWEN_Crypt_Token_KeyInfo_List2_free(GWEN_CRYPT_TOKEN_KEYINFO_LIST2 *l)
GWEN_MDIGEST_LIST_ELEMENT::nextObject
GWEN_MDIGEST * nextObject
Definition: listdoc.h:5448
GWEN_SAR_FILEHEADER_LIST::first
GWEN_SAR_FILEHEADER * first
Definition: listdoc.h:3202
GWEN_Url_ConstList2_GetSize
unsigned int GWEN_Url_ConstList2_GetSize(GWEN_URL_CONSTLIST2 *l)
GWEN_TAG16_LIST::count
uint32_t count
Definition: listdoc.h:7490
GWEN_XMLNODE_NAMESPACE
struct GWEN_XMLNODE_NAMESPACE GWEN_XMLNODE_NAMESPACE
Definition: xml.h:150
GWEN_Crypt_Token_List2_ForEach
GWEN_CRYPT_TOKEN * GWEN_Crypt_Token_List2_ForEach(GWEN_CRYPT_TOKEN_LIST2 *list, GWEN_CRYPT_TOKEN_LIST2_FOREACH func, void *user_data)
GWEN_SYNCIO_LIST::count
uint32_t count
Definition: listdoc.h:7340
GWEN_SOCKET_LIST2
struct GWEN_SOCKET_LIST2 GWEN_SOCKET_LIST2
Definition: listdoc.h:3880
GWEN_Socket_List2_GetFront
GWEN_SOCKET * GWEN_Socket_List2_GetFront(GWEN_SOCKET_LIST2 *l)
t_LIST__ELEMENT
struct t_LIST_ELEMENT t_LIST__ELEMENT
GWEN_Crypt_Token_List_Sort
void GWEN_Crypt_Token_List_Sort(GWEN_CRYPT_TOKEN_LIST *l, int ascending)
GWEN_Crypt_Token_KeyInfo_ConstList2_GetBack
const GWEN_CRYPT_TOKEN_KEYINFO * GWEN_Crypt_Token_KeyInfo_ConstList2_GetBack(GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2 *l)
GWEN_SslCertDescr_List_Del
void GWEN_SslCertDescr_List_Del(GWEN_SSLCERTDESCR *element)
GWEN_MDigest_ConstList2_Clear
void GWEN_MDigest_ConstList2_Clear(GWEN_MDIGEST_CONSTLIST2 *l)
GWEN_CRYPT_CRYPTALGO
struct GWEN_CRYPT_CRYPTALGO GWEN_CRYPT_CRYPTALGO
Definition: cryptalgo.h:20
GWEN_MDigest_List_GetCount
uint32_t GWEN_MDigest_List_GetCount(const GWEN_MDIGEST_LIST *l)
GWEN_MDigest_ConstList2Iterator_Next
const GWEN_MDIGEST * GWEN_MDigest_ConstList2Iterator_Next(GWEN_MDIGEST_CONSTLIST2_ITERATOR *li)
GWEN_XMLNODE_LIST2
struct GWEN_XMLNODE_LIST2 GWEN_XMLNODE_LIST2
Definition: listdoc.h:8317
GWEN_Crypt_Token_Context_ConstList2_Last
GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2_ITERATOR * GWEN_Crypt_Token_Context_ConstList2_Last(GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2 *l)
GWEN_Socket_List2_PushFront
void GWEN_Socket_List2_PushFront(GWEN_SOCKET_LIST2 *l, GWEN_SOCKET *p)
GWEN_Crypt_Key_ConstList2Iterator_free
void GWEN_Crypt_Key_ConstList2Iterator_free(GWEN_CRYPT_KEY_CONSTLIST2_ITERATOR *li)
GWEN_DIALOG_CONSTLIST2
struct GWEN_DIALOG_CONSTLIST2 GWEN_DIALOG_CONSTLIST2
Definition: listdoc.h:2294
GWEN_PluginDescription_List2_First
GWEN_PLUGIN_DESCRIPTION_LIST2_ITERATOR * GWEN_PluginDescription_List2_First(GWEN_PLUGIN_DESCRIPTION_LIST2 *l)
GWEN_DBIO_LIST
struct GWEN_DBIO_LIST GWEN_DBIO_LIST
Definition: listdoc.h:2013
GWEN_Socket_List2_free
void GWEN_Socket_List2_free(GWEN_SOCKET_LIST2 *l)
t_CONSTLIST2_FOREACH
const t *() t_CONSTLIST2_FOREACH(const t *element, void *user_data)
Definition: listdoc.h:4862
GWEN_CRYPTHEAD_LIST_ELEMENT::nextObject
GWEN_CRYPTHEAD * nextObject
Definition: listdoc.h:282
GWEN_Url_ConstList2_PushBack
void GWEN_Url_ConstList2_PushBack(GWEN_URL_CONSTLIST2 *l, const GWEN_URL *p)
GWEN_SAR_FILEHEADER_LIST_ELEMENT::nextObject
GWEN_SAR_FILEHEADER * nextObject
Definition: listdoc.h:3183
GWEN_PluginDescription_List_new
GWEN_PLUGIN_DESCRIPTION_LIST * GWEN_PluginDescription_List_new()
GWEN_CRYPT_TOKEN_CONTEXT_LIST2_FOREACH
GWEN_CRYPT_TOKEN_CONTEXT *() GWEN_CRYPT_TOKEN_CONTEXT_LIST2_FOREACH(GWEN_CRYPT_TOKEN_CONTEXT *element, void *user_data)
Definition: listdoc.h:1232
GWEN_Crypt_CryptAlgo_ConstList2_PopBack
void GWEN_Crypt_CryptAlgo_ConstList2_PopBack(GWEN_CRYPT_CRYPTALGO_CONSTLIST2 *l)
GWEN_SIGTAIL_LIST_ELEMENT
Definition: listdoc.h:6775
GWEN_SigTail_List_Del
void GWEN_SigTail_List_Del(GWEN_SIGTAIL *element)
GWEN_PluginDescription_ConstList2_Clear
void GWEN_PluginDescription_ConstList2_Clear(GWEN_PLUGIN_DESCRIPTION_CONSTLIST2 *l)
GWEN_MDigest_List2_PushBack
void GWEN_MDigest_List2_PushBack(GWEN_MDIGEST_LIST2 *l, GWEN_MDIGEST *p)
GWEN_TLV_List_First
GWEN_TLV * GWEN_TLV_List_First(const GWEN_TLV_LIST *l)
GWEN_Socket_List_Add
void GWEN_Socket_List_Add(GWEN_SOCKET *element, GWEN_SOCKET_LIST *list)
GWEN_MDigest_List_AddList
void GWEN_MDigest_List_AddList(GWEN_MDIGEST_LIST *dst, GWEN_MDIGEST_LIST *l)
GWEN_SOCKET
struct GWEN_SOCKET GWEN_SOCKET
Definition: inetsocket.h:40
pr_ConstList2_free
void pr_ConstList2_free(t_CONSTLIST2 *l)
GWEN_SigTail_List_Previous
GWEN_SIGTAIL * GWEN_SigTail_List_Previous(const GWEN_SIGTAIL *element)
GWEN_MDigest_ConstList2Iterator_free
void GWEN_MDigest_ConstList2Iterator_free(GWEN_MDIGEST_CONSTLIST2_ITERATOR *li)
GWEN_MDigest_List2_GetSize
unsigned int GWEN_MDigest_List2_GetSize(GWEN_MDIGEST_LIST2 *l)
GWEN_Crypt_Token_Context_List_Last
GWEN_CRYPT_TOKEN_CONTEXT * GWEN_Crypt_Token_Context_List_Last(const GWEN_CRYPT_TOKEN_CONTEXT_LIST *l)
GWEN_SyncIo_List_Sort
void GWEN_SyncIo_List_Sort(GWEN_SYNCIO_LIST *l, int ascending)
GWEN_SslCertDescr_ConstList2_Last
GWEN_SSLCERTDESCR_CONSTLIST2_ITERATOR * GWEN_SslCertDescr_ConstList2_Last(GWEN_SSLCERTDESCR_CONSTLIST2 *l)
GWEN_DBIO_LIST_SORT_FN
int GWENHYWFAR_CB(* GWEN_DBIO_LIST_SORT_FN)(const GWEN_DBIO *a, const GWEN_DBIO *b, int ascending)
Definition: listdoc.h:2018
GWEN_Crypt_Key_ConstList2Iterator_Data
const GWEN_CRYPT_KEY * GWEN_Crypt_Key_ConstList2Iterator_Data(GWEN_CRYPT_KEY_CONSTLIST2_ITERATOR *li)
GWEN_CRYPT_KEY_LIST2
struct GWEN_CRYPT_KEY_LIST2 GWEN_CRYPT_KEY_LIST2
Definition: listdoc.h:436
GWEN_Socket_List2_Clear
void GWEN_Socket_List2_Clear(GWEN_SOCKET_LIST2 *l)
GWEN_Crypt_HashAlgo_ConstList2_new
GWEN_CRYPT_HASHALGO_CONSTLIST2 * GWEN_Crypt_HashAlgo_ConstList2_new()
GWEN_DBIO_LIST_ELEMENT
Definition: listdoc.h:2002
GWEN_Crypt_Token_ConstList2Iterator_Next
const GWEN_CRYPT_TOKEN * GWEN_Crypt_Token_ConstList2Iterator_Next(GWEN_CRYPT_TOKEN_CONSTLIST2_ITERATOR *li)
GWEN_SigTail_List_Next
GWEN_SIGTAIL * GWEN_SigTail_List_Next(const GWEN_SIGTAIL *element)
GWEN_Crypt_Token_KeyInfo_List2Iterator_Next
GWEN_CRYPT_TOKEN_KEYINFO * GWEN_Crypt_Token_KeyInfo_List2Iterator_Next(GWEN_CRYPT_TOKEN_KEYINFO_LIST2_ITERATOR *li)
GWEN_Crypt_CryptAlgo_List2Iterator_Data
GWEN_CRYPT_CRYPTALGO * GWEN_Crypt_CryptAlgo_List2Iterator_Data(GWEN_CRYPT_CRYPTALGO_LIST2_ITERATOR *li)
GWEN_Socket_List_Insert
void GWEN_Socket_List_Insert(GWEN_SOCKET *element, GWEN_SOCKET_LIST *list)
GWEN_SSLCERTDESCR_LIST::id
uint32_t id
Definition: listdoc.h:7191
GWEN_FSLOCK
struct GWEN_FSLOCK GWEN_FSLOCK
Definition: fslock.h:59
GWEN_Socket_List_SetSortFn
GWEN_SOCKET_LIST_SORT_FN GWEN_Socket_List_SetSortFn(GWEN_SOCKET_LIST *l, GWEN_SOCKET_LIST_SORT_FN fn)
GWEN_Crypt_Token_Context_ConstList2Iterator_free
void GWEN_Crypt_Token_Context_ConstList2Iterator_free(GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2_ITERATOR *li)
GWEN_XMLNode_List_AddList
void GWEN_XMLNode_List_AddList(GWEN_XMLNODE_LIST *dst, GWEN_XMLNODE_LIST *l)
GWEN_Param_ConstList2Iterator_Next
const GWEN_PARAM * GWEN_Param_ConstList2Iterator_Next(GWEN_PARAM_CONSTLIST2_ITERATOR *li)
GWEN_Socket_ConstList2_GetFront
const GWEN_SOCKET * GWEN_Socket_ConstList2_GetFront(GWEN_SOCKET_CONSTLIST2 *l)
GWEN_Socket_ConstList2Iterator_free
void GWEN_Socket_ConstList2Iterator_free(GWEN_SOCKET_CONSTLIST2_ITERATOR *li)
HTML_IMAGE_LIST_ELEMENT
Definition: listdoc.h:3724
GWEN_FSLock_ConstList2_GetSize
unsigned int GWEN_FSLock_ConstList2_GetSize(GWEN_FSLOCK_CONSTLIST2 *l)
GWEN_Crypt_Token_Context_List_Add
void GWEN_Crypt_Token_Context_List_Add(GWEN_CRYPT_TOKEN_CONTEXT *element, GWEN_CRYPT_TOKEN_CONTEXT_LIST *list)
GWEN_Dialog_List_Add
void GWEN_Dialog_List_Add(GWEN_DIALOG *element, GWEN_DIALOG_LIST *list)
GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2_ITERATOR
struct GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2_ITERATOR GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2_ITERATOR
Definition: listdoc.h:1752
GWEN_Crypt_Token_ConstList2Iterator_Previous
const GWEN_CRYPT_TOKEN * GWEN_Crypt_Token_ConstList2Iterator_Previous(GWEN_CRYPT_TOKEN_CONSTLIST2_ITERATOR *li)
GWEN_FSLock_ConstList2_Last
GWEN_FSLOCK_CONSTLIST2_ITERATOR * GWEN_FSLock_ConstList2_Last(GWEN_FSLOCK_CONSTLIST2 *l)
GWEN_Crypt_CryptAlgo_List2_GetSize
unsigned int GWEN_Crypt_CryptAlgo_List2_GetSize(GWEN_CRYPT_CRYPTALGO_LIST2 *l)
GWEN_MDigest_List2_Clear
void GWEN_MDigest_List2_Clear(GWEN_MDIGEST_LIST2 *l)
GWEN_CRYPT_TOKEN_CONTEXT_LIST_SORT_FN
int GWENHYWFAR_CB(* GWEN_CRYPT_TOKEN_CONTEXT_LIST_SORT_FN)(const GWEN_CRYPT_TOKEN_CONTEXT *a, const GWEN_CRYPT_TOKEN_CONTEXT *b, int ascending)
Definition: listdoc.h:1475
GWEN_Crypt_Token_Context_List2_PopFront
void GWEN_Crypt_Token_Context_List2_PopFront(GWEN_CRYPT_TOKEN_CONTEXT_LIST2 *l)
GWEN_Url_List_AddList
void GWEN_Url_List_AddList(GWEN_URL_LIST *dst, GWEN_URL_LIST *l)
GWEN_XMLNode_ConstList2_PushBack
void GWEN_XMLNode_ConstList2_PushBack(GWEN_XMLNODE_CONSTLIST2 *l, const GWEN_XMLNODE *p)
HTML_FONT_LIST_ELEMENT::nextObject
HTML_FONT * nextObject
Definition: listdoc.h:3576
GWEN_XMLNODE_CONSTLIST2_FOREACH
const GWEN_XMLNODE *() GWEN_XMLNODE_CONSTLIST2_FOREACH(const GWEN_XMLNODE *element, void *user_data)
Definition: listdoc.h:8456
GWEN_MDIGEST_CONSTLIST2_FOREACH
const GWEN_MDIGEST *() GWEN_MDIGEST_CONSTLIST2_FOREACH(const GWEN_MDIGEST *element, void *user_data)
Definition: listdoc.h:5348
GWEN_Param_List_Del
void GWEN_Param_List_Del(GWEN_PARAM *element)
GWEN_Param_List2_PushBack
void GWEN_Param_List2_PushBack(GWEN_PARAM_LIST2 *l, GWEN_PARAM *p)
GWEN_FSLock_List2_GetFront
GWEN_FSLOCK * GWEN_FSLock_List2_GetFront(GWEN_FSLOCK_LIST2 *l)
GWEN_Crypt_CryptAlgo_List2_Last
GWEN_CRYPT_CRYPTALGO_LIST2_ITERATOR * GWEN_Crypt_CryptAlgo_List2_Last(GWEN_CRYPT_CRYPTALGO_LIST2 *l)
GWEN_Socket_List2Iterator_Previous
GWEN_SOCKET * GWEN_Socket_List2Iterator_Previous(GWEN_SOCKET_LIST2_ITERATOR *li)
GWEN_Crypt_CryptAlgo_List2_Erase
void GWEN_Crypt_CryptAlgo_List2_Erase(GWEN_CRYPT_CRYPTALGO_LIST2 *l, GWEN_CRYPT_CRYPTALGO_LIST2_ITERATOR *it)
GWEN_Url_ConstList2_First
GWEN_URL_CONSTLIST2_ITERATOR * GWEN_Url_ConstList2_First(GWEN_URL_CONSTLIST2 *l)
GWEN_SarFileHeader_ConstList2_PopFront
void GWEN_SarFileHeader_ConstList2_PopFront(GWEN_SAR_FILEHEADER_CONSTLIST2 *l)
GWEN_Socket_List_Last
GWEN_SOCKET * GWEN_Socket_List_Last(const GWEN_SOCKET_LIST *l)
GWEN_Crypt_PaddAlgo_List2_GetBack
GWEN_CRYPT_PADDALGO * GWEN_Crypt_PaddAlgo_List2_GetBack(GWEN_CRYPT_PADDALGO_LIST2 *l)
GWEN_SarFileHeader_List_SetSortFn
GWEN_SAR_FILEHEADER_LIST_SORT_FN GWEN_SarFileHeader_List_SetSortFn(GWEN_SAR_FILEHEADER_LIST *l, GWEN_SAR_FILEHEADER_LIST_SORT_FN fn)
GWEN_MDigest_List_Del
void GWEN_MDigest_List_Del(GWEN_MDIGEST *element)
GWEN_Crypt_Token_KeyInfo_List2_Erase
void GWEN_Crypt_Token_KeyInfo_List2_Erase(GWEN_CRYPT_TOKEN_KEYINFO_LIST2 *l, GWEN_CRYPT_TOKEN_KEYINFO_LIST2_ITERATOR *it)
HtmlFont_List_AddList
void HtmlFont_List_AddList(HTML_FONT_LIST *dst, HTML_FONT_LIST *l)
MyStruct_List_Insert
void MyStruct_List_Insert(MYSTRUCT *element, MYSTRUCT_LIST *list)
GWEN_Crypt_Token_KeyInfo_ConstList2_new
GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2 * GWEN_Crypt_Token_KeyInfo_ConstList2_new()
GWEN_Crypt_Token_KeyInfo_List2Iterator_Previous
GWEN_CRYPT_TOKEN_KEYINFO * GWEN_Crypt_Token_KeyInfo_List2Iterator_Previous(GWEN_CRYPT_TOKEN_KEYINFO_LIST2_ITERATOR *li)
GWEN_XMLNode_List2_Erase
void GWEN_XMLNode_List2_Erase(GWEN_XMLNODE_LIST2 *l, GWEN_XMLNODE_LIST2_ITERATOR *it)
GWEN_SslCertDescr_List_Last
GWEN_SSLCERTDESCR * GWEN_SslCertDescr_List_Last(const GWEN_SSLCERTDESCR_LIST *l)
GWEN_Socket_List2Iterator_Data
GWEN_SOCKET * GWEN_Socket_List2Iterator_Data(GWEN_SOCKET_LIST2_ITERATOR *li)
GWEN_Crypt_Token_KeyInfo_ConstList2Iterator_Next
const GWEN_CRYPT_TOKEN_KEYINFO * GWEN_Crypt_Token_KeyInfo_ConstList2Iterator_Next(GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2_ITERATOR *li)
GWEN_XSD_NODE_LIST_ELEMENT
Definition: listdoc.h:8704
GWEN_XMLNode_NameSpace_List_GetCount
uint32_t GWEN_XMLNode_NameSpace_List_GetCount(const GWEN_XMLNODE_NAMESPACE_LIST *l)
GWEN_XMLNODE_LIST
Definition: listdoc.h:8574
HtmlImage_List_Add
void HtmlImage_List_Add(HTML_IMAGE *element, HTML_IMAGE_LIST *list)
GWEN_Param_List2_GetBack
GWEN_PARAM * GWEN_Param_List2_GetBack(GWEN_PARAM_LIST2 *l)
GWEN_XMLNode_ConstList2_Clear
void GWEN_XMLNode_ConstList2_Clear(GWEN_XMLNODE_CONSTLIST2 *l)
GWEN_URL_LIST__ELEMENT
struct GWEN_URL_LIST_ELEMENT GWEN_URL_LIST__ELEMENT
GWEN_Dialog_List2_PopBack
void GWEN_Dialog_List2_PopBack(GWEN_DIALOG_LIST2 *l)
GWEN_URL
struct GWEN_URL GWEN_URL
Definition: url.h:77
GWEN_MDigest_ConstList2_PopBack
void GWEN_MDigest_ConstList2_PopBack(GWEN_MDIGEST_CONSTLIST2 *l)
GWEN_Crypt_Token_KeyInfo_ConstList2_PushFront
void GWEN_Crypt_Token_KeyInfo_ConstList2_PushFront(GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2 *l, const GWEN_CRYPT_TOKEN_KEYINFO *p)
GWEN_SYNCIO_LIST_ELEMENT::nextObject
GWEN_SYNCIO * nextObject
Definition: listdoc.h:7320
pr_ConstList2_GetBack
const t * pr_ConstList2_GetBack(t_CONSTLIST2 *l)
GWEN_Crypt_Token_List_free
void GWEN_Crypt_Token_List_free(GWEN_CRYPT_TOKEN_LIST *l)
GWEN_SAR_FILEHEADER_LIST
Definition: listdoc.h:3201
GWEN_Crypt_Token_Context_List2Iterator_Previous
GWEN_CRYPT_TOKEN_CONTEXT * GWEN_Crypt_Token_Context_List2Iterator_Previous(GWEN_CRYPT_TOKEN_CONTEXT_LIST2_ITERATOR *li)
GWEN_Crypt_Token_Context_ConstList2_First
GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2_ITERATOR * GWEN_Crypt_Token_Context_ConstList2_First(GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2 *l)
GWEN_Crypt_Token_List_First
GWEN_CRYPT_TOKEN * GWEN_Crypt_Token_List_First(const GWEN_CRYPT_TOKEN_LIST *l)
GWEN_SarFileHeader_ConstList2Iterator_Data
const GWEN_SAR_FILEHEADER * GWEN_SarFileHeader_ConstList2Iterator_Data(GWEN_SAR_FILEHEADER_CONSTLIST2_ITERATOR *li)
GWEN_Socket_List_Clear
void GWEN_Socket_List_Clear(GWEN_SOCKET_LIST *l)
GWEN_XMLNODE_LIST
struct GWEN_XMLNODE_LIST GWEN_XMLNODE_LIST
Definition: listdoc.h:8565
GWEN_Crypt_Token_Context_List2_PushBack
void GWEN_Crypt_Token_Context_List2_PushBack(GWEN_CRYPT_TOKEN_CONTEXT_LIST2 *l, GWEN_CRYPT_TOKEN_CONTEXT *p)
GWEN_MDIGEST_LIST2
struct GWEN_MDIGEST_LIST2 GWEN_MDIGEST_LIST2
Definition: listdoc.h:5209
HtmlImage_List_Del
void HtmlImage_List_Del(HTML_IMAGE *element)
GWEN_Crypt_PaddAlgo_ConstList2_new
GWEN_CRYPT_PADDALGO_CONSTLIST2 * GWEN_Crypt_PaddAlgo_ConstList2_new()
GWEN_SyncIo_List_SetSortFn
GWEN_SYNCIO_LIST_SORT_FN GWEN_SyncIo_List_SetSortFn(GWEN_SYNCIO_LIST *l, GWEN_SYNCIO_LIST_SORT_FN fn)
GWEN_XMLNode_List_Sort
void GWEN_XMLNode_List_Sort(GWEN_XMLNODE_LIST *l, int ascending)
HTML_IMAGE_LIST_ELEMENT::nextObject
HTML_IMAGE * nextObject
Definition: listdoc.h:3726
GWEN_Crypt_Key_List2Iterator_new
GWEN_CRYPT_KEY_LIST2_ITERATOR * GWEN_Crypt_Key_List2Iterator_new(GWEN_CRYPT_KEY_LIST2 *l)
pr_ConstList2_GetSize
unsigned int pr_ConstList2_GetSize(t_CONSTLIST2 *l)
GWEN_CryptHead_List_Insert
void GWEN_CryptHead_List_Insert(GWEN_CRYPTHEAD *element, GWEN_CRYPTHEAD_LIST *list)
GWEN_Crypt_HashAlgo_List2_GetSize
unsigned int GWEN_Crypt_HashAlgo_List2_GetSize(GWEN_CRYPT_HASHALGO_LIST2 *l)
GWEN_Url_ConstList2_free
void GWEN_Url_ConstList2_free(GWEN_URL_CONSTLIST2 *l)
GWEN_FSLock_ConstList2Iterator_Next
const GWEN_FSLOCK * GWEN_FSLock_ConstList2Iterator_Next(GWEN_FSLOCK_CONSTLIST2_ITERATOR *li)
GWEN_XsdNode_List_free
void GWEN_XsdNode_List_free(GWEN_XSD_NODE_LIST *l)
GWEN_FSLock_List2_new
GWEN_FSLOCK_LIST2 * GWEN_FSLock_List2_new()
GWEN_CRYPT_TOKEN_LIST_SORT_FN
int GWENHYWFAR_CB(* GWEN_CRYPT_TOKEN_LIST_SORT_FN)(const GWEN_CRYPT_TOKEN *a, const GWEN_CRYPT_TOKEN *b, int ascending)
Definition: listdoc.h:1082
GWEN_PARAM_LIST_ELEMENT::nextObject
GWEN_PARAM * nextObject
Definition: listdoc.h:6084
GWEN_CRYPT_TOKEN_CONTEXT
struct GWEN_CRYPT_TOKEN_CONTEXT GWEN_CRYPT_TOKEN_CONTEXT
Definition: ct_context.h:221
GWEN_Crypt_Key_List2_Erase
void GWEN_Crypt_Key_List2_Erase(GWEN_CRYPT_KEY_LIST2 *l, GWEN_CRYPT_KEY_LIST2_ITERATOR *it)
GWEN_Param_ConstList2_PushFront
void GWEN_Param_ConstList2_PushFront(GWEN_PARAM_CONSTLIST2 *l, const GWEN_PARAM *p)
GWEN_TAG16_LIST::id
uint32_t id
Definition: listdoc.h:7491
GWEN_FSLock_ConstList2Iterator_new
GWEN_FSLOCK_CONSTLIST2_ITERATOR * GWEN_FSLock_ConstList2Iterator_new(GWEN_FSLOCK_CONSTLIST2 *l)
GWEN_FSLock_ConstList2_PopFront
void GWEN_FSLock_ConstList2_PopFront(GWEN_FSLOCK_CONSTLIST2 *l)
HtmlFont_List_Insert
void HtmlFont_List_Insert(HTML_FONT *element, HTML_FONT_LIST *list)
GWEN_FSLOCK_LIST_ELEMENT::nextObject
GWEN_FSLOCK * nextObject
Definition: listdoc.h:2790
GWEN_SslCertDescr_List2Iterator_Previous
GWEN_SSLCERTDESCR * GWEN_SslCertDescr_List2Iterator_Previous(GWEN_SSLCERTDESCR_LIST2_ITERATOR *li)
GWEN_Crypt_Token_Context_List2_Last
GWEN_CRYPT_TOKEN_CONTEXT_LIST2_ITERATOR * GWEN_Crypt_Token_Context_List2_Last(GWEN_CRYPT_TOKEN_CONTEXT_LIST2 *l)
GWEN_SSLCERTDESCR
struct GWEN_SSLCERTDESCR GWEN_SSLCERTDESCR
Definition: ssl_cert_descr.h:167
GWEN_MDigest_List2Iterator_Data
GWEN_MDIGEST * GWEN_MDigest_List2Iterator_Data(GWEN_MDIGEST_LIST2_ITERATOR *li)
GWEN_TLV_List_GetCount
uint32_t GWEN_TLV_List_GetCount(const GWEN_TLV_LIST *l)
GWEN_XsdNode_List_GetCount
uint32_t GWEN_XsdNode_List_GetCount(const GWEN_XSD_NODE_LIST *l)
t_LIST::id
uint32_t id
Definition: listdoc.h:4440
GWEN_SslCertDescr_ConstList2_GetSize
unsigned int GWEN_SslCertDescr_ConstList2_GetSize(GWEN_SSLCERTDESCR_CONSTLIST2 *l)
GWEN_XMLNode_List2_GetFront
GWEN_XMLNODE * GWEN_XMLNode_List2_GetFront(GWEN_XMLNODE_LIST2 *l)
GWEN_CRYPT_KEY_LIST::id
uint32_t id
Definition: listdoc.h:696
GWEN_Crypt_Key_List2Iterator_Previous
GWEN_CRYPT_KEY * GWEN_Crypt_Key_List2Iterator_Previous(GWEN_CRYPT_KEY_LIST2_ITERATOR *li)
GWEN_SSLCERTDESCR_LIST2_FOREACH
GWEN_SSLCERTDESCR *() GWEN_SSLCERTDESCR_LIST2_FOREACH(GWEN_SSLCERTDESCR *element, void *user_data)
Definition: listdoc.h:6941
GWEN_XMLNode_ConstList2_GetSize
unsigned int GWEN_XMLNode_ConstList2_GetSize(GWEN_XMLNODE_CONSTLIST2 *l)
GWEN_DBIO_List_Last
GWEN_DBIO * GWEN_DBIO_List_Last(const GWEN_DBIO_LIST *l)
GWEN_Dialog_List2_First
GWEN_DIALOG_LIST2_ITERATOR * GWEN_Dialog_List2_First(GWEN_DIALOG_LIST2 *l)
pr_ConstList2Iterator_Next
const t * pr_ConstList2Iterator_Next(t_CONSTLIST2_ITERATOR *li)
GWEN_CRYPT_KEY_LIST_SORT_FN
int GWENHYWFAR_CB(* GWEN_CRYPT_KEY_LIST_SORT_FN)(const GWEN_CRYPT_KEY *a, const GWEN_CRYPT_KEY *b, int ascending)
Definition: listdoc.h:689
GWEN_CRYPT_TOKEN_CONSTLIST2_FOREACH
const GWEN_CRYPT_TOKEN *() GWEN_CRYPT_TOKEN_CONSTLIST2_FOREACH(const GWEN_CRYPT_TOKEN *element, void *user_data)
Definition: listdoc.h:968
GWEN_MDIGEST_LIST_SORT_FN
int GWENHYWFAR_CB(* GWEN_MDIGEST_LIST_SORT_FN)(const GWEN_MDIGEST *a, const GWEN_MDIGEST *b, int ascending)
Definition: listdoc.h:5462
GWEN_FSLock_ConstList2_GetBack
const GWEN_FSLOCK * GWEN_FSLock_ConstList2_GetBack(GWEN_FSLOCK_CONSTLIST2 *l)
GWEN_Crypt_Token_KeyInfo_ConstList2_Clear
void GWEN_Crypt_Token_KeyInfo_ConstList2_Clear(GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2 *l)
GWEN_PluginDescription_List2_ForEach
GWEN_PLUGIN_DESCRIPTION * GWEN_PluginDescription_List2_ForEach(GWEN_PLUGIN_DESCRIPTION_LIST2 *list, GWEN_PLUGIN_DESCRIPTION_LIST2_FOREACH func, void *user_data)
GWEN_Param_ConstList2_PopFront
void GWEN_Param_ConstList2_PopFront(GWEN_PARAM_CONSTLIST2 *l)
GWEN_XsdNode_List_Clear
void GWEN_XsdNode_List_Clear(GWEN_XSD_NODE_LIST *l)
GWEN_Crypt_HashAlgo_List2_PopBack
void GWEN_Crypt_HashAlgo_List2_PopBack(GWEN_CRYPT_HASHALGO_LIST2 *l)
GWEN_SyncIo_List_Clear
void GWEN_SyncIo_List_Clear(GWEN_SYNCIO_LIST *l)
HTML_IMAGE_LIST_SORT_FN
int GWENHYWFAR_CB(* HTML_IMAGE_LIST_SORT_FN)(const HTML_IMAGE *a, const HTML_IMAGE *b, int ascending)
Definition: listdoc.h:3740
GWEN_Crypt_Token_KeyInfo_ConstList2_First
GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2_ITERATOR * GWEN_Crypt_Token_KeyInfo_ConstList2_First(GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2 *l)
GWEN_Dialog_ConstList2_PushBack
void GWEN_Dialog_ConstList2_PushBack(GWEN_DIALOG_CONSTLIST2 *l, const GWEN_DIALOG *p)
GWEN_Crypt_Token_KeyInfo_ConstList2_GetFront
const GWEN_CRYPT_TOKEN_KEYINFO * GWEN_Crypt_Token_KeyInfo_ConstList2_GetFront(GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2 *l)
GWEN_MDigest_List2_ForEach
GWEN_MDIGEST * GWEN_MDigest_List2_ForEach(GWEN_MDIGEST_LIST2 *list, GWEN_MDIGEST_LIST2_FOREACH func, void *user_data)
GWEN_PARAM_LIST_SORT_FN
int GWENHYWFAR_CB(* GWEN_PARAM_LIST_SORT_FN)(const GWEN_PARAM *a, const GWEN_PARAM *b, int ascending)
Definition: listdoc.h:6098
GWEN_CRYPT_TOKEN_CONTEXT_LIST_ELEMENT
Definition: listdoc.h:1459
GWEN_Url_ConstList2_Clear
void GWEN_Url_ConstList2_Clear(GWEN_URL_CONSTLIST2 *l)
GWEN_Crypt_PaddAlgo_ConstList2_GetBack
const GWEN_CRYPT_PADDALGO * GWEN_Crypt_PaddAlgo_ConstList2_GetBack(GWEN_CRYPT_PADDALGO_CONSTLIST2 *l)
GWEN_SIGTAIL_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:6776
GWEN_SigTail_List_First
GWEN_SIGTAIL * GWEN_SigTail_List_First(const GWEN_SIGTAIL_LIST *l)
GWEN_SIGHEAD_LIST_ELEMENT::nextObject
GWEN_SIGHEAD * nextObject
Definition: listdoc.h:6627
pr_ConstList2Iterator_Previous
const t * pr_ConstList2Iterator_Previous(t_CONSTLIST2_ITERATOR *li)
GWEN_SigTail_List_Clear
void GWEN_SigTail_List_Clear(GWEN_SIGTAIL_LIST *l)
GWEN_SSLCERTDESCR_LIST2
struct GWEN_SSLCERTDESCR_LIST2 GWEN_SSLCERTDESCR_LIST2
Definition: listdoc.h:6931
pr_List2_Erase
void pr_List2_Erase(t_LIST2 *l, t_LIST2_ITERATOR *it)
GWEN_Crypt_Token_KeyInfo_List_SetSortFn
GWEN_CRYPT_TOKEN_KEYINFO_LIST_SORT_FN GWEN_Crypt_Token_KeyInfo_List_SetSortFn(GWEN_CRYPT_TOKEN_KEYINFO_LIST *l, GWEN_CRYPT_TOKEN_KEYINFO_LIST_SORT_FN fn)
GWEN_Socket_List2_Dump
void GWEN_Socket_List2_Dump(GWEN_SOCKET_LIST2 *l, FILE *f, unsigned int indent)
GWEN_TLV_List_new
GWEN_TLV_LIST * GWEN_TLV_List_new()
GWEN_Socket_List_Sort
void GWEN_Socket_List_Sort(GWEN_SOCKET_LIST *l, int ascending)
GWEN_Crypt_Token_KeyInfo_List2_First
GWEN_CRYPT_TOKEN_KEYINFO_LIST2_ITERATOR * GWEN_Crypt_Token_KeyInfo_List2_First(GWEN_CRYPT_TOKEN_KEYINFO_LIST2 *l)
GWEN_Crypt_HashAlgo_ConstList2Iterator_Data
const GWEN_CRYPT_HASHALGO * GWEN_Crypt_HashAlgo_ConstList2Iterator_Data(GWEN_CRYPT_HASHALGO_CONSTLIST2_ITERATOR *li)
GWEN_TLV_LIST::first
GWEN_TLV * first
Definition: listdoc.h:7639
GWEN_SigHead_List_Previous
GWEN_SIGHEAD * GWEN_SigHead_List_Previous(const GWEN_SIGHEAD *element)
GWEN_Url_List_new
GWEN_URL_LIST * GWEN_Url_List_new()
GWEN_MDigest_ConstList2_PopFront
void GWEN_MDigest_ConstList2_PopFront(GWEN_MDIGEST_CONSTLIST2 *l)
GWEN_Dialog_ConstList2_new
GWEN_DIALOG_CONSTLIST2 * GWEN_Dialog_ConstList2_new()
GWEN_Crypt_Token_ConstList2Iterator_free
void GWEN_Crypt_Token_ConstList2Iterator_free(GWEN_CRYPT_TOKEN_CONSTLIST2_ITERATOR *li)
GWEN_Crypt_Token_Context_List_Insert
void GWEN_Crypt_Token_Context_List_Insert(GWEN_CRYPT_TOKEN_CONTEXT *element, GWEN_CRYPT_TOKEN_CONTEXT_LIST *list)
GWEN_PLUGIN_DESCRIPTION_LIST::id
uint32_t id
Definition: listdoc.h:6498
GWEN_PluginDescription_List_Last
GWEN_PLUGIN_DESCRIPTION * GWEN_PluginDescription_List_Last(const GWEN_PLUGIN_DESCRIPTION_LIST *l)
GWEN_CRYPT_KEY_LIST2_FOREACH
GWEN_CRYPT_KEY *() GWEN_CRYPT_KEY_LIST2_FOREACH(GWEN_CRYPT_KEY *element, void *user_data)
Definition: listdoc.h:446
GWEN_Crypt_Key_List_First
GWEN_CRYPT_KEY * GWEN_Crypt_Key_List_First(const GWEN_CRYPT_KEY_LIST *l)
GWEN_PluginDescription_List2_PopBack
void GWEN_PluginDescription_List2_PopBack(GWEN_PLUGIN_DESCRIPTION_LIST2 *l)
GWEN_Crypt_Key_List2_Dump
void GWEN_Crypt_Key_List2_Dump(GWEN_CRYPT_KEY_LIST2 *l, FILE *f, unsigned int indent)
GWEN_Crypt_HashAlgo_ConstList2_First
GWEN_CRYPT_HASHALGO_CONSTLIST2_ITERATOR * GWEN_Crypt_HashAlgo_ConstList2_First(GWEN_CRYPT_HASHALGO_CONSTLIST2 *l)
GWEN_Crypt_CryptAlgo_ConstList2_First
GWEN_CRYPT_CRYPTALGO_CONSTLIST2_ITERATOR * GWEN_Crypt_CryptAlgo_ConstList2_First(GWEN_CRYPT_CRYPTALGO_CONSTLIST2 *l)
GWEN_Socket_List_new
GWEN_SOCKET_LIST * GWEN_Socket_List_new()
GWEN_FSLock_List2_PopFront
void GWEN_FSLock_List2_PopFront(GWEN_FSLOCK_LIST2 *l)
GWEN_Tag16_List_Del
void GWEN_Tag16_List_Del(GWEN_TAG16 *element)
GWEN_Crypt_Key_List_SetSortFn
GWEN_CRYPT_KEY_LIST_SORT_FN GWEN_Crypt_Key_List_SetSortFn(GWEN_CRYPT_KEY_LIST *l, GWEN_CRYPT_KEY_LIST_SORT_FN fn)
GWEN_XMLNode_List_Insert
void GWEN_XMLNode_List_Insert(GWEN_XMLNODE *element, GWEN_XMLNODE_LIST *list)
GWEN_MDIGEST_LIST::id
uint32_t id
Definition: listdoc.h:5469
GWEN_Crypt_Token_KeyInfo_List2Iterator_new
GWEN_CRYPT_TOKEN_KEYINFO_LIST2_ITERATOR * GWEN_Crypt_Token_KeyInfo_List2Iterator_new(GWEN_CRYPT_TOKEN_KEYINFO_LIST2 *l)
GWEN_DBIO
struct GWEN_DBIO GWEN_DBIO
Definition: dbio.h:43
GWEN_DBIO_List_Del
void GWEN_DBIO_List_Del(GWEN_DBIO *element)
GWEN_SarFileHeader_List2_First
GWEN_SAR_FILEHEADER_LIST2_ITERATOR * GWEN_SarFileHeader_List2_First(GWEN_SAR_FILEHEADER_LIST2 *l)
GWEN_Crypt_Token_ConstList2_GetFront
const GWEN_CRYPT_TOKEN * GWEN_Crypt_Token_ConstList2_GetFront(GWEN_CRYPT_TOKEN_CONSTLIST2 *l)
GWEN_Url_ConstList2_PopBack
void GWEN_Url_ConstList2_PopBack(GWEN_URL_CONSTLIST2 *l)
GWEN_Crypt_HashAlgo_List2Iterator_Previous
GWEN_CRYPT_HASHALGO * GWEN_Crypt_HashAlgo_List2Iterator_Previous(GWEN_CRYPT_HASHALGO_LIST2_ITERATOR *li)
GWEN_SarFileHeader_List2_PopFront
void GWEN_SarFileHeader_List2_PopFront(GWEN_SAR_FILEHEADER_LIST2 *l)
GWEN_XMLNODE_LIST_SORT_FN
int GWENHYWFAR_CB(* GWEN_XMLNODE_LIST_SORT_FN)(const GWEN_XMLNODE *a, const GWEN_XMLNODE *b, int ascending)
Definition: listdoc.h:8570
GWEN_XMLNode_ConstList2Iterator_Previous
const GWEN_XMLNODE * GWEN_XMLNode_ConstList2Iterator_Previous(GWEN_XMLNODE_CONSTLIST2_ITERATOR *li)
GWEN_CRYPT_TOKEN_KEYINFO_LIST::id
uint32_t id
Definition: listdoc.h:1875
GWEN_Url_List2_Erase
void GWEN_Url_List2_Erase(GWEN_URL_LIST2 *l, GWEN_URL_LIST2_ITERATOR *it)
GWEN_Crypt_Token_Context_List2Iterator_free
void GWEN_Crypt_Token_Context_List2Iterator_free(GWEN_CRYPT_TOKEN_CONTEXT_LIST2_ITERATOR *li)
GWEN_SigHead_List_Next
GWEN_SIGHEAD * GWEN_SigHead_List_Next(const GWEN_SIGHEAD *element)
GWEN_Crypt_PaddAlgo_ConstList2_GetFront
const GWEN_CRYPT_PADDALGO * GWEN_Crypt_PaddAlgo_ConstList2_GetFront(GWEN_CRYPT_PADDALGO_CONSTLIST2 *l)
GWEN_FSLOCK_LIST
struct GWEN_FSLOCK_LIST GWEN_FSLOCK_LIST
Definition: listdoc.h:2799
GWEN_MDigest_List2_Last
GWEN_MDIGEST_LIST2_ITERATOR * GWEN_MDigest_List2_Last(GWEN_MDIGEST_LIST2 *l)
pr_List_Last
t * pr_List_Last(const t_LIST *l)
GWEN_Crypt_Token_KeyInfo_List_Last
GWEN_CRYPT_TOKEN_KEYINFO * GWEN_Crypt_Token_KeyInfo_List_Last(const GWEN_CRYPT_TOKEN_KEYINFO_LIST *l)
GWEN_Crypt_Token_List_Next
GWEN_CRYPT_TOKEN * GWEN_Crypt_Token_List_Next(const GWEN_CRYPT_TOKEN *element)
GWEN_FSLOCK_LIST2_ITERATOR
struct GWEN_FSLOCK_LIST2_ITERATOR GWEN_FSLOCK_LIST2_ITERATOR
Definition: listdoc.h:2556
GWEN_CRYPT_TOKEN_KEYINFO_LIST::first
GWEN_CRYPT_TOKEN_KEYINFO * first
Definition: listdoc.h:1873
GWEN_Dialog_List_Sort
void GWEN_Dialog_List_Sort(GWEN_DIALOG_LIST *l, int ascending)
GWEN_Dialog_ConstList2Iterator_new
GWEN_DIALOG_CONSTLIST2_ITERATOR * GWEN_Dialog_ConstList2Iterator_new(GWEN_DIALOG_CONSTLIST2 *l)
GWEN_Socket_ConstList2Iterator_Previous
const GWEN_SOCKET * GWEN_Socket_ConstList2Iterator_Previous(GWEN_SOCKET_CONSTLIST2_ITERATOR *li)
GWEN_CryptHead_List_Clear
void GWEN_CryptHead_List_Clear(GWEN_CRYPTHEAD_LIST *l)
GWEN_PluginDescription_List2Iterator_new
GWEN_PLUGIN_DESCRIPTION_LIST2_ITERATOR * GWEN_PluginDescription_List2Iterator_new(GWEN_PLUGIN_DESCRIPTION_LIST2 *l)
GWEN_Crypt_HashAlgo_ConstList2_PushBack
void GWEN_Crypt_HashAlgo_ConstList2_PushBack(GWEN_CRYPT_HASHALGO_CONSTLIST2 *l, const GWEN_CRYPT_HASHALGO *p)
GWEN_Crypt_Token_Context_ConstList2_GetFront
const GWEN_CRYPT_TOKEN_CONTEXT * GWEN_Crypt_Token_Context_ConstList2_GetFront(GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2 *l)
GWEN_PARAM_LIST
Definition: listdoc.h:6102
GWEN_Crypt_Token_KeyInfo_List_Del
void GWEN_Crypt_Token_KeyInfo_List_Del(GWEN_CRYPT_TOKEN_KEYINFO *element)
GWEN_Dialog_ConstList2_GetBack
const GWEN_DIALOG * GWEN_Dialog_ConstList2_GetBack(GWEN_DIALOG_CONSTLIST2 *l)
GWEN_TLV_List_Insert
void GWEN_TLV_List_Insert(GWEN_TLV *element, GWEN_TLV_LIST *list)
GWEN_FSLock_List_free
void GWEN_FSLock_List_free(GWEN_FSLOCK_LIST *l)
GWEN_Crypt_CryptAlgo_List2Iterator_free
void GWEN_Crypt_CryptAlgo_List2Iterator_free(GWEN_CRYPT_CRYPTALGO_LIST2_ITERATOR *li)
HtmlFont_List_Del
void HtmlFont_List_Del(HTML_FONT *element)
GWEN_Socket_ConstList2_GetSize
unsigned int GWEN_Socket_ConstList2_GetSize(GWEN_SOCKET_CONSTLIST2 *l)
GWEN_Crypt_PaddAlgo_List2_PopBack
void GWEN_Crypt_PaddAlgo_List2_PopBack(GWEN_CRYPT_PADDALGO_LIST2 *l)
t_LIST2_FOREACH
t *() t_LIST2_FOREACH(t *element, void *user_data)
Definition: listdoc.h:4733
GWEN_Crypt_HashAlgo_List2_PushBack
void GWEN_Crypt_HashAlgo_List2_PushBack(GWEN_CRYPT_HASHALGO_LIST2 *l, GWEN_CRYPT_HASHALGO *p)
GWEN_SslCertDescr_List_AddList
void GWEN_SslCertDescr_List_AddList(GWEN_SSLCERTDESCR_LIST *dst, GWEN_SSLCERTDESCR_LIST *l)
GWEN_Dialog_ConstList2Iterator_free
void GWEN_Dialog_ConstList2Iterator_free(GWEN_DIALOG_CONSTLIST2_ITERATOR *li)
GWEN_Dialog_List2_GetBack
GWEN_DIALOG * GWEN_Dialog_List2_GetBack(GWEN_DIALOG_LIST2 *l)
GWEN_PluginDescription_List2_Last
GWEN_PLUGIN_DESCRIPTION_LIST2_ITERATOR * GWEN_PluginDescription_List2_Last(GWEN_PLUGIN_DESCRIPTION_LIST2 *l)
GWEN_XMLNode_List2_PopBack
void GWEN_XMLNode_List2_PopBack(GWEN_XMLNODE_LIST2 *l)
GWEN_Url_List_First
GWEN_URL * GWEN_Url_List_First(const GWEN_URL_LIST *l)
GWEN_Dialog_List2_ForEach
GWEN_DIALOG * GWEN_Dialog_List2_ForEach(GWEN_DIALOG_LIST2 *list, GWEN_DIALOG_LIST2_FOREACH func, void *user_data)
GWEN_CryptHead_List_Previous
GWEN_CRYPTHEAD * GWEN_CryptHead_List_Previous(const GWEN_CRYPTHEAD *element)
GWEN_XSD_NODE_LIST
Definition: listdoc.h:8724
GWEN_SarFileHeader_ConstList2_ForEach
const GWEN_SAR_FILEHEADER * GWEN_SarFileHeader_ConstList2_ForEach(GWEN_SAR_FILEHEADER_CONSTLIST2 *list, GWEN_SAR_FILEHEADER_CONSTLIST2_FOREACH func, void *user_data)
GWEN_PluginDescription_List2_free
void GWEN_PluginDescription_List2_free(GWEN_PLUGIN_DESCRIPTION_LIST2 *l)
GWEN_Crypt_Key_List2_PushFront
void GWEN_Crypt_Key_List2_PushFront(GWEN_CRYPT_KEY_LIST2 *l, GWEN_CRYPT_KEY *p)
GWEN_CRYPTHEAD_LIST::first
GWEN_CRYPTHEAD * first
Definition: listdoc.h:301
GWEN_FSLock_List_Last
GWEN_FSLOCK * GWEN_FSLock_List_Last(const GWEN_FSLOCK_LIST *l)
GWEN_SslCertDescr_List_Previous
GWEN_SSLCERTDESCR * GWEN_SslCertDescr_List_Previous(const GWEN_SSLCERTDESCR *element)
GWEN_Crypt_PaddAlgo_ConstList2_PopBack
void GWEN_Crypt_PaddAlgo_ConstList2_PopBack(GWEN_CRYPT_PADDALGO_CONSTLIST2 *l)
GWEN_SOCKET_LIST2_ITERATOR
struct GWEN_SOCKET_LIST2_ITERATOR GWEN_SOCKET_LIST2_ITERATOR
Definition: listdoc.h:3885
GWEN_Crypt_Token_ConstList2_PopBack
void GWEN_Crypt_Token_ConstList2_PopBack(GWEN_CRYPT_TOKEN_CONSTLIST2 *l)
GWEN_CRYPT_KEY_LIST__ELEMENT
struct GWEN_CRYPT_KEY_LIST_ELEMENT GWEN_CRYPT_KEY_LIST__ELEMENT
MyStruct_List_First
MYSTRUCT * MyStruct_List_First(const MYSTRUCT_LIST *l)
GWEN_XMLNode_List2_new
GWEN_XMLNODE_LIST2 * GWEN_XMLNode_List2_new()
GWEN_SarFileHeader_ConstList2_PopBack
void GWEN_SarFileHeader_ConstList2_PopBack(GWEN_SAR_FILEHEADER_CONSTLIST2 *l)
GWEN_SSLCERTDESCR_LIST::first
GWEN_SSLCERTDESCR * first
Definition: listdoc.h:7189
GWEN_PARAM
struct GWEN_PARAM GWEN_PARAM
Definition: param.h:116
GWEN_Crypt_CryptAlgo_ConstList2Iterator_new
GWEN_CRYPT_CRYPTALGO_CONSTLIST2_ITERATOR * GWEN_Crypt_CryptAlgo_ConstList2Iterator_new(GWEN_CRYPT_CRYPTALGO_CONSTLIST2 *l)
MYSTRUCT_LIST
Definition: listdoc.h:4587
GWEN_XMLNODE_LIST::count
uint32_t count
Definition: listdoc.h:8576
GWEN_SarFileHeader_List2_GetBack
GWEN_SAR_FILEHEADER * GWEN_SarFileHeader_List2_GetBack(GWEN_SAR_FILEHEADER_LIST2 *l)
GWEN_Param_ConstList2_GetSize
unsigned int GWEN_Param_ConstList2_GetSize(GWEN_PARAM_CONSTLIST2 *l)
GWEN_DIALOG_LIST_SORT_FN
int GWENHYWFAR_CB(* GWEN_DIALOG_LIST_SORT_FN)(const GWEN_DIALOG *a, const GWEN_DIALOG *b, int ascending)
Definition: listdoc.h:2411
GWEN_Crypt_CryptAlgo_ConstList2_GetSize
unsigned int GWEN_Crypt_CryptAlgo_ConstList2_GetSize(GWEN_CRYPT_CRYPTALGO_CONSTLIST2 *l)
GWEN_Dialog_List_AddList
void GWEN_Dialog_List_AddList(GWEN_DIALOG_LIST *dst, GWEN_DIALOG_LIST *l)
GWEN_Crypt_Token_Context_List2Iterator_Next
GWEN_CRYPT_TOKEN_CONTEXT * GWEN_Crypt_Token_Context_List2Iterator_Next(GWEN_CRYPT_TOKEN_CONTEXT_LIST2_ITERATOR *li)
GWEN_Param_List_Clear
void GWEN_Param_List_Clear(GWEN_PARAM_LIST *l)
GWEN_SOCKET_CONSTLIST2
struct GWEN_SOCKET_CONSTLIST2 GWEN_SOCKET_CONSTLIST2
Definition: listdoc.h:4016
GWEN_Crypt_Token_Context_ConstList2_GetBack
const GWEN_CRYPT_TOKEN_CONTEXT * GWEN_Crypt_Token_Context_ConstList2_GetBack(GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2 *l)
GWEN_PluginDescription_ConstList2Iterator_free
void GWEN_PluginDescription_ConstList2Iterator_free(GWEN_PLUGIN_DESCRIPTION_CONSTLIST2_ITERATOR *li)
GWEN_PluginDescription_ConstList2_GetBack
const GWEN_PLUGIN_DESCRIPTION * GWEN_PluginDescription_ConstList2_GetBack(GWEN_PLUGIN_DESCRIPTION_CONSTLIST2 *l)
GWEN_CRYPT_TOKEN_KEYINFO_LIST2_ITERATOR
struct GWEN_CRYPT_TOKEN_KEYINFO_LIST2_ITERATOR GWEN_CRYPT_TOKEN_KEYINFO_LIST2_ITERATOR
Definition: listdoc.h:1620
GWEN_Url_ConstList2Iterator_Previous
const GWEN_URL * GWEN_Url_ConstList2Iterator_Previous(GWEN_URL_CONSTLIST2_ITERATOR *li)
GWEN_FSLock_List2_PopBack
void GWEN_FSLock_List2_PopBack(GWEN_FSLOCK_LIST2 *l)
GWEN_FSLock_List_First
GWEN_FSLOCK * GWEN_FSLock_List_First(const GWEN_FSLOCK_LIST *l)
GWEN_CryptHead_List_SetSortFn
GWEN_CRYPTHEAD_LIST_SORT_FN GWEN_CryptHead_List_SetSortFn(GWEN_CRYPTHEAD_LIST *l, GWEN_CRYPTHEAD_LIST_SORT_FN fn)
GWEN_URL_LIST
Definition: listdoc.h:8031
GWEN_PARAM_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:6083
GWEN_SslCertDescr_ConstList2Iterator_Previous
const GWEN_SSLCERTDESCR * GWEN_SslCertDescr_ConstList2Iterator_Previous(GWEN_SSLCERTDESCR_CONSTLIST2_ITERATOR *li)
pr_List_First
t * pr_List_First(const t_LIST *l)
GWEN_CryptHead_List_free
void GWEN_CryptHead_List_free(GWEN_CRYPTHEAD_LIST *l)
GWEN_XMLNode_NameSpace_List_SetSortFn
GWEN_XMLNODE_NAMESPACE_LIST_SORT_FN GWEN_XMLNode_NameSpace_List_SetSortFn(GWEN_XMLNODE_NAMESPACE_LIST *l, GWEN_XMLNODE_NAMESPACE_LIST_SORT_FN fn)
GWEN_XMLNODE_NAMESPACE_LIST
Definition: listdoc.h:8181
GWEN_SslCertDescr_ConstList2_GetFront
const GWEN_SSLCERTDESCR * GWEN_SslCertDescr_ConstList2_GetFront(GWEN_SSLCERTDESCR_CONSTLIST2 *l)
GWEN_Crypt_Key_List2_PushBack
void GWEN_Crypt_Key_List2_PushBack(GWEN_CRYPT_KEY_LIST2 *l, GWEN_CRYPT_KEY *p)
GWEN_Crypt_PaddAlgo_ConstList2_PushBack
void GWEN_Crypt_PaddAlgo_ConstList2_PushBack(GWEN_CRYPT_PADDALGO_CONSTLIST2 *l, const GWEN_CRYPT_PADDALGO *p)
GWEN_Param_List2_new
GWEN_PARAM_LIST2 * GWEN_Param_List2_new()
GWEN_TLV_LIST
Definition: listdoc.h:7638
GWEN_PluginDescription_List2_new
GWEN_PLUGIN_DESCRIPTION_LIST2 * GWEN_PluginDescription_List2_new()
GWEN_MDigest_ConstList2Iterator_Data
const GWEN_MDIGEST * GWEN_MDigest_ConstList2Iterator_Data(GWEN_MDIGEST_CONSTLIST2_ITERATOR *li)
GWEN_SyncIo_List_Del
void GWEN_SyncIo_List_Del(GWEN_SYNCIO *element)
GWEN_CRYPT_TOKEN_LIST__ELEMENT
struct GWEN_CRYPT_TOKEN_LIST_ELEMENT GWEN_CRYPT_TOKEN_LIST__ELEMENT
GWEN_DIALOG_CONSTLIST2_ITERATOR
struct GWEN_DIALOG_CONSTLIST2_ITERATOR GWEN_DIALOG_CONSTLIST2_ITERATOR
Definition: listdoc.h:2295
GWEN_SarFileHeader_ConstList2Iterator_Previous
const GWEN_SAR_FILEHEADER * GWEN_SarFileHeader_ConstList2Iterator_Previous(GWEN_SAR_FILEHEADER_CONSTLIST2_ITERATOR *li)
GWEN_CRYPT_KEY
struct GWEN_CRYPT_KEY GWEN_CRYPT_KEY
Definition: cryptkey.h:26
GWEN_Param_List2Iterator_Next
GWEN_PARAM * GWEN_Param_List2Iterator_Next(GWEN_PARAM_LIST2_ITERATOR *li)
GWEN_Crypt_Token_Context_List_AddList
void GWEN_Crypt_Token_Context_List_AddList(GWEN_CRYPT_TOKEN_CONTEXT_LIST *dst, GWEN_CRYPT_TOKEN_CONTEXT_LIST *l)
GWEN_PluginDescription_List2Iterator_free
void GWEN_PluginDescription_List2Iterator_free(GWEN_PLUGIN_DESCRIPTION_LIST2_ITERATOR *li)
GWEN_XMLNode_List2Iterator_Previous
GWEN_XMLNODE * GWEN_XMLNode_List2Iterator_Previous(GWEN_XMLNODE_LIST2_ITERATOR *li)
GWEN_Socket_ConstList2_ForEach
const GWEN_SOCKET * GWEN_Socket_ConstList2_ForEach(GWEN_SOCKET_CONSTLIST2 *list, GWEN_SOCKET_CONSTLIST2_FOREACH func, void *user_data)
GWEN_Crypt_Key_List_Next
GWEN_CRYPT_KEY * GWEN_Crypt_Key_List_Next(const GWEN_CRYPT_KEY *element)
GWEN_SigTail_List_GetCount
uint32_t GWEN_SigTail_List_GetCount(const GWEN_SIGTAIL_LIST *l)
GWEN_Socket_ConstList2_new
GWEN_SOCKET_CONSTLIST2 * GWEN_Socket_ConstList2_new()
GWEN_Crypt_Token_List2_GetBack
GWEN_CRYPT_TOKEN * GWEN_Crypt_Token_List2_GetBack(GWEN_CRYPT_TOKEN_LIST2 *l)
GWEN_TLV_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:7619
GWEN_CRYPT_KEY_CONSTLIST2
struct GWEN_CRYPT_KEY_CONSTLIST2 GWEN_CRYPT_KEY_CONSTLIST2
Definition: listdoc.h:572
GWEN_Crypt_CryptAlgo_List2_PushBack
void GWEN_Crypt_CryptAlgo_List2_PushBack(GWEN_CRYPT_CRYPTALGO_LIST2 *l, GWEN_CRYPT_CRYPTALGO *p)
GWEN_SarFileHeader_List2_GetSize
unsigned int GWEN_SarFileHeader_List2_GetSize(GWEN_SAR_FILEHEADER_LIST2 *l)
GWEN_SigHead_List_Add
void GWEN_SigHead_List_Add(GWEN_SIGHEAD *element, GWEN_SIGHEAD_LIST *list)
GWEN_SarFileHeader_List2_PopBack
void GWEN_SarFileHeader_List2_PopBack(GWEN_SAR_FILEHEADER_LIST2 *l)
GWEN_PluginDescription_List2Iterator_Data
GWEN_PLUGIN_DESCRIPTION * GWEN_PluginDescription_List2Iterator_Data(GWEN_PLUGIN_DESCRIPTION_LIST2_ITERATOR *li)
pr_List2_ForEach
t * pr_List2_ForEach(t_LIST2 *list, t_LIST2_FOREACH func, void *user_data)
pr_List2Iterator_free
void pr_List2Iterator_free(t_LIST2_ITERATOR *li)
GWEN_CRYPTHEAD_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:281
GWEN_Crypt_Token_Context_List_Next
GWEN_CRYPT_TOKEN_CONTEXT * GWEN_Crypt_Token_Context_List_Next(const GWEN_CRYPT_TOKEN_CONTEXT *element)
GWEN_SigTail_List_Add
void GWEN_SigTail_List_Add(GWEN_SIGTAIL *element, GWEN_SIGTAIL_LIST *list)
GWEN_Crypt_Key_List_Previous
GWEN_CRYPT_KEY * GWEN_Crypt_Key_List_Previous(const GWEN_CRYPT_KEY *element)
GWEN_SSLCERTDESCR_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:7169
HTML_IMAGE_LIST
Definition: listdoc.h:3744
GWEN_Crypt_Key_List2_PopBack
void GWEN_Crypt_Key_List2_PopBack(GWEN_CRYPT_KEY_LIST2 *l)
GWEN_DIALOG_LIST_ELEMENT
Definition: listdoc.h:2395
GWEN_SSLCERTDESCR_CONSTLIST2_FOREACH
const GWEN_SSLCERTDESCR *() GWEN_SSLCERTDESCR_CONSTLIST2_FOREACH(const GWEN_SSLCERTDESCR *element, void *user_data)
Definition: listdoc.h:7070
GWEN_Crypt_Token_Context_List2_GetBack
GWEN_CRYPT_TOKEN_CONTEXT * GWEN_Crypt_Token_Context_List2_GetBack(GWEN_CRYPT_TOKEN_CONTEXT_LIST2 *l)
GWEN_Crypt_Token_List2_GetFront
GWEN_CRYPT_TOKEN * GWEN_Crypt_Token_List2_GetFront(GWEN_CRYPT_TOKEN_LIST2 *l)
GWEN_FSLock_List_Previous
GWEN_FSLOCK * GWEN_FSLock_List_Previous(const GWEN_FSLOCK *element)
HTML_FONT_LIST_SORT_FN
int GWENHYWFAR_CB(* HTML_FONT_LIST_SORT_FN)(const HTML_FONT *a, const HTML_FONT *b, int ascending)
Definition: listdoc.h:3590
GWEN_Dialog_List_free
void GWEN_Dialog_List_free(GWEN_DIALOG_LIST *l)
t_LIST::first
t * first
Definition: listdoc.h:4438
GWEN_XMLNODE_LIST::first
GWEN_XMLNODE * first
Definition: listdoc.h:8575
GWEN_Url_List_Add
void GWEN_Url_List_Add(GWEN_URL *element, GWEN_URL_LIST *list)
GWEN_SslCertDescr_ConstList2_PopFront
void GWEN_SslCertDescr_ConstList2_PopFront(GWEN_SSLCERTDESCR_CONSTLIST2 *l)
GWEN_SSLCERTDESCR_LIST_SORT_FN
int GWENHYWFAR_CB(* GWEN_SSLCERTDESCR_LIST_SORT_FN)(const GWEN_SSLCERTDESCR *a, const GWEN_SSLCERTDESCR *b, int ascending)
Definition: listdoc.h:7184
GWEN_CRYPT_TOKEN_KEYINFO_LIST_ELEMENT::nextObject
GWEN_CRYPT_TOKEN_KEYINFO * nextObject
Definition: listdoc.h:1854
GWEN_Url_List2Iterator_new
GWEN_URL_LIST2_ITERATOR * GWEN_Url_List2Iterator_new(GWEN_URL_LIST2 *l)
GWEN_MDigest_ConstList2_ForEach
const GWEN_MDIGEST * GWEN_MDigest_ConstList2_ForEach(GWEN_MDIGEST_CONSTLIST2 *list, GWEN_MDIGEST_CONSTLIST2_FOREACH func, void *user_data)
GWEN_SarFileHeader_ConstList2_Clear
void GWEN_SarFileHeader_ConstList2_Clear(GWEN_SAR_FILEHEADER_CONSTLIST2 *l)
GWEN_FSLock_List2_GetSize
unsigned int GWEN_FSLock_List2_GetSize(GWEN_FSLOCK_LIST2 *l)
GWEN_DBIO_LIST::first
GWEN_DBIO * first
Definition: listdoc.h:2023
GWEN_Dialog_List2_free
void GWEN_Dialog_List2_free(GWEN_DIALOG_LIST2 *l)
GWEN_CRYPT_PADDALGO_CONSTLIST2_FOREACH
const GWEN_CRYPT_PADDALGO *() GWEN_CRYPT_PADDALGO_CONSTLIST2_FOREACH(const GWEN_CRYPT_PADDALGO *element, void *user_data)
Definition: listdoc.h:5741
GWEN_Crypt_PaddAlgo_List2_Dump
void GWEN_Crypt_PaddAlgo_List2_Dump(GWEN_CRYPT_PADDALGO_LIST2 *l, FILE *f, unsigned int indent)
GWEN_SarFileHeader_ConstList2Iterator_Next
const GWEN_SAR_FILEHEADER * GWEN_SarFileHeader_ConstList2Iterator_Next(GWEN_SAR_FILEHEADER_CONSTLIST2_ITERATOR *li)
GWEN_Url_List2Iterator_Next
GWEN_URL * GWEN_Url_List2Iterator_Next(GWEN_URL_LIST2_ITERATOR *li)
GWEN_Socket_ConstList2_Clear
void GWEN_Socket_ConstList2_Clear(GWEN_SOCKET_CONSTLIST2 *l)
GWEN_Crypt_PaddAlgo_List2Iterator_Previous
GWEN_CRYPT_PADDALGO * GWEN_Crypt_PaddAlgo_List2Iterator_Previous(GWEN_CRYPT_PADDALGO_LIST2_ITERATOR *li)
GWEN_Crypt_Token_Context_List_free
void GWEN_Crypt_Token_Context_List_free(GWEN_CRYPT_TOKEN_CONTEXT_LIST *l)
GWEN_Crypt_Token_ConstList2Iterator_new
GWEN_CRYPT_TOKEN_CONSTLIST2_ITERATOR * GWEN_Crypt_Token_ConstList2Iterator_new(GWEN_CRYPT_TOKEN_CONSTLIST2 *l)
GWEN_Crypt_Token_KeyInfo_List_Sort
void GWEN_Crypt_Token_KeyInfo_List_Sort(GWEN_CRYPT_TOKEN_KEYINFO_LIST *l, int ascending)
GWEN_Crypt_Key_List2_ForEach
GWEN_CRYPT_KEY * GWEN_Crypt_Key_List2_ForEach(GWEN_CRYPT_KEY_LIST2 *list, GWEN_CRYPT_KEY_LIST2_FOREACH func, void *user_data)
HtmlImage_List_SetSortFn
HTML_IMAGE_LIST_SORT_FN HtmlImage_List_SetSortFn(HTML_IMAGE_LIST *l, HTML_IMAGE_LIST_SORT_FN fn)
GWEN_Dialog_ConstList2_ForEach
const GWEN_DIALOG * GWEN_Dialog_ConstList2_ForEach(GWEN_DIALOG_CONSTLIST2 *list, GWEN_DIALOG_CONSTLIST2_FOREACH func, void *user_data)
GWEN_Crypt_Token_Context_ConstList2Iterator_new
GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2_ITERATOR * GWEN_Crypt_Token_Context_ConstList2Iterator_new(GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2 *l)
GWEN_Crypt_Token_List2Iterator_Next
GWEN_CRYPT_TOKEN * GWEN_Crypt_Token_List2Iterator_Next(GWEN_CRYPT_TOKEN_LIST2_ITERATOR *li)
GWEN_Url_List_free
void GWEN_Url_List_free(GWEN_URL_LIST *l)
GWEN_Param_List2_PopFront
void GWEN_Param_List2_PopFront(GWEN_PARAM_LIST2 *l)
GWEN_FSLOCK_LIST__ELEMENT
struct GWEN_FSLOCK_LIST_ELEMENT GWEN_FSLOCK_LIST__ELEMENT
GWEN_Crypt_PaddAlgo_ConstList2_Last
GWEN_CRYPT_PADDALGO_CONSTLIST2_ITERATOR * GWEN_Crypt_PaddAlgo_ConstList2_Last(GWEN_CRYPT_PADDALGO_CONSTLIST2 *l)
GWEN_Crypt_Token_Context_ConstList2_PopBack
void GWEN_Crypt_Token_Context_ConstList2_PopBack(GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2 *l)
GWEN_TAG16_LIST
Definition: listdoc.h:7488
GWEN_Param_List_Sort
void GWEN_Param_List_Sort(GWEN_PARAM_LIST *l, int ascending)
pr_ConstList2_PopBack
void pr_ConstList2_PopBack(t_CONSTLIST2 *l)
GWEN_MDIGEST_CONSTLIST2_ITERATOR
struct GWEN_MDIGEST_CONSTLIST2_ITERATOR GWEN_MDIGEST_CONSTLIST2_ITERATOR
Definition: listdoc.h:5346
GWEN_PLUGIN_DESCRIPTION_LIST2_ITERATOR
struct GWEN_PLUGIN_DESCRIPTION_LIST2_ITERATOR GWEN_PLUGIN_DESCRIPTION_LIST2_ITERATOR
Definition: listdoc.h:6243
GWEN_Tag16_List_First
GWEN_TAG16 * GWEN_Tag16_List_First(const GWEN_TAG16_LIST *l)
GWEN_SslCertDescr_List_GetCount
uint32_t GWEN_SslCertDescr_List_GetCount(const GWEN_SSLCERTDESCR_LIST *l)
GWEN_PluginDescription_List_First
GWEN_PLUGIN_DESCRIPTION * GWEN_PluginDescription_List_First(const GWEN_PLUGIN_DESCRIPTION_LIST *l)
GWEN_Socket_List_Next
GWEN_SOCKET * GWEN_Socket_List_Next(const GWEN_SOCKET *element)
GWEN_TLV_List_Clear
void GWEN_TLV_List_Clear(GWEN_TLV_LIST *l)
GWEN_DIALOG_LIST_ELEMENT::nextObject
GWEN_DIALOG * nextObject
Definition: listdoc.h:2397
GWEN_PluginDescription_List2_GetSize
unsigned int GWEN_PluginDescription_List2_GetSize(GWEN_PLUGIN_DESCRIPTION_LIST2 *l)
HTML_IMAGE_LIST::id
uint32_t id
Definition: listdoc.h:3747
GWEN_MDigest_List2_GetFront
GWEN_MDIGEST * GWEN_MDigest_List2_GetFront(GWEN_MDIGEST_LIST2 *l)
GWEN_SslCertDescr_List2_GetFront
GWEN_SSLCERTDESCR * GWEN_SslCertDescr_List2_GetFront(GWEN_SSLCERTDESCR_LIST2 *l)
GWEN_Crypt_PaddAlgo_List2_PushBack
void GWEN_Crypt_PaddAlgo_List2_PushBack(GWEN_CRYPT_PADDALGO_LIST2 *l, GWEN_CRYPT_PADDALGO *p)
GWEN_XMLNode_ConstList2_GetFront
const GWEN_XMLNODE * GWEN_XMLNode_ConstList2_GetFront(GWEN_XMLNODE_CONSTLIST2 *l)
GWEN_Param_List2Iterator_new
GWEN_PARAM_LIST2_ITERATOR * GWEN_Param_List2Iterator_new(GWEN_PARAM_LIST2 *l)
GWEN_SslCertDescr_ConstList2_Clear
void GWEN_SslCertDescr_ConstList2_Clear(GWEN_SSLCERTDESCR_CONSTLIST2 *l)
GWEN_CRYPT_KEY_CONSTLIST2_ITERATOR
struct GWEN_CRYPT_KEY_CONSTLIST2_ITERATOR GWEN_CRYPT_KEY_CONSTLIST2_ITERATOR
Definition: listdoc.h:573
GWEN_SOCKET_LIST::first
GWEN_SOCKET * first
Definition: listdoc.h:4138
GWEN_Url_List_Insert
void GWEN_Url_List_Insert(GWEN_URL *element, GWEN_URL_LIST *list)
pr_ConstList2_First
t_CONSTLIST2_ITERATOR * pr_ConstList2_First(t_CONSTLIST2 *l)
GWEN_PLUGIN_DESCRIPTION_CONSTLIST2
struct GWEN_PLUGIN_DESCRIPTION_CONSTLIST2 GWEN_PLUGIN_DESCRIPTION_CONSTLIST2
Definition: listdoc.h:6374
GWEN_DIALOG_LIST2_FOREACH
GWEN_DIALOG *() GWEN_DIALOG_LIST2_FOREACH(GWEN_DIALOG *element, void *user_data)
Definition: listdoc.h:2168
GWEN_FSLock_List_Clear
void GWEN_FSLock_List_Clear(GWEN_FSLOCK_LIST *l)
GWEN_DBIO_List_Clear
void GWEN_DBIO_List_Clear(GWEN_DBIO_LIST *l)
GWEN_CRYPT_TOKEN
struct GWEN_CRYPT_TOKEN GWEN_CRYPT_TOKEN
Definition: ct.h:19
GWEN_Crypt_PaddAlgo_ConstList2Iterator_Previous
const GWEN_CRYPT_PADDALGO * GWEN_Crypt_PaddAlgo_ConstList2Iterator_Previous(GWEN_CRYPT_PADDALGO_CONSTLIST2_ITERATOR *li)
GWEN_DIALOG_LIST__ELEMENT
struct GWEN_DIALOG_LIST_ELEMENT GWEN_DIALOG_LIST__ELEMENT
GWEN_FSLOCK_CONSTLIST2_ITERATOR
struct GWEN_FSLOCK_CONSTLIST2_ITERATOR GWEN_FSLOCK_CONSTLIST2_ITERATOR
Definition: listdoc.h:2688
GWEN_Socket_List_free
void GWEN_Socket_List_free(GWEN_SOCKET_LIST *l)
GWEN_SslCertDescr_List2_GetBack
GWEN_SSLCERTDESCR * GWEN_SslCertDescr_List2_GetBack(GWEN_SSLCERTDESCR_LIST2 *l)
GWEN_MDigest_List_SetSortFn
GWEN_MDIGEST_LIST_SORT_FN GWEN_MDigest_List_SetSortFn(GWEN_MDIGEST_LIST *l, GWEN_MDIGEST_LIST_SORT_FN fn)
GWEN_URL_LIST2_FOREACH
GWEN_URL *() GWEN_URL_LIST2_FOREACH(GWEN_URL *element, void *user_data)
Definition: listdoc.h:7784
pr_List_Next
t * pr_List_Next(const t *element)
GWEN_INHERITDATA_LIST_ELEMENT
Definition: listdoc.h:4267
GWEN_Url_List2_PopFront
void GWEN_Url_List2_PopFront(GWEN_URL_LIST2 *l)
GWEN_TLV_LIST_ELEMENT::nextObject
GWEN_TLV * nextObject
Definition: listdoc.h:7620
GWEN_Param_List2_Last
GWEN_PARAM_LIST2_ITERATOR * GWEN_Param_List2_Last(GWEN_PARAM_LIST2 *l)
pr_ConstList2_new
t_CONSTLIST2 * pr_ConstList2_new()
GWEN_XMLNode_List2_free
void GWEN_XMLNode_List2_free(GWEN_XMLNODE_LIST2 *l)
GWEN_DIALOG_LIST
struct GWEN_DIALOG_LIST GWEN_DIALOG_LIST
Definition: listdoc.h:2406
GWEN_FSLock_ConstList2_ForEach
const GWEN_FSLOCK * GWEN_FSLock_ConstList2_ForEach(GWEN_FSLOCK_CONSTLIST2 *list, GWEN_FSLOCK_CONSTLIST2_FOREACH func, void *user_data)
pr_ConstList2_PopFront
void pr_ConstList2_PopFront(t_CONSTLIST2 *l)
GWEN_Crypt_Key_List_Last
GWEN_CRYPT_KEY * GWEN_Crypt_Key_List_Last(const GWEN_CRYPT_KEY_LIST *l)
GWEN_InheritData_List_First
GWEN_INHERITDATA * GWEN_InheritData_List_First(const GWEN_INHERITDATA_LIST *l)
GWEN_Crypt_Key_ConstList2_First
GWEN_CRYPT_KEY_CONSTLIST2_ITERATOR * GWEN_Crypt_Key_ConstList2_First(GWEN_CRYPT_KEY_CONSTLIST2 *l)
GWEN_CRYPT_TOKEN_CONSTLIST2
struct GWEN_CRYPT_TOKEN_CONSTLIST2 GWEN_CRYPT_TOKEN_CONSTLIST2
Definition: listdoc.h:965
GWEN_TAG16_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:7469
GWEN_SarFileHeader_List2Iterator_Data
GWEN_SAR_FILEHEADER * GWEN_SarFileHeader_List2Iterator_Data(GWEN_SAR_FILEHEADER_LIST2_ITERATOR *li)
GWEN_Crypt_Token_List2_Erase
void GWEN_Crypt_Token_List2_Erase(GWEN_CRYPT_TOKEN_LIST2 *l, GWEN_CRYPT_TOKEN_LIST2_ITERATOR *it)
GWEN_Socket_ConstList2_GetBack
const GWEN_SOCKET * GWEN_Socket_ConstList2_GetBack(GWEN_SOCKET_CONSTLIST2 *l)
HtmlImage_List_free
void HtmlImage_List_free(HTML_IMAGE_LIST *l)
GWEN_Crypt_Token_KeyInfo_ConstList2_PushBack
void GWEN_Crypt_Token_KeyInfo_ConstList2_PushBack(GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2 *l, const GWEN_CRYPT_TOKEN_KEYINFO *p)
GWEN_Crypt_Token_KeyInfo_ConstList2_Last
GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2_ITERATOR * GWEN_Crypt_Token_KeyInfo_ConstList2_Last(GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2 *l)
GWEN_SarFileHeader_ConstList2_GetFront
const GWEN_SAR_FILEHEADER * GWEN_SarFileHeader_ConstList2_GetFront(GWEN_SAR_FILEHEADER_CONSTLIST2 *l)
GWEN_PluginDescription_List2_PopFront
void GWEN_PluginDescription_List2_PopFront(GWEN_PLUGIN_DESCRIPTION_LIST2 *l)
GWEN_Crypt_Token_ConstList2_ForEach
const GWEN_CRYPT_TOKEN * GWEN_Crypt_Token_ConstList2_ForEach(GWEN_CRYPT_TOKEN_CONSTLIST2 *list, GWEN_CRYPT_TOKEN_CONSTLIST2_FOREACH func, void *user_data)
GWEN_SyncIo_List_AddList
void GWEN_SyncIo_List_AddList(GWEN_SYNCIO_LIST *dst, GWEN_SYNCIO_LIST *l)
GWEN_SIGHEAD_LIST
Definition: listdoc.h:6645
GWEN_Crypt_Key_List2_Clear
void GWEN_Crypt_Key_List2_Clear(GWEN_CRYPT_KEY_LIST2 *l)
GWEN_PLUGIN_DESCRIPTION_LIST2
struct GWEN_PLUGIN_DESCRIPTION_LIST2 GWEN_PLUGIN_DESCRIPTION_LIST2
Definition: listdoc.h:6238
GWEN_CryptHead_List_Del
void GWEN_CryptHead_List_Del(GWEN_CRYPTHEAD *element)
GWEN_SslCertDescr_List_Add
void GWEN_SslCertDescr_List_Add(GWEN_SSLCERTDESCR *element, GWEN_SSLCERTDESCR_LIST *list)
GWEN_SIGTAIL
struct GWEN_SIGTAIL GWEN_SIGTAIL
Definition: sigtail.h:24
GWEN_Crypt_Token_Context_List2Iterator_Data
GWEN_CRYPT_TOKEN_CONTEXT * GWEN_Crypt_Token_Context_List2Iterator_Data(GWEN_CRYPT_TOKEN_CONTEXT_LIST2_ITERATOR *li)
GWEN_SSLCERTDESCR_LIST__ELEMENT
struct GWEN_SSLCERTDESCR_LIST_ELEMENT GWEN_SSLCERTDESCR_LIST__ELEMENT
GWEN_SslCertDescr_List2_new
GWEN_SSLCERTDESCR_LIST2 * GWEN_SslCertDescr_List2_new()
GWEN_Dialog_ConstList2_GetFront
const GWEN_DIALOG * GWEN_Dialog_ConstList2_GetFront(GWEN_DIALOG_CONSTLIST2 *l)
GWEN_Crypt_PaddAlgo_List2_GetFront
GWEN_CRYPT_PADDALGO * GWEN_Crypt_PaddAlgo_List2_GetFront(GWEN_CRYPT_PADDALGO_LIST2 *l)
GWEN_Crypt_PaddAlgo_List2Iterator_Data
GWEN_CRYPT_PADDALGO * GWEN_Crypt_PaddAlgo_List2Iterator_Data(GWEN_CRYPT_PADDALGO_LIST2_ITERATOR *li)
HTML_FONT_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:3575
GWEN_SyncIo_List_free
void GWEN_SyncIo_List_free(GWEN_SYNCIO_LIST *l)
GWEN_Crypt_Key_List_Clear
void GWEN_Crypt_Key_List_Clear(GWEN_CRYPT_KEY_LIST *l)
GWEN_SOCKET_CONSTLIST2_ITERATOR
struct GWEN_SOCKET_CONSTLIST2_ITERATOR GWEN_SOCKET_CONSTLIST2_ITERATOR
Definition: listdoc.h:4017
GWEN_Param_List_GetCount
uint32_t GWEN_Param_List_GetCount(const GWEN_PARAM_LIST *l)
GWEN_CRYPT_TOKEN_CONTEXT_LIST__ELEMENT
struct GWEN_CRYPT_TOKEN_CONTEXT_LIST_ELEMENT GWEN_CRYPT_TOKEN_CONTEXT_LIST__ELEMENT
GWEN_XMLNODE_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:8555
GWEN_Crypt_Token_KeyInfo_List_new
GWEN_CRYPT_TOKEN_KEYINFO_LIST * GWEN_Crypt_Token_KeyInfo_List_new()
GWEN_SarFileHeader_List_Del
void GWEN_SarFileHeader_List_Del(GWEN_SAR_FILEHEADER *element)
GWEN_XMLNode_ConstList2_new
GWEN_XMLNODE_CONSTLIST2 * GWEN_XMLNode_ConstList2_new()
GWEN_Crypt_CryptAlgo_ConstList2_PushBack
void GWEN_Crypt_CryptAlgo_ConstList2_PushBack(GWEN_CRYPT_CRYPTALGO_CONSTLIST2 *l, const GWEN_CRYPT_CRYPTALGO *p)
GWEN_SIGHEAD_LIST__ELEMENT
struct GWEN_SIGHEAD_LIST_ELEMENT GWEN_SIGHEAD_LIST__ELEMENT
GWEN_Dialog_List2_GetFront
GWEN_DIALOG * GWEN_Dialog_List2_GetFront(GWEN_DIALOG_LIST2 *l)
pr_List_SetSortFn
t_LIST_SORT_FN pr_List_SetSortFn(t_LIST *l, t_LIST_SORT_FN fn)
pr_List_Sort
void pr_List_Sort(t_LIST *l, int ascending)
GWEN_CRYPT_PADDALGO_CONSTLIST2_ITERATOR
struct GWEN_CRYPT_PADDALGO_CONSTLIST2_ITERATOR GWEN_CRYPT_PADDALGO_CONSTLIST2_ITERATOR
Definition: listdoc.h:5739
GWEN_MDigest_ConstList2Iterator_Previous
const GWEN_MDIGEST * GWEN_MDigest_ConstList2Iterator_Previous(GWEN_MDIGEST_CONSTLIST2_ITERATOR *li)
GWEN_XMLNode_List2Iterator_free
void GWEN_XMLNode_List2Iterator_free(GWEN_XMLNODE_LIST2_ITERATOR *li)
GWEN_Crypt_CryptAlgo_ConstList2_new
GWEN_CRYPT_CRYPTALGO_CONSTLIST2 * GWEN_Crypt_CryptAlgo_ConstList2_new()
GWEN_Crypt_Token_List_Add
void GWEN_Crypt_Token_List_Add(GWEN_CRYPT_TOKEN *element, GWEN_CRYPT_TOKEN_LIST *list)
GWEN_SslCertDescr_ConstList2_PushBack
void GWEN_SslCertDescr_ConstList2_PushBack(GWEN_SSLCERTDESCR_CONSTLIST2 *l, const GWEN_SSLCERTDESCR *p)
GWEN_Crypt_Token_List_SetSortFn
GWEN_CRYPT_TOKEN_LIST_SORT_FN GWEN_Crypt_Token_List_SetSortFn(GWEN_CRYPT_TOKEN_LIST *l, GWEN_CRYPT_TOKEN_LIST_SORT_FN fn)
GWEN_TLV_List_Last
GWEN_TLV * GWEN_TLV_List_Last(const GWEN_TLV_LIST *l)
GWEN_Param_List_AddList
void GWEN_Param_List_AddList(GWEN_PARAM_LIST *dst, GWEN_PARAM_LIST *l)
GWEN_Crypt_CryptAlgo_List2Iterator_Next
GWEN_CRYPT_CRYPTALGO * GWEN_Crypt_CryptAlgo_List2Iterator_Next(GWEN_CRYPT_CRYPTALGO_LIST2_ITERATOR *li)
GWEN_PLUGIN_DESCRIPTION_LIST::count
uint32_t count
Definition: listdoc.h:6497
GWEN_FSLock_ConstList2Iterator_Data
const GWEN_FSLOCK * GWEN_FSLock_ConstList2Iterator_Data(GWEN_FSLOCK_CONSTLIST2_ITERATOR *li)
GWEN_SIGHEAD_LIST_ELEMENT
Definition: listdoc.h:6625
GWEN_TLV_LIST_ELEMENT
Definition: listdoc.h:7618
GWEN_PluginDescription_List_Add
void GWEN_PluginDescription_List_Add(GWEN_PLUGIN_DESCRIPTION *element, GWEN_PLUGIN_DESCRIPTION_LIST *list)
GWEN_Crypt_PaddAlgo_List2_Last
GWEN_CRYPT_PADDALGO_LIST2_ITERATOR * GWEN_Crypt_PaddAlgo_List2_Last(GWEN_CRYPT_PADDALGO_LIST2 *l)
GWEN_SOCKET_LIST
struct GWEN_SOCKET_LIST GWEN_SOCKET_LIST
Definition: listdoc.h:4128
GWEN_Crypt_Token_KeyInfo_ConstList2Iterator_Data
const GWEN_CRYPT_TOKEN_KEYINFO * GWEN_Crypt_Token_KeyInfo_ConstList2Iterator_Data(GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2_ITERATOR *li)
HTML_IMAGE_LIST::count
uint32_t count
Definition: listdoc.h:3746
GWEN_PLUGIN_DESCRIPTION_LIST_ELEMENT
Definition: listdoc.h:6475
GWEN_XMLNode_ConstList2_free
void GWEN_XMLNode_ConstList2_free(GWEN_XMLNODE_CONSTLIST2 *l)
GWEN_Param_ConstList2_free
void GWEN_Param_ConstList2_free(GWEN_PARAM_CONSTLIST2 *l)
GWEN_Url_List_Last
GWEN_URL * GWEN_Url_List_Last(const GWEN_URL_LIST *l)
GWEN_Crypt_PaddAlgo_List2_GetSize
unsigned int GWEN_Crypt_PaddAlgo_List2_GetSize(GWEN_CRYPT_PADDALGO_LIST2 *l)
GWEN_Crypt_Token_KeyInfo_List_Previous
GWEN_CRYPT_TOKEN_KEYINFO * GWEN_Crypt_Token_KeyInfo_List_Previous(const GWEN_CRYPT_TOKEN_KEYINFO *element)
GWEN_Crypt_Key_ConstList2Iterator_Next
const GWEN_CRYPT_KEY * GWEN_Crypt_Key_ConstList2Iterator_Next(GWEN_CRYPT_KEY_CONSTLIST2_ITERATOR *li)
GWEN_DIALOG_LIST::first
GWEN_DIALOG * first
Definition: listdoc.h:2416
GWEN_CRYPT_TOKEN_LIST::first
GWEN_CRYPT_TOKEN * first
Definition: listdoc.h:1087
GWEN_Socket_List_Del
void GWEN_Socket_List_Del(GWEN_SOCKET *element)
GWEN_TAG16_LIST_ELEMENT
Definition: listdoc.h:7468
GWEN_Crypt_HashAlgo_List2_PopFront
void GWEN_Crypt_HashAlgo_List2_PopFront(GWEN_CRYPT_HASHALGO_LIST2 *l)
GWEN_Crypt_Token_Context_ConstList2_ForEach
const GWEN_CRYPT_TOKEN_CONTEXT * GWEN_Crypt_Token_Context_ConstList2_ForEach(GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2 *list, GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2_FOREACH func, void *user_data)
GWEN_DBIO_List_First
GWEN_DBIO * GWEN_DBIO_List_First(const GWEN_DBIO_LIST *l)
GWEN_Crypt_Key_List_AddList
void GWEN_Crypt_Key_List_AddList(GWEN_CRYPT_KEY_LIST *dst, GWEN_CRYPT_KEY_LIST *l)
GWEN_Crypt_HashAlgo_ConstList2_PushFront
void GWEN_Crypt_HashAlgo_ConstList2_PushFront(GWEN_CRYPT_HASHALGO_CONSTLIST2 *l, const GWEN_CRYPT_HASHALGO *p)
GWEN_Crypt_PaddAlgo_ConstList2_GetSize
unsigned int GWEN_Crypt_PaddAlgo_ConstList2_GetSize(GWEN_CRYPT_PADDALGO_CONSTLIST2 *l)
GWEN_DBIO_List_free
void GWEN_DBIO_List_free(GWEN_DBIO_LIST *l)
GWEN_Crypt_Key_List2Iterator_Data
GWEN_CRYPT_KEY * GWEN_Crypt_Key_List2Iterator_Data(GWEN_CRYPT_KEY_LIST2_ITERATOR *li)
HTML_FONT_LIST::id
uint32_t id
Definition: listdoc.h:3597
GWEN_MDigest_List_new
GWEN_MDIGEST_LIST * GWEN_MDigest_List_new()
GWEN_Url_ConstList2_GetBack
const GWEN_URL * GWEN_Url_ConstList2_GetBack(GWEN_URL_CONSTLIST2 *l)
GWEN_XMLNODE_NAMESPACE_LIST_ELEMENT::nextObject
GWEN_XMLNODE_NAMESPACE * nextObject
Definition: listdoc.h:8163
GWEN_Url_List2_First
GWEN_URL_LIST2_ITERATOR * GWEN_Url_List2_First(GWEN_URL_LIST2 *l)
GWEN_Crypt_PaddAlgo_List2_PushFront
void GWEN_Crypt_PaddAlgo_List2_PushFront(GWEN_CRYPT_PADDALGO_LIST2 *l, GWEN_CRYPT_PADDALGO *p)
GWEN_Dialog_List_SetSortFn
GWEN_DIALOG_LIST_SORT_FN GWEN_Dialog_List_SetSortFn(GWEN_DIALOG_LIST *l, GWEN_DIALOG_LIST_SORT_FN fn)
GWEN_Dialog_List_Previous
GWEN_DIALOG * GWEN_Dialog_List_Previous(const GWEN_DIALOG *element)
GWEN_TLV_LIST::id
uint32_t id
Definition: listdoc.h:7641
GWEN_PluginDescription_List_AddList
void GWEN_PluginDescription_List_AddList(GWEN_PLUGIN_DESCRIPTION_LIST *dst, GWEN_PLUGIN_DESCRIPTION_LIST *l)
GWEN_SOCKET_LIST
Definition: listdoc.h:4137
GWEN_Crypt_Token_KeyInfo_List2_PushBack
void GWEN_Crypt_Token_KeyInfo_List2_PushBack(GWEN_CRYPT_TOKEN_KEYINFO_LIST2 *l, GWEN_CRYPT_TOKEN_KEYINFO *p)
GWEN_Dialog_List2_PushFront
void GWEN_Dialog_List2_PushFront(GWEN_DIALOG_LIST2 *l, GWEN_DIALOG *p)
MYSTRUCT_LIST
struct MYSTRUCT_LIST MYSTRUCT_LIST
Definition: listdoc.h:4578
GWEN_Crypt_Token_List2_GetSize
unsigned int GWEN_Crypt_Token_List2_GetSize(GWEN_CRYPT_TOKEN_LIST2 *l)
GWEN_XsdNode_List_First
GWEN_XSD_NODE * GWEN_XsdNode_List_First(const GWEN_XSD_NODE_LIST *l)
GWEN_PluginDescription_ConstList2_free
void GWEN_PluginDescription_ConstList2_free(GWEN_PLUGIN_DESCRIPTION_CONSTLIST2 *l)
GWEN_Crypt_CryptAlgo_List2_ForEach
GWEN_CRYPT_CRYPTALGO * GWEN_Crypt_CryptAlgo_List2_ForEach(GWEN_CRYPT_CRYPTALGO_LIST2 *list, GWEN_CRYPT_CRYPTALGO_LIST2_FOREACH func, void *user_data)
GWEN_SarFileHeader_List2_new
GWEN_SAR_FILEHEADER_LIST2 * GWEN_SarFileHeader_List2_new()
GWEN_DIALOG_LIST::count
uint32_t count
Definition: listdoc.h:2417
GWEN_Socket_ConstList2_PushBack
void GWEN_Socket_ConstList2_PushBack(GWEN_SOCKET_CONSTLIST2 *l, const GWEN_SOCKET *p)
GWEN_URL_LIST::first
GWEN_URL * first
Definition: listdoc.h:8032
GWEN_CRYPT_KEY_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:674
GWEN_CryptHead_List_Sort
void GWEN_CryptHead_List_Sort(GWEN_CRYPTHEAD_LIST *l, int ascending)
GWEN_CRYPT_HASHALGO_LIST2
struct GWEN_CRYPT_HASHALGO_LIST2 GWEN_CRYPT_HASHALGO_LIST2
Definition: listdoc.h:3337
GWEN_FSLock_List_Insert
void GWEN_FSLock_List_Insert(GWEN_FSLOCK *element, GWEN_FSLOCK_LIST *list)
GWEN_Param_ConstList2_Last
GWEN_PARAM_CONSTLIST2_ITERATOR * GWEN_Param_ConstList2_Last(GWEN_PARAM_CONSTLIST2 *l)
pr_List2_PopFront
void pr_List2_PopFront(t_LIST2 *l)
GWEN_URL_LIST_ELEMENT
Definition: listdoc.h:8011
GWEN_DBIO_List_Insert
void GWEN_DBIO_List_Insert(GWEN_DBIO *element, GWEN_DBIO_LIST *list)
GWEN_SyncIo_List_First
GWEN_SYNCIO * GWEN_SyncIo_List_First(const GWEN_SYNCIO_LIST *l)
GWEN_CRYPTHEAD
struct GWEN_CRYPTHEAD GWEN_CRYPTHEAD
Definition: crypthead.h:23
GWEN_Crypt_PaddAlgo_List2_Clear
void GWEN_Crypt_PaddAlgo_List2_Clear(GWEN_CRYPT_PADDALGO_LIST2 *l)
GWEN_Socket_ConstList2Iterator_Data
const GWEN_SOCKET * GWEN_Socket_ConstList2Iterator_Data(GWEN_SOCKET_CONSTLIST2_ITERATOR *li)
GWEN_PARAM_CONSTLIST2
struct GWEN_PARAM_CONSTLIST2 GWEN_PARAM_CONSTLIST2
Definition: listdoc.h:5981
GWEN_SarFileHeader_ConstList2_GetBack
const GWEN_SAR_FILEHEADER * GWEN_SarFileHeader_ConstList2_GetBack(GWEN_SAR_FILEHEADER_CONSTLIST2 *l)
GWEN_CRYPT_TOKEN_KEYINFO_LIST::count
uint32_t count
Definition: listdoc.h:1874
HTML_FONT_LIST::first
HTML_FONT * first
Definition: listdoc.h:3595
GWEN_SslCertDescr_ConstList2Iterator_Next
const GWEN_SSLCERTDESCR * GWEN_SslCertDescr_ConstList2Iterator_Next(GWEN_SSLCERTDESCR_CONSTLIST2_ITERATOR *li)
GWEN_Socket_List2Iterator_new
GWEN_SOCKET_LIST2_ITERATOR * GWEN_Socket_List2Iterator_new(GWEN_SOCKET_LIST2 *l)
GWEN_DIALOG_LIST2_ITERATOR
struct GWEN_DIALOG_LIST2_ITERATOR GWEN_DIALOG_LIST2_ITERATOR
Definition: listdoc.h:2163
GWEN_CRYPT_TOKEN_CONTEXT_LIST::count
uint32_t count
Definition: listdoc.h:1481
GWEN_SslCertDescr_List_SetSortFn
GWEN_SSLCERTDESCR_LIST_SORT_FN GWEN_SslCertDescr_List_SetSortFn(GWEN_SSLCERTDESCR_LIST *l, GWEN_SSLCERTDESCR_LIST_SORT_FN fn)
GWEN_CRYPT_PADDALGO_LIST2_FOREACH
GWEN_CRYPT_PADDALGO *() GWEN_CRYPT_PADDALGO_LIST2_FOREACH(GWEN_CRYPT_PADDALGO *element, void *user_data)
Definition: listdoc.h:5612
GWEN_Crypt_PaddAlgo_ConstList2_free
void GWEN_Crypt_PaddAlgo_ConstList2_free(GWEN_CRYPT_PADDALGO_CONSTLIST2 *l)
HtmlFont_List_Add
void HtmlFont_List_Add(HTML_FONT *element, HTML_FONT_LIST *list)
GWEN_XMLNODE_NAMESPACE_LIST_ELEMENT
Definition: listdoc.h:8161
GWEN_XMLNode_NameSpace_List_Sort
void GWEN_XMLNode_NameSpace_List_Sort(GWEN_XMLNODE_NAMESPACE_LIST *l, int ascending)
GWEN_PluginDescription_List2_Clear
void GWEN_PluginDescription_List2_Clear(GWEN_PLUGIN_DESCRIPTION_LIST2 *l)
GWEN_Crypt_Token_List2_PushBack
void GWEN_Crypt_Token_List2_PushBack(GWEN_CRYPT_TOKEN_LIST2 *l, GWEN_CRYPT_TOKEN *p)
GWEN_Crypt_Token_List2Iterator_Data
GWEN_CRYPT_TOKEN * GWEN_Crypt_Token_List2Iterator_Data(GWEN_CRYPT_TOKEN_LIST2_ITERATOR *li)
GWEN_SarFileHeader_List2Iterator_new
GWEN_SAR_FILEHEADER_LIST2_ITERATOR * GWEN_SarFileHeader_List2Iterator_new(GWEN_SAR_FILEHEADER_LIST2 *l)
HtmlFont_List_Clear
void HtmlFont_List_Clear(HTML_FONT_LIST *l)
GWEN_Crypt_PaddAlgo_List2_new
GWEN_CRYPT_PADDALGO_LIST2 * GWEN_Crypt_PaddAlgo_List2_new()
GWEN_TLV_List_free
void GWEN_TLV_List_free(GWEN_TLV_LIST *l)
GWEN_SYNCIO_LIST__ELEMENT
struct GWEN_SYNCIO_LIST_ELEMENT GWEN_SYNCIO_LIST__ELEMENT
GWEN_Crypt_HashAlgo_ConstList2_Clear
void GWEN_Crypt_HashAlgo_ConstList2_Clear(GWEN_CRYPT_HASHALGO_CONSTLIST2 *l)
GWEN_Url_ConstList2Iterator_Data
const GWEN_URL * GWEN_Url_ConstList2Iterator_Data(GWEN_URL_CONSTLIST2_ITERATOR *li)
GWEN_Param_List2_GetSize
unsigned int GWEN_Param_List2_GetSize(GWEN_PARAM_LIST2 *l)
GWEN_INHERITDATA_LIST::id
uint32_t id
Definition: listdoc.h:4290
GWEN_MDigest_List2Iterator_free
void GWEN_MDigest_List2Iterator_free(GWEN_MDIGEST_LIST2_ITERATOR *li)
GWEN_Crypt_CryptAlgo_List2_GetFront
GWEN_CRYPT_CRYPTALGO * GWEN_Crypt_CryptAlgo_List2_GetFront(GWEN_CRYPT_CRYPTALGO_LIST2 *l)
GWEN_Url_List2Iterator_Data
GWEN_URL * GWEN_Url_List2Iterator_Data(GWEN_URL_LIST2_ITERATOR *li)
GWEN_Crypt_PaddAlgo_ConstList2_Clear
void GWEN_Crypt_PaddAlgo_ConstList2_Clear(GWEN_CRYPT_PADDALGO_CONSTLIST2 *l)
GWEN_FSLOCK_LIST
Definition: listdoc.h:2808
GWEN_Crypt_Token_List2_First
GWEN_CRYPT_TOKEN_LIST2_ITERATOR * GWEN_Crypt_Token_List2_First(GWEN_CRYPT_TOKEN_LIST2 *l)
GWEN_SarFileHeader_List_First
GWEN_SAR_FILEHEADER * GWEN_SarFileHeader_List_First(const GWEN_SAR_FILEHEADER_LIST *l)
GWEN_Param_List_Insert
void GWEN_Param_List_Insert(GWEN_PARAM *element, GWEN_PARAM_LIST *list)
pr_List2Iterator_Next
t * pr_List2Iterator_Next(t_LIST2_ITERATOR *li)
GWEN_XMLNODE_NAMESPACE_LIST_SORT_FN
int GWENHYWFAR_CB(* GWEN_XMLNODE_NAMESPACE_LIST_SORT_FN)(const GWEN_XMLNODE_NAMESPACE *a, const GWEN_XMLNODE_NAMESPACE *b, int ascending)
Definition: listdoc.h:8177
pr_List2Iterator_Previous
t * pr_List2Iterator_Previous(t_LIST2_ITERATOR *li)
GWEN_Crypt_Token_List2_Clear
void GWEN_Crypt_Token_List2_Clear(GWEN_CRYPT_TOKEN_LIST2 *l)
GWEN_Crypt_HashAlgo_ConstList2Iterator_new
GWEN_CRYPT_HASHALGO_CONSTLIST2_ITERATOR * GWEN_Crypt_HashAlgo_ConstList2Iterator_new(GWEN_CRYPT_HASHALGO_CONSTLIST2 *l)
GWEN_XMLNode_List_GetCount
uint32_t GWEN_XMLNode_List_GetCount(const GWEN_XMLNODE_LIST *l)
GWEN_SslCertDescr_List2_Dump
void GWEN_SslCertDescr_List2_Dump(GWEN_SSLCERTDESCR_LIST2 *l, FILE *f, unsigned int indent)
GWEN_FSLock_ConstList2_Clear
void GWEN_FSLock_ConstList2_Clear(GWEN_FSLOCK_CONSTLIST2 *l)
GWEN_Crypt_PaddAlgo_ConstList2Iterator_Next
const GWEN_CRYPT_PADDALGO * GWEN_Crypt_PaddAlgo_ConstList2Iterator_Next(GWEN_CRYPT_PADDALGO_CONSTLIST2_ITERATOR *li)
GWEN_Param_List_free
void GWEN_Param_List_free(GWEN_PARAM_LIST *l)
GWEN_SyncIo_List_Insert
void GWEN_SyncIo_List_Insert(GWEN_SYNCIO *element, GWEN_SYNCIO_LIST *list)
GWEN_PLUGIN_DESCRIPTION_LIST2_FOREACH
GWEN_PLUGIN_DESCRIPTION *() GWEN_PLUGIN_DESCRIPTION_LIST2_FOREACH(GWEN_PLUGIN_DESCRIPTION *element, void *user_data)
Definition: listdoc.h:6248
GWEN_PARAM_CONSTLIST2_FOREACH
const GWEN_PARAM *() GWEN_PARAM_CONSTLIST2_FOREACH(const GWEN_PARAM *element, void *user_data)
Definition: listdoc.h:5984
GWEN_Url_List2_PushBack
void GWEN_Url_List2_PushBack(GWEN_URL_LIST2 *l, GWEN_URL *p)
GWEN_Param_ConstList2_PushBack
void GWEN_Param_ConstList2_PushBack(GWEN_PARAM_CONSTLIST2 *l, const GWEN_PARAM *p)
GWEN_FSLock_List2Iterator_Next
GWEN_FSLOCK * GWEN_FSLock_List2Iterator_Next(GWEN_FSLOCK_LIST2_ITERATOR *li)
GWEN_Socket_ConstList2_First
GWEN_SOCKET_CONSTLIST2_ITERATOR * GWEN_Socket_ConstList2_First(GWEN_SOCKET_CONSTLIST2 *l)
GWEN_SigHead_List_SetSortFn
GWEN_SIGHEAD_LIST_SORT_FN GWEN_SigHead_List_SetSortFn(GWEN_SIGHEAD_LIST *l, GWEN_SIGHEAD_LIST_SORT_FN fn)
HTML_FONT_LIST::count
uint32_t count
Definition: listdoc.h:3596
GWEN_SarFileHeader_List_new
GWEN_SAR_FILEHEADER_LIST * GWEN_SarFileHeader_List_new()
GWEN_Crypt_Token_List_GetCount
uint32_t GWEN_Crypt_Token_List_GetCount(const GWEN_CRYPT_TOKEN_LIST *l)
GWEN_PluginDescription_List_SetSortFn
GWEN_PLUGIN_DESCRIPTION_LIST_SORT_FN GWEN_PluginDescription_List_SetSortFn(GWEN_PLUGIN_DESCRIPTION_LIST *l, GWEN_PLUGIN_DESCRIPTION_LIST_SORT_FN fn)
MYSTRUCT_LIST_ELEMENT::nextObject
MYSTRUCT * nextObject
Definition: listdoc.h:4569
GWEN_INHERITDATA_LIST
struct GWEN_INHERITDATA_LIST GWEN_INHERITDATA_LIST
Definition: listdoc.h:4278
GWEN_SYNCIO_LIST
Definition: listdoc.h:7338
GWEN_SyncIo_List_Add
void GWEN_SyncIo_List_Add(GWEN_SYNCIO *element, GWEN_SYNCIO_LIST *list)
GWEN_SslCertDescr_List_Next
GWEN_SSLCERTDESCR * GWEN_SslCertDescr_List_Next(const GWEN_SSLCERTDESCR *element)
GWEN_XMLNode_List_Del
void GWEN_XMLNode_List_Del(GWEN_XMLNODE *element)
pr_List2_PopBack
void pr_List2_PopBack(t_LIST2 *l)
HtmlImage_List_new
HTML_IMAGE_LIST * HtmlImage_List_new()
GWEN_SIGTAIL_LIST__ELEMENT
struct GWEN_SIGTAIL_LIST_ELEMENT GWEN_SIGTAIL_LIST__ELEMENT
GWEN_SigHead_List_Insert
void GWEN_SigHead_List_Insert(GWEN_SIGHEAD *element, GWEN_SIGHEAD_LIST *list)
GWEN_XMLNode_ConstList2_Last
GWEN_XMLNODE_CONSTLIST2_ITERATOR * GWEN_XMLNode_ConstList2_Last(GWEN_XMLNODE_CONSTLIST2 *l)
GWEN_XsdNode_List_Insert
void GWEN_XsdNode_List_Insert(GWEN_XSD_NODE *element, GWEN_XSD_NODE_LIST *list)
GWEN_FSLock_List_Add
void GWEN_FSLock_List_Add(GWEN_FSLOCK *element, GWEN_FSLOCK_LIST *list)
HTML_IMAGE_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:3725
GWEN_Crypt_Token_Context_List_Clear
void GWEN_Crypt_Token_Context_List_Clear(GWEN_CRYPT_TOKEN_CONTEXT_LIST *l)
GWEN_CRYPT_TOKEN_CONTEXT_LIST_ELEMENT::nextObject
GWEN_CRYPT_TOKEN_CONTEXT * nextObject
Definition: listdoc.h:1461
GWEN_MDigest_ConstList2_PushBack
void GWEN_MDigest_ConstList2_PushBack(GWEN_MDIGEST_CONSTLIST2 *l, const GWEN_MDIGEST *p)
GWEN_Crypt_Token_KeyInfo_ConstList2_GetSize
unsigned int GWEN_Crypt_Token_KeyInfo_ConstList2_GetSize(GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2 *l)
GWEN_Crypt_Token_Context_List2_ForEach
GWEN_CRYPT_TOKEN_CONTEXT * GWEN_Crypt_Token_Context_List2_ForEach(GWEN_CRYPT_TOKEN_CONTEXT_LIST2 *list, GWEN_CRYPT_TOKEN_CONTEXT_LIST2_FOREACH func, void *user_data)
GWEN_Param_ConstList2_GetBack
const GWEN_PARAM * GWEN_Param_ConstList2_GetBack(GWEN_PARAM_CONSTLIST2 *l)
GWEN_MDigest_List2_PopBack
void GWEN_MDigest_List2_PopBack(GWEN_MDIGEST_LIST2 *l)
GWEN_Dialog_List_Del
void GWEN_Dialog_List_Del(GWEN_DIALOG *element)
GWEN_Url_List2Iterator_free
void GWEN_Url_List2Iterator_free(GWEN_URL_LIST2_ITERATOR *li)
GWEN_SAR_FILEHEADER_CONSTLIST2_ITERATOR
struct GWEN_SAR_FILEHEADER_CONSTLIST2_ITERATOR GWEN_SAR_FILEHEADER_CONSTLIST2_ITERATOR
Definition: listdoc.h:3081
GWEN_Dialog_List2Iterator_Data
GWEN_DIALOG * GWEN_Dialog_List2Iterator_Data(GWEN_DIALOG_LIST2_ITERATOR *li)
GWEN_Crypt_Token_ConstList2_Last
GWEN_CRYPT_TOKEN_CONSTLIST2_ITERATOR * GWEN_Crypt_Token_ConstList2_Last(GWEN_CRYPT_TOKEN_CONSTLIST2 *l)
GWEN_Url_ConstList2_PopFront
void GWEN_Url_ConstList2_PopFront(GWEN_URL_CONSTLIST2 *l)
HtmlImage_List_Previous
HTML_IMAGE * HtmlImage_List_Previous(const HTML_IMAGE *element)
GWEN_Crypt_HashAlgo_List2Iterator_new
GWEN_CRYPT_HASHALGO_LIST2_ITERATOR * GWEN_Crypt_HashAlgo_List2Iterator_new(GWEN_CRYPT_HASHALGO_LIST2 *l)
GWEN_Crypt_Token_List_Last
GWEN_CRYPT_TOKEN * GWEN_Crypt_Token_List_Last(const GWEN_CRYPT_TOKEN_LIST *l)
GWEN_Crypt_Token_List2_Dump
void GWEN_Crypt_Token_List2_Dump(GWEN_CRYPT_TOKEN_LIST2 *l, FILE *f, unsigned int indent)
GWEN_CRYPT_KEY_LIST_ELEMENT
Definition: listdoc.h:673
GWEN_Crypt_Token_KeyInfo_List_free
void GWEN_Crypt_Token_KeyInfo_List_free(GWEN_CRYPT_TOKEN_KEYINFO_LIST *l)
GWEN_Crypt_HashAlgo_List2Iterator_Next
GWEN_CRYPT_HASHALGO * GWEN_Crypt_HashAlgo_List2Iterator_Next(GWEN_CRYPT_HASHALGO_LIST2_ITERATOR *li)
pr_List2_GetSize
unsigned int pr_List2_GetSize(t_LIST2 *l)
GWEN_DBIO_List_Sort
void GWEN_DBIO_List_Sort(GWEN_DBIO_LIST *l, int ascending)
GWEN_Url_List_GetCount
uint32_t GWEN_Url_List_GetCount(const GWEN_URL_LIST *l)
GWEN_Crypt_Token_KeyInfo_ConstList2_ForEach
const GWEN_CRYPT_TOKEN_KEYINFO * GWEN_Crypt_Token_KeyInfo_ConstList2_ForEach(GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2 *list, GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2_FOREACH func, void *user_data)
GWEN_MDigest_List_Add
void GWEN_MDigest_List_Add(GWEN_MDIGEST *element, GWEN_MDIGEST_LIST *list)
GWEN_Crypt_PaddAlgo_List2Iterator_free
void GWEN_Crypt_PaddAlgo_List2Iterator_free(GWEN_CRYPT_PADDALGO_LIST2_ITERATOR *li)
GWEN_Param_ConstList2Iterator_free
void GWEN_Param_ConstList2Iterator_free(GWEN_PARAM_CONSTLIST2_ITERATOR *li)
GWEN_SarFileHeader_List_Add
void GWEN_SarFileHeader_List_Add(GWEN_SAR_FILEHEADER *element, GWEN_SAR_FILEHEADER_LIST *list)
HtmlFont_List_Sort
void HtmlFont_List_Sort(HTML_FONT_LIST *l, int ascending)
t_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:4418
GWEN_SarFileHeader_List2Iterator_Previous
GWEN_SAR_FILEHEADER * GWEN_SarFileHeader_List2Iterator_Previous(GWEN_SAR_FILEHEADER_LIST2_ITERATOR *li)
GWEN_PluginDescription_List2_Dump
void GWEN_PluginDescription_List2_Dump(GWEN_PLUGIN_DESCRIPTION_LIST2 *l, FILE *f, unsigned int indent)
GWEN_XSD_NODE_LIST_ELEMENT::nextObject
GWEN_XSD_NODE * nextObject
Definition: listdoc.h:8706
GWEN_SSLCERTDESCR_LIST_ELEMENT::nextObject
GWEN_SSLCERTDESCR * nextObject
Definition: listdoc.h:7170
GWEN_Crypt_Token_KeyInfo_List2_Last
GWEN_CRYPT_TOKEN_KEYINFO_LIST2_ITERATOR * GWEN_Crypt_Token_KeyInfo_List2_Last(GWEN_CRYPT_TOKEN_KEYINFO_LIST2 *l)
GWEN_CRYPT_TOKEN_LIST
struct GWEN_CRYPT_TOKEN_LIST GWEN_CRYPT_TOKEN_LIST
Definition: listdoc.h:1077
GWEN_Crypt_Token_KeyInfo_ConstList2_PopFront
void GWEN_Crypt_Token_KeyInfo_ConstList2_PopFront(GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2 *l)
GWEN_Param_ConstList2Iterator_Previous
const GWEN_PARAM * GWEN_Param_ConstList2Iterator_Previous(GWEN_PARAM_CONSTLIST2_ITERATOR *li)
GWEN_FSLock_List2Iterator_free
void GWEN_FSLock_List2Iterator_free(GWEN_FSLOCK_LIST2_ITERATOR *li)
GWEN_SyncIo_List_new
GWEN_SYNCIO_LIST * GWEN_SyncIo_List_new()
GWEN_SIGHEAD_LIST
struct GWEN_SIGHEAD_LIST GWEN_SIGHEAD_LIST
Definition: listdoc.h:6636
GWEN_PluginDescription_List2_PushBack
void GWEN_PluginDescription_List2_PushBack(GWEN_PLUGIN_DESCRIPTION_LIST2 *l, GWEN_PLUGIN_DESCRIPTION *p)
GWEN_INHERITDATA
struct GWEN_INHERITDATA GWEN_INHERITDATA
Definition: inherit.h:34
GWEN_DBIO_List_AddList
void GWEN_DBIO_List_AddList(GWEN_DBIO_LIST *dst, GWEN_DBIO_LIST *l)
GWEN_XsdNode_List_AddList
void GWEN_XsdNode_List_AddList(GWEN_XSD_NODE_LIST *dst, GWEN_XSD_NODE_LIST *l)
GWEN_FSLock_ConstList2Iterator_free
void GWEN_FSLock_ConstList2Iterator_free(GWEN_FSLOCK_CONSTLIST2_ITERATOR *li)
HtmlFont_List_new
HTML_FONT_LIST * HtmlFont_List_new()
GWEN_XMLNode_ConstList2Iterator_Next
const GWEN_XMLNODE * GWEN_XMLNode_ConstList2Iterator_Next(GWEN_XMLNODE_CONSTLIST2_ITERATOR *li)
GWEN_CRYPT_TOKEN_CONSTLIST2_ITERATOR
struct GWEN_CRYPT_TOKEN_CONSTLIST2_ITERATOR GWEN_CRYPT_TOKEN_CONSTLIST2_ITERATOR
Definition: listdoc.h:966
GWEN_PluginDescription_List_Next
GWEN_PLUGIN_DESCRIPTION * GWEN_PluginDescription_List_Next(const GWEN_PLUGIN_DESCRIPTION *element)
GWEN_PluginDescription_ConstList2_PopFront
void GWEN_PluginDescription_ConstList2_PopFront(GWEN_PLUGIN_DESCRIPTION_CONSTLIST2 *l)
GWEN_PluginDescription_List2Iterator_Next
GWEN_PLUGIN_DESCRIPTION * GWEN_PluginDescription_List2Iterator_Next(GWEN_PLUGIN_DESCRIPTION_LIST2_ITERATOR *li)
GWEN_Socket_List2_Erase
void GWEN_Socket_List2_Erase(GWEN_SOCKET_LIST2 *l, GWEN_SOCKET_LIST2_ITERATOR *it)
HTML_FONT_LIST
struct HTML_FONT_LIST HTML_FONT_LIST
Definition: listdoc.h:3585
GWEN_FSLock_List2Iterator_Data
GWEN_FSLOCK * GWEN_FSLock_List2Iterator_Data(GWEN_FSLOCK_LIST2_ITERATOR *li)
GWEN_Crypt_CryptAlgo_ConstList2Iterator_Next
const GWEN_CRYPT_CRYPTALGO * GWEN_Crypt_CryptAlgo_ConstList2Iterator_Next(GWEN_CRYPT_CRYPTALGO_CONSTLIST2_ITERATOR *li)
GWEN_Crypt_Token_List_Insert
void GWEN_Crypt_Token_List_Insert(GWEN_CRYPT_TOKEN *element, GWEN_CRYPT_TOKEN_LIST *list)
GWEN_SSLCERTDESCR_LIST
struct GWEN_SSLCERTDESCR_LIST GWEN_SSLCERTDESCR_LIST
Definition: listdoc.h:7179
GWEN_Crypt_Token_Context_List2_GetFront
GWEN_CRYPT_TOKEN_CONTEXT * GWEN_Crypt_Token_Context_List2_GetFront(GWEN_CRYPT_TOKEN_CONTEXT_LIST2 *l)
GWEN_XMLNode_List2Iterator_new
GWEN_XMLNODE_LIST2_ITERATOR * GWEN_XMLNode_List2Iterator_new(GWEN_XMLNODE_LIST2 *l)
GWEN_TAG16
struct GWEN_TAG16 GWEN_TAG16
Definition: tag16.h:18
GWEN_INHERITDATA_LIST__ELEMENT
struct GWEN_INHERITDATA_LIST_ELEMENT GWEN_INHERITDATA_LIST__ELEMENT
GWEN_CryptHead_List_new
GWEN_CRYPTHEAD_LIST * GWEN_CryptHead_List_new()
GWEN_Crypt_HashAlgo_ConstList2_GetFront
const GWEN_CRYPT_HASHALGO * GWEN_Crypt_HashAlgo_ConstList2_GetFront(GWEN_CRYPT_HASHALGO_CONSTLIST2 *l)
GWEN_PARAM_LIST2
struct GWEN_PARAM_LIST2 GWEN_PARAM_LIST2
Definition: listdoc.h:5845
GWEN_CRYPT_TOKEN_LIST2
struct GWEN_CRYPT_TOKEN_LIST2 GWEN_CRYPT_TOKEN_LIST2
Definition: listdoc.h:829
GWEN_Crypt_CryptAlgo_ConstList2_free
void GWEN_Crypt_CryptAlgo_ConstList2_free(GWEN_CRYPT_CRYPTALGO_CONSTLIST2 *l)
GWEN_Crypt_CryptAlgo_ConstList2_PopFront
void GWEN_Crypt_CryptAlgo_ConstList2_PopFront(GWEN_CRYPT_CRYPTALGO_CONSTLIST2 *l)
GWEN_Tag16_List_GetCount
uint32_t GWEN_Tag16_List_GetCount(const GWEN_TAG16_LIST *l)
GWEN_CRYPT_PADDALGO_CONSTLIST2
struct GWEN_CRYPT_PADDALGO_CONSTLIST2 GWEN_CRYPT_PADDALGO_CONSTLIST2
Definition: listdoc.h:5738
GWEN_Dialog_ConstList2_First
GWEN_DIALOG_CONSTLIST2_ITERATOR * GWEN_Dialog_ConstList2_First(GWEN_DIALOG_CONSTLIST2 *l)
GWEN_Url_List_SetSortFn
GWEN_URL_LIST_SORT_FN GWEN_Url_List_SetSortFn(GWEN_URL_LIST *l, GWEN_URL_LIST_SORT_FN fn)
GWEN_URL_CONSTLIST2_ITERATOR
struct GWEN_URL_CONSTLIST2_ITERATOR GWEN_URL_CONSTLIST2_ITERATOR
Definition: listdoc.h:7911
GWEN_SYNCIO_LIST
struct GWEN_SYNCIO_LIST GWEN_SYNCIO_LIST
Definition: listdoc.h:7329
GWEN_DIALOG_LIST
Definition: listdoc.h:2415
GWEN_CRYPT_TOKEN_KEYINFO_LIST_ELEMENT
Definition: listdoc.h:1852
GWEN_MDIGEST
struct GWEN_MDIGEST GWEN_MDIGEST
Definition: mdigest.h:25
GWEN_PARAM_LIST::id
uint32_t id
Definition: listdoc.h:6105
GWEN_SarFileHeader_List2_Clear
void GWEN_SarFileHeader_List2_Clear(GWEN_SAR_FILEHEADER_LIST2 *l)
GWEN_MDigest_List_Insert
void GWEN_MDigest_List_Insert(GWEN_MDIGEST *element, GWEN_MDIGEST_LIST *list)
GWEN_CRYPT_PADDALGO
struct GWEN_CRYPT_PADDALGO GWEN_CRYPT_PADDALGO
Definition: paddalgo.h:21
GWEN_FSLOCK_LIST::first
GWEN_FSLOCK * first
Definition: listdoc.h:2809
GWEN_Crypt_CryptAlgo_List2_GetBack
GWEN_CRYPT_CRYPTALGO * GWEN_Crypt_CryptAlgo_List2_GetBack(GWEN_CRYPT_CRYPTALGO_LIST2 *l)
GWEN_XMLNode_NameSpace_List_Insert
void GWEN_XMLNode_NameSpace_List_Insert(GWEN_XMLNODE_NAMESPACE *element, GWEN_XMLNODE_NAMESPACE_LIST *list)
GWEN_XMLNODE_NAMESPACE_LIST__ELEMENT
struct GWEN_XMLNODE_NAMESPACE_LIST_ELEMENT GWEN_XMLNODE_NAMESPACE_LIST__ELEMENT
GWEN_MDIGEST_CONSTLIST2
struct GWEN_MDIGEST_CONSTLIST2 GWEN_MDIGEST_CONSTLIST2
Definition: listdoc.h:5345
GWEN_Param_List2_Dump
void GWEN_Param_List2_Dump(GWEN_PARAM_LIST2 *l, FILE *f, unsigned int indent)
GWEN_SIGTAIL_LIST
struct GWEN_SIGTAIL_LIST GWEN_SIGTAIL_LIST
Definition: listdoc.h:6786
GWEN_INHERITDATA_LIST::count
uint32_t count
Definition: listdoc.h:4289
HtmlFont_List_Previous
HTML_FONT * HtmlFont_List_Previous(const HTML_FONT *element)
MYSTRUCT_LIST::id
uint32_t id
Definition: listdoc.h:4590
GWEN_CRYPT_TOKEN_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:1067
GWEN_Url_ConstList2Iterator_Next
const GWEN_URL * GWEN_Url_ConstList2Iterator_Next(GWEN_URL_CONSTLIST2_ITERATOR *li)
GWEN_Url_List2Iterator_Previous
GWEN_URL * GWEN_Url_List2Iterator_Previous(GWEN_URL_LIST2_ITERATOR *li)
GWEN_Crypt_Token_KeyInfo_List2_GetSize
unsigned int GWEN_Crypt_Token_KeyInfo_List2_GetSize(GWEN_CRYPT_TOKEN_KEYINFO_LIST2 *l)
GWEN_Tag16_List_SetSortFn
GWEN_TAG16_LIST_SORT_FN GWEN_Tag16_List_SetSortFn(GWEN_TAG16_LIST *l, GWEN_TAG16_LIST_SORT_FN fn)
GWEN_SyncIo_List_Previous
GWEN_SYNCIO * GWEN_SyncIo_List_Previous(const GWEN_SYNCIO *element)
GWENHYWFAR_CB
#define GWENHYWFAR_CB
Definition: gwenhywfarapi.h:89
GWEN_DIALOG_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:2396
t_LIST_ELEMENT
Definition: listdoc.h:4417
GWEN_Socket_ConstList2Iterator_Next
const GWEN_SOCKET * GWEN_Socket_ConstList2Iterator_Next(GWEN_SOCKET_CONSTLIST2_ITERATOR *li)
GWEN_SslCertDescr_List2Iterator_Next
GWEN_SSLCERTDESCR * GWEN_SslCertDescr_List2Iterator_Next(GWEN_SSLCERTDESCR_LIST2_ITERATOR *li)
t_LIST
struct t_LIST t_LIST
Definition: listdoc.h:4428
GWEN_InheritData_List_Clear
void GWEN_InheritData_List_Clear(GWEN_INHERITDATA_LIST *l)
GWEN_XMLNode_ConstList2_PopBack
void GWEN_XMLNode_ConstList2_PopBack(GWEN_XMLNODE_CONSTLIST2 *l)
GWEN_Crypt_HashAlgo_ConstList2Iterator_free
void GWEN_Crypt_HashAlgo_ConstList2Iterator_free(GWEN_CRYPT_HASHALGO_CONSTLIST2_ITERATOR *li)
GWEN_CRYPT_TOKEN_KEYINFO_LIST2
struct GWEN_CRYPT_TOKEN_KEYINFO_LIST2 GWEN_CRYPT_TOKEN_KEYINFO_LIST2
Definition: listdoc.h:1615
GWEN_Param_List2_PopBack
void GWEN_Param_List2_PopBack(GWEN_PARAM_LIST2 *l)
GWEN_Crypt_HashAlgo_List2Iterator_Data
GWEN_CRYPT_HASHALGO * GWEN_Crypt_HashAlgo_List2Iterator_Data(GWEN_CRYPT_HASHALGO_LIST2_ITERATOR *li)
GWEN_CRYPT_TOKEN_LIST2_FOREACH
GWEN_CRYPT_TOKEN *() GWEN_CRYPT_TOKEN_LIST2_FOREACH(GWEN_CRYPT_TOKEN *element, void *user_data)
Definition: listdoc.h:839
GWEN_SarFileHeader_ConstList2Iterator_free
void GWEN_SarFileHeader_ConstList2Iterator_free(GWEN_SAR_FILEHEADER_CONSTLIST2_ITERATOR *li)
GWEN_Crypt_Token_Context_ConstList2_free
void GWEN_Crypt_Token_Context_ConstList2_free(GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2 *l)
MyStruct_List_Del
void MyStruct_List_Del(MYSTRUCT *element)
GWEN_Crypt_CryptAlgo_ConstList2_ForEach
const GWEN_CRYPT_CRYPTALGO * GWEN_Crypt_CryptAlgo_ConstList2_ForEach(GWEN_CRYPT_CRYPTALGO_CONSTLIST2 *list, GWEN_CRYPT_CRYPTALGO_CONSTLIST2_FOREACH func, void *user_data)
GWEN_Param_List2_Erase
void GWEN_Param_List2_Erase(GWEN_PARAM_LIST2 *l, GWEN_PARAM_LIST2_ITERATOR *it)
GWEN_SigHead_List_Sort
void GWEN_SigHead_List_Sort(GWEN_SIGHEAD_LIST *l, int ascending)
t_LIST::count
uint32_t count
Definition: listdoc.h:4439
GWEN_TLV_List_SetSortFn
GWEN_TLV_LIST_SORT_FN GWEN_TLV_List_SetSortFn(GWEN_TLV_LIST *l, GWEN_TLV_LIST_SORT_FN fn)
GWEN_Param_List2_PushFront
void GWEN_Param_List2_PushFront(GWEN_PARAM_LIST2 *l, GWEN_PARAM *p)
GWEN_Crypt_HashAlgo_ConstList2_GetSize
unsigned int GWEN_Crypt_HashAlgo_ConstList2_GetSize(GWEN_CRYPT_HASHALGO_CONSTLIST2 *l)
GWEN_Socket_List2_ForEach
GWEN_SOCKET * GWEN_Socket_List2_ForEach(GWEN_SOCKET_LIST2 *list, GWEN_SOCKET_LIST2_FOREACH func, void *user_data)
GWEN_Crypt_Token_Context_List_First
GWEN_CRYPT_TOKEN_CONTEXT * GWEN_Crypt_Token_Context_List_First(const GWEN_CRYPT_TOKEN_CONTEXT_LIST *l)
GWEN_XMLNode_ConstList2_First
GWEN_XMLNODE_CONSTLIST2_ITERATOR * GWEN_XMLNode_ConstList2_First(GWEN_XMLNODE_CONSTLIST2 *l)
GWEN_Socket_List_GetCount
uint32_t GWEN_Socket_List_GetCount(const GWEN_SOCKET_LIST *l)
GWEN_Crypt_Token_List2Iterator_new
GWEN_CRYPT_TOKEN_LIST2_ITERATOR * GWEN_Crypt_Token_List2Iterator_new(GWEN_CRYPT_TOKEN_LIST2 *l)
GWEN_XMLNode_ConstList2Iterator_new
GWEN_XMLNODE_CONSTLIST2_ITERATOR * GWEN_XMLNode_ConstList2Iterator_new(GWEN_XMLNODE_CONSTLIST2 *l)
GWEN_XMLNODE_CONSTLIST2_ITERATOR
struct GWEN_XMLNODE_CONSTLIST2_ITERATOR GWEN_XMLNODE_CONSTLIST2_ITERATOR
Definition: listdoc.h:8454
HTML_FONT_LIST
Definition: listdoc.h:3594
GWEN_SarFileHeader_List_AddList
void GWEN_SarFileHeader_List_AddList(GWEN_SAR_FILEHEADER_LIST *dst, GWEN_SAR_FILEHEADER_LIST *l)
GWEN_Crypt_HashAlgo_List2_new
GWEN_CRYPT_HASHALGO_LIST2 * GWEN_Crypt_HashAlgo_List2_new()
GWEN_Crypt_CryptAlgo_ConstList2_GetFront
const GWEN_CRYPT_CRYPTALGO * GWEN_Crypt_CryptAlgo_ConstList2_GetFront(GWEN_CRYPT_CRYPTALGO_CONSTLIST2 *l)
GWEN_XMLNode_List_SetSortFn
GWEN_XMLNODE_LIST_SORT_FN GWEN_XMLNode_List_SetSortFn(GWEN_XMLNODE_LIST *l, GWEN_XMLNODE_LIST_SORT_FN fn)
GWEN_CRYPT_TOKEN_CONTEXT_LIST::first
GWEN_CRYPT_TOKEN_CONTEXT * first
Definition: listdoc.h:1480
HtmlFont_List_First
HTML_FONT * HtmlFont_List_First(const HTML_FONT_LIST *l)
GWEN_MDIGEST_LIST__ELEMENT
struct GWEN_MDIGEST_LIST_ELEMENT GWEN_MDIGEST_LIST__ELEMENT
pr_List2_PushBack
void pr_List2_PushBack(t_LIST2 *l, t *p)
GWEN_Crypt_Token_List2Iterator_free
void GWEN_Crypt_Token_List2Iterator_free(GWEN_CRYPT_TOKEN_LIST2_ITERATOR *li)
GWEN_MDigest_List_Previous
GWEN_MDIGEST * GWEN_MDigest_List_Previous(const GWEN_MDIGEST *element)
GWEN_SslCertDescr_List2_ForEach
GWEN_SSLCERTDESCR * GWEN_SslCertDescr_List2_ForEach(GWEN_SSLCERTDESCR_LIST2 *list, GWEN_SSLCERTDESCR_LIST2_FOREACH func, void *user_data)
GWEN_Crypt_Token_KeyInfo_List_Clear
void GWEN_Crypt_Token_KeyInfo_List_Clear(GWEN_CRYPT_TOKEN_KEYINFO_LIST *l)
GWEN_Url_List2_free
void GWEN_Url_List2_free(GWEN_URL_LIST2 *l)
GWEN_Crypt_Token_ConstList2_PopFront
void GWEN_Crypt_Token_ConstList2_PopFront(GWEN_CRYPT_TOKEN_CONSTLIST2 *l)
GWEN_PluginDescription_ConstList2Iterator_new
GWEN_PLUGIN_DESCRIPTION_CONSTLIST2_ITERATOR * GWEN_PluginDescription_ConstList2Iterator_new(GWEN_PLUGIN_DESCRIPTION_CONSTLIST2 *l)
pr_List2_free
void pr_List2_free(t_LIST2 *l)
GWEN_Param_List2_First
GWEN_PARAM_LIST2_ITERATOR * GWEN_Param_List2_First(GWEN_PARAM_LIST2 *l)
MyStruct_List_Last
MYSTRUCT * MyStruct_List_Last(const MYSTRUCT_LIST *l)
GWEN_Dialog_List2_new
GWEN_DIALOG_LIST2 * GWEN_Dialog_List2_new()
GWEN_Socket_List_First
GWEN_SOCKET * GWEN_Socket_List_First(const GWEN_SOCKET_LIST *l)
GWEN_Crypt_Token_KeyInfo_List_First
GWEN_CRYPT_TOKEN_KEYINFO * GWEN_Crypt_Token_KeyInfo_List_First(const GWEN_CRYPT_TOKEN_KEYINFO_LIST *l)
GWEN_PluginDescription_List_Clear
void GWEN_PluginDescription_List_Clear(GWEN_PLUGIN_DESCRIPTION_LIST *l)
GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2_ITERATOR
struct GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2_ITERATOR GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2_ITERATOR
Definition: listdoc.h:1359
GWEN_Tag16_List_AddList
void GWEN_Tag16_List_AddList(GWEN_TAG16_LIST *dst, GWEN_TAG16_LIST *l)
GWEN_MDigest_ConstList2Iterator_new
GWEN_MDIGEST_CONSTLIST2_ITERATOR * GWEN_MDigest_ConstList2Iterator_new(GWEN_MDIGEST_CONSTLIST2 *l)
GWEN_FSLOCK_LIST2
struct GWEN_FSLOCK_LIST2 GWEN_FSLOCK_LIST2
Definition: listdoc.h:2551
GWEN_Param_List_new
GWEN_PARAM_LIST * GWEN_Param_List_new()
GWEN_CRYPTHEAD_LIST_ELEMENT
Definition: listdoc.h:280
pr_List2_PushFront
void pr_List2_PushFront(t_LIST2 *l, t *p)
GWEN_PluginDescription_ConstList2_GetSize
unsigned int GWEN_PluginDescription_ConstList2_GetSize(GWEN_PLUGIN_DESCRIPTION_CONSTLIST2 *l)
GWEN_Crypt_Key_List_GetCount
uint32_t GWEN_Crypt_Key_List_GetCount(const GWEN_CRYPT_KEY_LIST *l)
GWEN_XMLNODE
struct GWEN__XMLNODE GWEN_XMLNODE
Definition: xml.h:149
GWEN_Crypt_Key_List_new
GWEN_CRYPT_KEY_LIST * GWEN_Crypt_Key_List_new()
GWEN_Url_List2_PushFront
void GWEN_Url_List2_PushFront(GWEN_URL_LIST2 *l, GWEN_URL *p)
GWEN_XMLNODE_LIST_ELEMENT::nextObject
GWEN_XMLNODE * nextObject
Definition: listdoc.h:8556
GWEN_SarFileHeader_ConstList2_Last
GWEN_SAR_FILEHEADER_CONSTLIST2_ITERATOR * GWEN_SarFileHeader_ConstList2_Last(GWEN_SAR_FILEHEADER_CONSTLIST2 *l)
GWEN_XMLNODE_LIST::id
uint32_t id
Definition: listdoc.h:8577
GWEN_Url_ConstList2_GetFront
const GWEN_URL * GWEN_Url_ConstList2_GetFront(GWEN_URL_CONSTLIST2 *l)
GWEN_XMLNode_List2_GetSize
unsigned int GWEN_XMLNode_List2_GetSize(GWEN_XMLNODE_LIST2 *l)
GWEN_Dialog_List2Iterator_new
GWEN_DIALOG_LIST2_ITERATOR * GWEN_Dialog_List2Iterator_new(GWEN_DIALOG_LIST2 *l)
GWEN_TLV_List_Next
GWEN_TLV * GWEN_TLV_List_Next(const GWEN_TLV *element)
GWEN_Param_ConstList2Iterator_Data
const GWEN_PARAM * GWEN_Param_ConstList2Iterator_Data(GWEN_PARAM_CONSTLIST2_ITERATOR *li)
GWEN_XSD_NODE_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:8705
GWEN_XMLNODE_NAMESPACE_LIST
struct GWEN_XMLNODE_NAMESPACE_LIST GWEN_XMLNODE_NAMESPACE_LIST
Definition: listdoc.h:8172
GWEN_URL_LIST_ELEMENT::nextObject
GWEN_URL * nextObject
Definition: listdoc.h:8013
GWEN_XsdNode_List_SetSortFn
GWEN_XSD_NODE_LIST_SORT_FN GWEN_XsdNode_List_SetSortFn(GWEN_XSD_NODE_LIST *l, GWEN_XSD_NODE_LIST_SORT_FN fn)
GWEN_PARAM_LIST
struct GWEN_PARAM_LIST GWEN_PARAM_LIST
Definition: listdoc.h:6093
GWEN_Crypt_PaddAlgo_List2_PopFront
void GWEN_Crypt_PaddAlgo_List2_PopFront(GWEN_CRYPT_PADDALGO_LIST2 *l)
GWEN_Url_List_Clear
void GWEN_Url_List_Clear(GWEN_URL_LIST *l)
GWEN_SOCKET_LIST_ELEMENT::nextObject
GWEN_SOCKET * nextObject
Definition: listdoc.h:4119
t_LIST
Definition: listdoc.h:4437
GWEN_Url_ConstList2_Last
GWEN_URL_CONSTLIST2_ITERATOR * GWEN_Url_ConstList2_Last(GWEN_URL_CONSTLIST2 *l)
GWEN_Param_ConstList2_ForEach
const GWEN_PARAM * GWEN_Param_ConstList2_ForEach(GWEN_PARAM_CONSTLIST2 *list, GWEN_PARAM_CONSTLIST2_FOREACH func, void *user_data)
GWEN_SIGHEAD_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:6626
GWEN_Param_ConstList2_Clear
void GWEN_Param_ConstList2_Clear(GWEN_PARAM_CONSTLIST2 *l)
GWEN_Crypt_Token_ConstList2_GetSize
unsigned int GWEN_Crypt_Token_ConstList2_GetSize(GWEN_CRYPT_TOKEN_CONSTLIST2 *l)
GWEN_MDigest_ConstList2_GetSize
unsigned int GWEN_MDigest_ConstList2_GetSize(GWEN_MDIGEST_CONSTLIST2 *l)
GWEN_CRYPT_CRYPTALGO_LIST2_ITERATOR
struct GWEN_CRYPT_CRYPTALGO_LIST2_ITERATOR GWEN_CRYPT_CRYPTALGO_LIST2_ITERATOR
Definition: listdoc.h:48
GWEN_Crypt_CryptAlgo_List2_Clear
void GWEN_Crypt_CryptAlgo_List2_Clear(GWEN_CRYPT_CRYPTALGO_LIST2 *l)
GWEN_CRYPT_HASHALGO_CONSTLIST2
struct GWEN_CRYPT_HASHALGO_CONSTLIST2 GWEN_CRYPT_HASHALGO_CONSTLIST2
Definition: listdoc.h:3473
GWEN_CRYPT_TOKEN_KEYINFO_LIST__ELEMENT
struct GWEN_CRYPT_TOKEN_KEYINFO_LIST_ELEMENT GWEN_CRYPT_TOKEN_KEYINFO_LIST__ELEMENT
GWEN_TAG16_LIST
struct GWEN_TAG16_LIST GWEN_TAG16_LIST
Definition: listdoc.h:7479
GWEN_Param_ConstList2_new
GWEN_PARAM_CONSTLIST2 * GWEN_Param_ConstList2_new()
GWEN_FSLock_ConstList2Iterator_Previous
const GWEN_FSLOCK * GWEN_FSLock_ConstList2Iterator_Previous(GWEN_FSLOCK_CONSTLIST2_ITERATOR *li)
GWEN_URL_LIST::count
uint32_t count
Definition: listdoc.h:8033
GWEN_SslCertDescr_List_Clear
void GWEN_SslCertDescr_List_Clear(GWEN_SSLCERTDESCR_LIST *l)
GWEN_PluginDescription_ConstList2_PushBack
void GWEN_PluginDescription_ConstList2_PushBack(GWEN_PLUGIN_DESCRIPTION_CONSTLIST2 *l, const GWEN_PLUGIN_DESCRIPTION *p)
GWEN_Param_List2Iterator_free
void GWEN_Param_List2Iterator_free(GWEN_PARAM_LIST2_ITERATOR *li)
GWEN_SslCertDescr_ConstList2_PopBack
void GWEN_SslCertDescr_ConstList2_PopBack(GWEN_SSLCERTDESCR_CONSTLIST2 *l)
GWEN_SarFileHeader_List_Last
GWEN_SAR_FILEHEADER * GWEN_SarFileHeader_List_Last(const GWEN_SAR_FILEHEADER_LIST *l)
t_CONSTLIST2
struct t_CONSTLIST2 t_CONSTLIST2
Definition: listdoc.h:4859
GWEN_CryptHead_List_Last
GWEN_CRYPTHEAD * GWEN_CryptHead_List_Last(const GWEN_CRYPTHEAD_LIST *l)
GWEN_PARAM_LIST::count
uint32_t count
Definition: listdoc.h:6104
GWEN_Dialog_ConstList2_free
void GWEN_Dialog_ConstList2_free(GWEN_DIALOG_CONSTLIST2 *l)
GWEN_Crypt_Key_ConstList2_GetSize
unsigned int GWEN_Crypt_Key_ConstList2_GetSize(GWEN_CRYPT_KEY_CONSTLIST2 *l)
GWEN_DBIO_List_Next
GWEN_DBIO * GWEN_DBIO_List_Next(const GWEN_DBIO *element)
GWEN_CRYPTHEAD_LIST::id
uint32_t id
Definition: listdoc.h:303
GWEN_Crypt_Token_KeyInfo_List_GetCount
uint32_t GWEN_Crypt_Token_KeyInfo_List_GetCount(const GWEN_CRYPT_TOKEN_KEYINFO_LIST *l)
GWEN_XMLNode_List2_Dump
void GWEN_XMLNode_List2_Dump(GWEN_XMLNODE_LIST2 *l, FILE *f, unsigned int indent)
GWEN_SarFileHeader_List2_ForEach
GWEN_SAR_FILEHEADER * GWEN_SarFileHeader_List2_ForEach(GWEN_SAR_FILEHEADER_LIST2 *list, GWEN_SAR_FILEHEADER_LIST2_FOREACH func, void *user_data)
GWEN_INHERITDATA_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:4268
GWEN_Crypt_HashAlgo_List2_Last
GWEN_CRYPT_HASHALGO_LIST2_ITERATOR * GWEN_Crypt_HashAlgo_List2_Last(GWEN_CRYPT_HASHALGO_LIST2 *l)
GWEN_Param_List_Last
GWEN_PARAM * GWEN_Param_List_Last(const GWEN_PARAM_LIST *l)
GWEN_URL_LIST2_ITERATOR
struct GWEN_URL_LIST2_ITERATOR GWEN_URL_LIST2_ITERATOR
Definition: listdoc.h:7779
GWEN_XSD_NODE_LIST_SORT_FN
int GWENHYWFAR_CB(* GWEN_XSD_NODE_LIST_SORT_FN)(const GWEN_XSD_NODE *a, const GWEN_XSD_NODE *b, int ascending)
Definition: listdoc.h:8720
GWEN_XMLNode_ConstList2_PopFront
void GWEN_XMLNode_ConstList2_PopFront(GWEN_XMLNODE_CONSTLIST2 *l)
GWEN_XMLNODE_NAMESPACE_LIST::first
GWEN_XMLNODE_NAMESPACE * first
Definition: listdoc.h:8182
GWEN_FSLock_ConstList2_PushBack
void GWEN_FSLock_ConstList2_PushBack(GWEN_FSLOCK_CONSTLIST2 *l, const GWEN_FSLOCK *p)
GWEN_MDigest_ConstList2_PushFront
void GWEN_MDigest_ConstList2_PushFront(GWEN_MDIGEST_CONSTLIST2 *l, const GWEN_MDIGEST *p)
GWEN_Crypt_HashAlgo_ConstList2_Last
GWEN_CRYPT_HASHALGO_CONSTLIST2_ITERATOR * GWEN_Crypt_HashAlgo_ConstList2_Last(GWEN_CRYPT_HASHALGO_CONSTLIST2 *l)
pr_List2Iterator_new
t_LIST2_ITERATOR * pr_List2Iterator_new(t_LIST2 *l)
GWEN_SarFileHeader_List_Clear
void GWEN_SarFileHeader_List_Clear(GWEN_SAR_FILEHEADER_LIST *l)
GWEN_Crypt_CryptAlgo_ConstList2_Last
GWEN_CRYPT_CRYPTALGO_CONSTLIST2_ITERATOR * GWEN_Crypt_CryptAlgo_ConstList2_Last(GWEN_CRYPT_CRYPTALGO_CONSTLIST2 *l)
GWEN_SAR_FILEHEADER_CONSTLIST2_FOREACH
const GWEN_SAR_FILEHEADER *() GWEN_SAR_FILEHEADER_CONSTLIST2_FOREACH(const GWEN_SAR_FILEHEADER *element, void *user_data)
Definition: listdoc.h:3083
HtmlFont_List_SetSortFn
HTML_FONT_LIST_SORT_FN HtmlFont_List_SetSortFn(HTML_FONT_LIST *l, HTML_FONT_LIST_SORT_FN fn)
GWEN_DBIO_List_Previous
GWEN_DBIO * GWEN_DBIO_List_Previous(const GWEN_DBIO *element)
GWEN_URL_LIST::id
uint32_t id
Definition: listdoc.h:8034
GWEN_TLV_LIST::count
uint32_t count
Definition: listdoc.h:7640
GWEN_PluginDescription_List_free
void GWEN_PluginDescription_List_free(GWEN_PLUGIN_DESCRIPTION_LIST *l)
pr_ConstList2Iterator_free
void pr_ConstList2Iterator_free(t_CONSTLIST2_ITERATOR *li)
GWEN_SSLCERTDESCR_LIST
Definition: listdoc.h:7188
MyStruct_List_Previous
MYSTRUCT * MyStruct_List_Previous(const MYSTRUCT *element)
GWEN_CRYPT_TOKEN_CONTEXT_LIST2
struct GWEN_CRYPT_TOKEN_CONTEXT_LIST2 GWEN_CRYPT_TOKEN_CONTEXT_LIST2
Definition: listdoc.h:1222
GWEN_XMLNode_List_Next
GWEN_XMLNODE * GWEN_XMLNode_List_Next(const GWEN_XMLNODE *element)
GWEN_XMLNODE_NAMESPACE_LIST::id
uint32_t id
Definition: listdoc.h:8184
GWEN_Crypt_CryptAlgo_ConstList2_PushFront
void GWEN_Crypt_CryptAlgo_ConstList2_PushFront(GWEN_CRYPT_CRYPTALGO_CONSTLIST2 *l, const GWEN_CRYPT_CRYPTALGO *p)
GWEN_SIGTAIL_LIST
Definition: listdoc.h:6795
GWEN_Param_List_Next
GWEN_PARAM * GWEN_Param_List_Next(const GWEN_PARAM *element)
GWEN_SarFileHeader_List2_Dump
void GWEN_SarFileHeader_List2_Dump(GWEN_SAR_FILEHEADER_LIST2 *l, FILE *f, unsigned int indent)
GWEN_Crypt_PaddAlgo_ConstList2_PushFront
void GWEN_Crypt_PaddAlgo_ConstList2_PushFront(GWEN_CRYPT_PADDALGO_CONSTLIST2 *l, const GWEN_CRYPT_PADDALGO *p)
pr_List2_Dump
void pr_List2_Dump(t_LIST2 *l, FILE *f, unsigned int indent)
GWEN_SAR_FILEHEADER_LIST_ELEMENT
Definition: listdoc.h:3181
GWEN_TAG16_LIST::first
GWEN_TAG16 * first
Definition: listdoc.h:7489
GWEN_SIGHEAD
struct GWEN_SIGHEAD GWEN_SIGHEAD
Definition: sighead.h:23
t_LIST2
struct t_LIST2 t_LIST2
Definition: listdoc.h:4723
GWEN_XMLNODE_LIST2_ITERATOR
struct GWEN_XMLNODE_LIST2_ITERATOR GWEN_XMLNODE_LIST2_ITERATOR
Definition: listdoc.h:8322
HtmlImage_List_First
HTML_IMAGE * HtmlImage_List_First(const HTML_IMAGE_LIST *l)
GWEN_FSLOCK_LIST_SORT_FN
int GWENHYWFAR_CB(* GWEN_FSLOCK_LIST_SORT_FN)(const GWEN_FSLOCK *a, const GWEN_FSLOCK *b, int ascending)
Definition: listdoc.h:2804
GWEN_Crypt_PaddAlgo_List2Iterator_Next
GWEN_CRYPT_PADDALGO * GWEN_Crypt_PaddAlgo_List2Iterator_Next(GWEN_CRYPT_PADDALGO_LIST2_ITERATOR *li)
GWEN_XMLNode_List2_PushFront
void GWEN_XMLNode_List2_PushFront(GWEN_XMLNODE_LIST2 *l, GWEN_XMLNODE *p)
GWEN_SigTail_List_Insert
void GWEN_SigTail_List_Insert(GWEN_SIGTAIL *element, GWEN_SIGTAIL_LIST *list)
GWEN_PARAM_LIST__ELEMENT
struct GWEN_PARAM_LIST_ELEMENT GWEN_PARAM_LIST__ELEMENT
GWEN_MDigest_ConstList2_First
GWEN_MDIGEST_CONSTLIST2_ITERATOR * GWEN_MDigest_ConstList2_First(GWEN_MDIGEST_CONSTLIST2 *l)
pr_List2Iterator_Data
t * pr_List2Iterator_Data(t_LIST2_ITERATOR *li)
GWEN_InheritData_List_new
GWEN_INHERITDATA_LIST * GWEN_InheritData_List_new()
GWEN_XMLNode_ConstList2_ForEach
const GWEN_XMLNODE * GWEN_XMLNode_ConstList2_ForEach(GWEN_XMLNODE_CONSTLIST2 *list, GWEN_XMLNODE_CONSTLIST2_FOREACH func, void *user_data)
GWEN_SarFileHeader_List2_GetFront
GWEN_SAR_FILEHEADER * GWEN_SarFileHeader_List2_GetFront(GWEN_SAR_FILEHEADER_LIST2 *l)
GWEN_Dialog_List2Iterator_free
void GWEN_Dialog_List2Iterator_free(GWEN_DIALOG_LIST2_ITERATOR *li)
GWEN_XMLNode_NameSpace_List_free
void GWEN_XMLNode_NameSpace_List_free(GWEN_XMLNODE_NAMESPACE_LIST *l)
GWEN_InheritData_List_Del
void GWEN_InheritData_List_Del(GWEN_INHERITDATA *element)
GWEN_PLUGIN_DESCRIPTION_LIST__ELEMENT
struct GWEN_PLUGIN_DESCRIPTION_LIST_ELEMENT GWEN_PLUGIN_DESCRIPTION_LIST__ELEMENT
GWEN_FSLock_List_Next
GWEN_FSLOCK * GWEN_FSLock_List_Next(const GWEN_FSLOCK *element)
GWEN_SigTail_List_new
GWEN_SIGTAIL_LIST * GWEN_SigTail_List_new()
GWEN_FSLock_List_Del
void GWEN_FSLock_List_Del(GWEN_FSLOCK *element)
MyStruct_List_Sort
void MyStruct_List_Sort(MYSTRUCT_LIST *l, int ascending)
GWEN_SslCertDescr_ConstList2Iterator_Data
const GWEN_SSLCERTDESCR * GWEN_SslCertDescr_ConstList2Iterator_Data(GWEN_SSLCERTDESCR_CONSTLIST2_ITERATOR *li)
GWEN_Crypt_Key_ConstList2_PushFront
void GWEN_Crypt_Key_ConstList2_PushFront(GWEN_CRYPT_KEY_CONSTLIST2 *l, const GWEN_CRYPT_KEY *p)
GWEN_Crypt_Token_KeyInfo_List_Insert
void GWEN_Crypt_Token_KeyInfo_List_Insert(GWEN_CRYPT_TOKEN_KEYINFO *element, GWEN_CRYPT_TOKEN_KEYINFO_LIST *list)
GWEN_DIALOG
struct GWEN_DIALOG GWEN_DIALOG
Definition: dialog.h:54
pr_ConstList2_Clear
void pr_ConstList2_Clear(t_CONSTLIST2 *l)
GWEN_CRYPT_TOKEN_LIST::count
uint32_t count
Definition: listdoc.h:1088
GWEN_CRYPT_KEY_LIST
struct GWEN_CRYPT_KEY_LIST GWEN_CRYPT_KEY_LIST
Definition: listdoc.h:684
GWEN_XMLNode_NameSpace_List_Del
void GWEN_XMLNode_NameSpace_List_Del(GWEN_XMLNODE_NAMESPACE *element)
GWEN_SyncIo_List_GetCount
uint32_t GWEN_SyncIo_List_GetCount(const GWEN_SYNCIO_LIST *l)
GWEN_Dialog_ConstList2_PopFront
void GWEN_Dialog_ConstList2_PopFront(GWEN_DIALOG_CONSTLIST2 *l)
GWEN_Socket_List2_PushBack
void GWEN_Socket_List2_PushBack(GWEN_SOCKET_LIST2 *l, GWEN_SOCKET *p)
GWEN_SOCKET_LIST__ELEMENT
struct GWEN_SOCKET_LIST_ELEMENT GWEN_SOCKET_LIST__ELEMENT
GWEN_URL_LIST_SORT_FN
int GWENHYWFAR_CB(* GWEN_URL_LIST_SORT_FN)(const GWEN_URL *a, const GWEN_URL *b, int ascending)
Definition: listdoc.h:8027
GWEN_FSLock_List_AddList
void GWEN_FSLock_List_AddList(GWEN_FSLOCK_LIST *dst, GWEN_FSLOCK_LIST *l)
GWEN_TLV_LIST__ELEMENT
struct GWEN_TLV_LIST_ELEMENT GWEN_TLV_LIST__ELEMENT
GWEN_Crypt_Token_ConstList2_GetBack
const GWEN_CRYPT_TOKEN * GWEN_Crypt_Token_ConstList2_GetBack(GWEN_CRYPT_TOKEN_CONSTLIST2 *l)
GWEN_Crypt_CryptAlgo_List2Iterator_Previous
GWEN_CRYPT_CRYPTALGO * GWEN_Crypt_CryptAlgo_List2Iterator_Previous(GWEN_CRYPT_CRYPTALGO_LIST2_ITERATOR *li)
GWEN_SarFileHeader_List_Previous
GWEN_SAR_FILEHEADER * GWEN_SarFileHeader_List_Previous(const GWEN_SAR_FILEHEADER *element)
t_LIST2_ITERATOR
struct t_LIST2_ITERATOR t_LIST2_ITERATOR
Definition: listdoc.h:4728
GWEN_SslCertDescr_List_free
void GWEN_SslCertDescr_List_free(GWEN_SSLCERTDESCR_LIST *l)
GWEN_FSLock_List2_PushFront
void GWEN_FSLock_List2_PushFront(GWEN_FSLOCK_LIST2 *l, GWEN_FSLOCK *p)
GWEN_SYNCIO_LIST::id
uint32_t id
Definition: listdoc.h:7341
MYSTRUCT_LIST_SORT_FN
int GWENHYWFAR_CB(* MYSTRUCT_LIST_SORT_FN)(const MYSTRUCT *a, const MYSTRUCT *b, int ascending)
Definition: listdoc.h:4583
GWEN_Crypt_Key_List_Add
void GWEN_Crypt_Key_List_Add(GWEN_CRYPT_KEY *element, GWEN_CRYPT_KEY_LIST *list)
GWEN_SSLCERTDESCR_LIST_ELEMENT
Definition: listdoc.h:7168
GWEN_Crypt_HashAlgo_List2_First
GWEN_CRYPT_HASHALGO_LIST2_ITERATOR * GWEN_Crypt_HashAlgo_List2_First(GWEN_CRYPT_HASHALGO_LIST2 *l)
GWEN_SigHead_List_Last
GWEN_SIGHEAD * GWEN_SigHead_List_Last(const GWEN_SIGHEAD_LIST *l)
GWEN_Crypt_Key_ConstList2_PopBack
void GWEN_Crypt_Key_ConstList2_PopBack(GWEN_CRYPT_KEY_CONSTLIST2 *l)
GWEN_CRYPT_TOKEN_CONTEXT_LIST2_ITERATOR
struct GWEN_CRYPT_TOKEN_CONTEXT_LIST2_ITERATOR GWEN_CRYPT_TOKEN_CONTEXT_LIST2_ITERATOR
Definition: listdoc.h:1227
GWEN_CryptHead_List_AddList
void GWEN_CryptHead_List_AddList(GWEN_CRYPTHEAD_LIST *dst, GWEN_CRYPTHEAD_LIST *l)
GWEN_PARAM_CONSTLIST2_ITERATOR
struct GWEN_PARAM_CONSTLIST2_ITERATOR GWEN_PARAM_CONSTLIST2_ITERATOR
Definition: listdoc.h:5982
GWEN_Crypt_CryptAlgo_List2_new
GWEN_CRYPT_CRYPTALGO_LIST2 * GWEN_Crypt_CryptAlgo_List2_new()
GWEN_Dialog_List_Last
GWEN_DIALOG * GWEN_Dialog_List_Last(const GWEN_DIALOG_LIST *l)
GWEN_Crypt_Token_KeyInfo_List2_GetFront
GWEN_CRYPT_TOKEN_KEYINFO * GWEN_Crypt_Token_KeyInfo_List2_GetFront(GWEN_CRYPT_TOKEN_KEYINFO_LIST2 *l)
GWEN_CRYPTHEAD_LIST__ELEMENT
struct GWEN_CRYPTHEAD_LIST_ELEMENT GWEN_CRYPTHEAD_LIST__ELEMENT
GWEN_CRYPT_TOKEN_LIST2_ITERATOR
struct GWEN_CRYPT_TOKEN_LIST2_ITERATOR GWEN_CRYPT_TOKEN_LIST2_ITERATOR
Definition: listdoc.h:834
GWEN_Dialog_List_GetCount
uint32_t GWEN_Dialog_List_GetCount(const GWEN_DIALOG_LIST *l)
GWEN_PluginDescription_ConstList2_new
GWEN_PLUGIN_DESCRIPTION_CONSTLIST2 * GWEN_PluginDescription_ConstList2_new()
GWEN_INHERITDATA_LIST::first
GWEN_INHERITDATA * first
Definition: listdoc.h:4288
GWEN_Crypt_PaddAlgo_List2Iterator_new
GWEN_CRYPT_PADDALGO_LIST2_ITERATOR * GWEN_Crypt_PaddAlgo_List2Iterator_new(GWEN_CRYPT_PADDALGO_LIST2 *l)
GWEN_Crypt_PaddAlgo_List2_First
GWEN_CRYPT_PADDALGO_LIST2_ITERATOR * GWEN_Crypt_PaddAlgo_List2_First(GWEN_CRYPT_PADDALGO_LIST2 *l)
GWEN_Crypt_Token_KeyInfo_ConstList2Iterator_new
GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2_ITERATOR * GWEN_Crypt_Token_KeyInfo_ConstList2Iterator_new(GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2 *l)
GWEN_CRYPTHEAD_LIST::count
uint32_t count
Definition: listdoc.h:302
GWEN_SarFileHeader_List_free
void GWEN_SarFileHeader_List_free(GWEN_SAR_FILEHEADER_LIST *l)
GWEN_SOCKET_LIST_SORT_FN
int GWENHYWFAR_CB(* GWEN_SOCKET_LIST_SORT_FN)(const GWEN_SOCKET *a, const GWEN_SOCKET *b, int ascending)
Definition: listdoc.h:4133
GWEN_FSLock_ConstList2_PushFront
void GWEN_FSLock_ConstList2_PushFront(GWEN_FSLOCK_CONSTLIST2 *l, const GWEN_FSLOCK *p)
GWEN_SAR_FILEHEADER_LIST2_FOREACH
GWEN_SAR_FILEHEADER *() GWEN_SAR_FILEHEADER_LIST2_FOREACH(GWEN_SAR_FILEHEADER *element, void *user_data)
Definition: listdoc.h:2954
GWEN_TAG16_LIST_ELEMENT::nextObject
GWEN_TAG16 * nextObject
Definition: listdoc.h:7470
GWEN_CryptHead_List_GetCount
uint32_t GWEN_CryptHead_List_GetCount(const GWEN_CRYPTHEAD_LIST *l)
GWEN_MDigest_List2_First
GWEN_MDIGEST_LIST2_ITERATOR * GWEN_MDigest_List2_First(GWEN_MDIGEST_LIST2 *l)
GWEN_InheritData_List_Add
void GWEN_InheritData_List_Add(GWEN_INHERITDATA *element, GWEN_INHERITDATA_LIST *list)
GWEN_Socket_ConstList2_PopBack
void GWEN_Socket_ConstList2_PopBack(GWEN_SOCKET_CONSTLIST2 *l)
pr_List_free
void pr_List_free(t_LIST *l)
GWEN_Param_List_Previous
GWEN_PARAM * GWEN_Param_List_Previous(const GWEN_PARAM *element)
GWEN_SslCertDescr_List_First
GWEN_SSLCERTDESCR * GWEN_SslCertDescr_List_First(const GWEN_SSLCERTDESCR_LIST *l)
HtmlImage_List_AddList
void HtmlImage_List_AddList(HTML_IMAGE_LIST *dst, HTML_IMAGE_LIST *l)
GWEN_Dialog_List_new
GWEN_DIALOG_LIST * GWEN_Dialog_List_new()
GWEN_Crypt_Token_KeyInfo_ConstList2Iterator_free
void GWEN_Crypt_Token_KeyInfo_ConstList2Iterator_free(GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2_ITERATOR *li)
GWEN_Socket_ConstList2_PopFront
void GWEN_Socket_ConstList2_PopFront(GWEN_SOCKET_CONSTLIST2 *l)
GWEN_PLUGIN_DESCRIPTION_LIST::first
GWEN_PLUGIN_DESCRIPTION * first
Definition: listdoc.h:6496
GWEN_Socket_List2_GetBack
GWEN_SOCKET * GWEN_Socket_List2_GetBack(GWEN_SOCKET_LIST2 *l)
GWEN_XSD_NODE_LIST::id
uint32_t id
Definition: listdoc.h:8727
GWEN_PluginDescription_List_Insert
void GWEN_PluginDescription_List_Insert(GWEN_PLUGIN_DESCRIPTION *element, GWEN_PLUGIN_DESCRIPTION_LIST *list)
GWEN_Crypt_Key_List2_GetBack
GWEN_CRYPT_KEY * GWEN_Crypt_Key_List2_GetBack(GWEN_CRYPT_KEY_LIST2 *l)
GWEN_SslCertDescr_List2_Erase
void GWEN_SslCertDescr_List2_Erase(GWEN_SSLCERTDESCR_LIST2 *l, GWEN_SSLCERTDESCR_LIST2_ITERATOR *it)
GWEN_MDigest_List2_new
GWEN_MDIGEST_LIST2 * GWEN_MDigest_List2_new()
GWEN_Dialog_List2_GetSize
unsigned int GWEN_Dialog_List2_GetSize(GWEN_DIALOG_LIST2 *l)
GWEN_XMLNode_NameSpace_List_Last
GWEN_XMLNODE_NAMESPACE * GWEN_XMLNode_NameSpace_List_Last(const GWEN_XMLNODE_NAMESPACE_LIST *l)
GWEN_Socket_List2_PopBack
void GWEN_Socket_List2_PopBack(GWEN_SOCKET_LIST2 *l)
GWEN_Tag16_List_Insert
void GWEN_Tag16_List_Insert(GWEN_TAG16 *element, GWEN_TAG16_LIST *list)
GWEN_Param_List_SetSortFn
GWEN_PARAM_LIST_SORT_FN GWEN_Param_List_SetSortFn(GWEN_PARAM_LIST *l, GWEN_PARAM_LIST_SORT_FN fn)
HtmlImage_List_Sort
void HtmlImage_List_Sort(HTML_IMAGE_LIST *l, int ascending)
GWEN_CRYPT_CRYPTALGO_CONSTLIST2_FOREACH
const GWEN_CRYPT_CRYPTALGO *() GWEN_CRYPT_CRYPTALGO_CONSTLIST2_FOREACH(const GWEN_CRYPT_CRYPTALGO *element, void *user_data)
Definition: listdoc.h:182
GWEN_Tag16_List_Last
GWEN_TAG16 * GWEN_Tag16_List_Last(const GWEN_TAG16_LIST *l)
GWEN_SarFileHeader_ConstList2_First
GWEN_SAR_FILEHEADER_CONSTLIST2_ITERATOR * GWEN_SarFileHeader_ConstList2_First(GWEN_SAR_FILEHEADER_CONSTLIST2 *l)
GWEN_CRYPTHEAD_LIST_SORT_FN
int GWENHYWFAR_CB(* GWEN_CRYPTHEAD_LIST_SORT_FN)(const GWEN_CRYPTHEAD *a, const GWEN_CRYPTHEAD *b, int ascending)
Definition: listdoc.h:296
MyStruct_List_Next
MYSTRUCT * MyStruct_List_Next(const MYSTRUCT *element)
GWEN_MDigest_List2Iterator_Previous
GWEN_MDIGEST * GWEN_MDigest_List2Iterator_Previous(GWEN_MDIGEST_LIST2_ITERATOR *li)
GWEN_SigHead_List_AddList
void GWEN_SigHead_List_AddList(GWEN_SIGHEAD_LIST *dst, GWEN_SIGHEAD_LIST *l)
pr_ConstList2_GetFront
const t * pr_ConstList2_GetFront(t_CONSTLIST2 *l)
GWEN_PluginDescription_List2_PushFront
void GWEN_PluginDescription_List2_PushFront(GWEN_PLUGIN_DESCRIPTION_LIST2 *l, GWEN_PLUGIN_DESCRIPTION *p)
GWEN_Crypt_Token_KeyInfo_List2_Dump
void GWEN_Crypt_Token_KeyInfo_List2_Dump(GWEN_CRYPT_TOKEN_KEYINFO_LIST2 *l, FILE *f, unsigned int indent)
GWEN_URL_CONSTLIST2
struct GWEN_URL_CONSTLIST2 GWEN_URL_CONSTLIST2
Definition: listdoc.h:7910
GWEN_PARAM_LIST2_ITERATOR
struct GWEN_PARAM_LIST2_ITERATOR GWEN_PARAM_LIST2_ITERATOR
Definition: listdoc.h:5850
GWEN_Tag16_List_Next
GWEN_TAG16 * GWEN_Tag16_List_Next(const GWEN_TAG16 *element)
HTML_IMAGE
struct HTML_IMAGE HTML_IMAGE
Definition: htmlimage_be.h:23
GWEN_Crypt_Token_Context_List_GetCount
uint32_t GWEN_Crypt_Token_Context_List_GetCount(const GWEN_CRYPT_TOKEN_CONTEXT_LIST *l)
GWEN_Crypt_HashAlgo_List2_free
void GWEN_Crypt_HashAlgo_List2_free(GWEN_CRYPT_HASHALGO_LIST2 *l)
HtmlFont_List_Last
HTML_FONT * HtmlFont_List_Last(const HTML_FONT_LIST *l)
GWEN_Crypt_Token_KeyInfo_List2_new
GWEN_CRYPT_TOKEN_KEYINFO_LIST2 * GWEN_Crypt_Token_KeyInfo_List2_new()
GWEN_MDigest_List2_Dump
void GWEN_MDigest_List2_Dump(GWEN_MDIGEST_LIST2 *l, FILE *f, unsigned int indent)
GWEN_Dialog_List2_PopFront
void GWEN_Dialog_List2_PopFront(GWEN_DIALOG_LIST2 *l)
HtmlImage_List_Insert
void HtmlImage_List_Insert(HTML_IMAGE *element, HTML_IMAGE_LIST *list)
GWEN_Crypt_Token_Context_List2_Dump
void GWEN_Crypt_Token_Context_List2_Dump(GWEN_CRYPT_TOKEN_CONTEXT_LIST2 *l, FILE *f, unsigned int indent)
HtmlImage_List_Last
HTML_IMAGE * HtmlImage_List_Last(const HTML_IMAGE_LIST *l)
t_LIST_SORT_FN
int GWENHYWFAR_CB(* t_LIST_SORT_FN)(const t *a, const t *b, int ascending)
Definition: listdoc.h:4433
GWEN_Crypt_Token_Context_List2_free
void GWEN_Crypt_Token_Context_List2_free(GWEN_CRYPT_TOKEN_CONTEXT_LIST2 *l)
GWEN_PluginDescription_List_Previous
GWEN_PLUGIN_DESCRIPTION * GWEN_PluginDescription_List_Previous(const GWEN_PLUGIN_DESCRIPTION *element)
GWEN_Crypt_Key_ConstList2_GetBack
const GWEN_CRYPT_KEY * GWEN_Crypt_Key_ConstList2_GetBack(GWEN_CRYPT_KEY_CONSTLIST2 *l)
GWEN_Param_ConstList2_GetFront
const GWEN_PARAM * GWEN_Param_ConstList2_GetFront(GWEN_PARAM_CONSTLIST2 *l)
GWEN_MDigest_List2_Erase
void GWEN_MDigest_List2_Erase(GWEN_MDIGEST_LIST2 *l, GWEN_MDIGEST_LIST2_ITERATOR *it)
GWEN_PLUGIN_DESCRIPTION_CONSTLIST2_FOREACH
const GWEN_PLUGIN_DESCRIPTION *() GWEN_PLUGIN_DESCRIPTION_CONSTLIST2_FOREACH(const GWEN_PLUGIN_DESCRIPTION *element, void *user_data)
Definition: listdoc.h:6377
GWEN_Crypt_PaddAlgo_ConstList2Iterator_new
GWEN_CRYPT_PADDALGO_CONSTLIST2_ITERATOR * GWEN_Crypt_PaddAlgo_ConstList2Iterator_new(GWEN_CRYPT_PADDALGO_CONSTLIST2 *l)
pr_ConstList2_Last
t_CONSTLIST2_ITERATOR * pr_ConstList2_Last(t_CONSTLIST2 *l)
GWEN_CRYPT_TOKEN_LIST_ELEMENT::nextObject
GWEN_CRYPT_TOKEN * nextObject
Definition: listdoc.h:1068
GWEN_Url_List_Previous
GWEN_URL * GWEN_Url_List_Previous(const GWEN_URL *element)
GWEN_CRYPT_TOKEN_CONTEXT_LIST
struct GWEN_CRYPT_TOKEN_CONTEXT_LIST GWEN_CRYPT_TOKEN_CONTEXT_LIST
Definition: listdoc.h:1470
GWEN_Crypt_Token_KeyInfo_List_Add
void GWEN_Crypt_Token_KeyInfo_List_Add(GWEN_CRYPT_TOKEN_KEYINFO *element, GWEN_CRYPT_TOKEN_KEYINFO_LIST *list)
GWEN_Crypt_PaddAlgo_ConstList2Iterator_Data
const GWEN_CRYPT_PADDALGO * GWEN_Crypt_PaddAlgo_ConstList2Iterator_Data(GWEN_CRYPT_PADDALGO_CONSTLIST2_ITERATOR *li)
pr_ConstList2_PushBack
void pr_ConstList2_PushBack(t_CONSTLIST2 *l, const t *p)
GWEN_XSD_NODE
struct GWEN_XSD_NODE GWEN_XSD_NODE
Definition: xsdnode.h:29
GWEN_CRYPT_PADDALGO_LIST2_ITERATOR
struct GWEN_CRYPT_PADDALGO_LIST2_ITERATOR GWEN_CRYPT_PADDALGO_LIST2_ITERATOR
Definition: listdoc.h:5607
GWEN_XMLNode_ConstList2_PushFront
void GWEN_XMLNode_ConstList2_PushFront(GWEN_XMLNODE_CONSTLIST2 *l, const GWEN_XMLNODE *p)
GWEN_Dialog_List_Insert
void GWEN_Dialog_List_Insert(GWEN_DIALOG *element, GWEN_DIALOG_LIST *list)
MyStruct_List_AddList
void MyStruct_List_AddList(MYSTRUCT_LIST *dst, MYSTRUCT_LIST *l)
GWEN_Crypt_CryptAlgo_ConstList2Iterator_Previous
const GWEN_CRYPT_CRYPTALGO * GWEN_Crypt_CryptAlgo_ConstList2Iterator_Previous(GWEN_CRYPT_CRYPTALGO_CONSTLIST2_ITERATOR *li)
GWEN_SAR_FILEHEADER_LIST::id
uint32_t id
Definition: listdoc.h:3204
GWEN_Crypt_PaddAlgo_List2_Erase
void GWEN_Crypt_PaddAlgo_List2_Erase(GWEN_CRYPT_PADDALGO_LIST2 *l, GWEN_CRYPT_PADDALGO_LIST2_ITERATOR *it)
GWEN_FSLock_List2_GetBack
GWEN_FSLOCK * GWEN_FSLock_List2_GetBack(GWEN_FSLOCK_LIST2 *l)
GWEN_Crypt_Token_Context_ConstList2Iterator_Previous
const GWEN_CRYPT_TOKEN_CONTEXT * GWEN_Crypt_Token_Context_ConstList2Iterator_Previous(GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2_ITERATOR *li)
GWEN_PLUGIN_DESCRIPTION_LIST_SORT_FN
int GWENHYWFAR_CB(* GWEN_PLUGIN_DESCRIPTION_LIST_SORT_FN)(const GWEN_PLUGIN_DESCRIPTION *a, const GWEN_PLUGIN_DESCRIPTION *b, int ascending)
Definition: listdoc.h:6491
GWEN_Crypt_Key_List2_new
GWEN_CRYPT_KEY_LIST2 * GWEN_Crypt_Key_List2_new()
GWEN_PLUGIN_DESCRIPTION_LIST
struct GWEN_PLUGIN_DESCRIPTION_LIST GWEN_PLUGIN_DESCRIPTION_LIST
Definition: listdoc.h:6486
GWEN_SYNCIO_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:7319
GWEN_Socket_List2_PopFront
void GWEN_Socket_List2_PopFront(GWEN_SOCKET_LIST2 *l)
GWEN_XMLNODE_CONSTLIST2
struct GWEN_XMLNODE_CONSTLIST2 GWEN_XMLNODE_CONSTLIST2
Definition: listdoc.h:8453
GWEN_Crypt_HashAlgo_List2_PushFront
void GWEN_Crypt_HashAlgo_List2_PushFront(GWEN_CRYPT_HASHALGO_LIST2 *l, GWEN_CRYPT_HASHALGO *p)
MyStruct_List_new
MYSTRUCT_LIST * MyStruct_List_new()
GWEN_SarFileHeader_ConstList2_GetSize
unsigned int GWEN_SarFileHeader_ConstList2_GetSize(GWEN_SAR_FILEHEADER_CONSTLIST2 *l)
GWEN_XMLNode_List2_Last
GWEN_XMLNODE_LIST2_ITERATOR * GWEN_XMLNode_List2_Last(GWEN_XMLNODE_LIST2 *l)
GWEN_Crypt_Token_Context_List2_First
GWEN_CRYPT_TOKEN_CONTEXT_LIST2_ITERATOR * GWEN_Crypt_Token_Context_List2_First(GWEN_CRYPT_TOKEN_CONTEXT_LIST2 *l)
GWEN_Crypt_HashAlgo_List2_Erase
void GWEN_Crypt_HashAlgo_List2_Erase(GWEN_CRYPT_HASHALGO_LIST2 *l, GWEN_CRYPT_HASHALGO_LIST2_ITERATOR *it)
MyStruct_List_GetCount
uint32_t MyStruct_List_GetCount(const MYSTRUCT_LIST *l)
GWEN_Crypt_Token_KeyInfo_ConstList2Iterator_Previous
const GWEN_CRYPT_TOKEN_KEYINFO * GWEN_Crypt_Token_KeyInfo_ConstList2Iterator_Previous(GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2_ITERATOR *li)
GWEN_XsdNode_List_new
GWEN_XSD_NODE_LIST * GWEN_XsdNode_List_new()
GWEN_SigHead_List_new
GWEN_SIGHEAD_LIST * GWEN_SigHead_List_new()
GWEN_PARAM_LIST::first
GWEN_PARAM * first
Definition: listdoc.h:6103
GWEN_Crypt_PaddAlgo_ConstList2_ForEach
const GWEN_CRYPT_PADDALGO * GWEN_Crypt_PaddAlgo_ConstList2_ForEach(GWEN_CRYPT_PADDALGO_CONSTLIST2 *list, GWEN_CRYPT_PADDALGO_CONSTLIST2_FOREACH func, void *user_data)
GWEN_XMLNODE_NAMESPACE_LIST::count
uint32_t count
Definition: listdoc.h:8183
GWEN_Socket_List2_GetSize
unsigned int GWEN_Socket_List2_GetSize(GWEN_SOCKET_LIST2 *l)
GWEN_Socket_List2Iterator_Next
GWEN_SOCKET * GWEN_Socket_List2Iterator_Next(GWEN_SOCKET_LIST2_ITERATOR *li)
GWEN_XsdNode_List_Last
GWEN_XSD_NODE * GWEN_XsdNode_List_Last(const GWEN_XSD_NODE_LIST *l)
GWEN_MDigest_List_Last
GWEN_MDIGEST * GWEN_MDigest_List_Last(const GWEN_MDIGEST_LIST *l)
GWEN_FSLock_ConstList2_new
GWEN_FSLOCK_CONSTLIST2 * GWEN_FSLock_ConstList2_new()
GWEN_XsdNode_List_Del
void GWEN_XsdNode_List_Del(GWEN_XSD_NODE *element)
GWEN_Crypt_Token_KeyInfo_ConstList2_PopBack
void GWEN_Crypt_Token_KeyInfo_ConstList2_PopBack(GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2 *l)
GWEN_Crypt_Token_List2_free
void GWEN_Crypt_Token_List2_free(GWEN_CRYPT_TOKEN_LIST2 *l)
GWEN_FSLOCK_CONSTLIST2
struct GWEN_FSLOCK_CONSTLIST2 GWEN_FSLOCK_CONSTLIST2
Definition: listdoc.h:2687
GWEN_Crypt_Token_KeyInfo_List2_GetBack
GWEN_CRYPT_TOKEN_KEYINFO * GWEN_Crypt_Token_KeyInfo_List2_GetBack(GWEN_CRYPT_TOKEN_KEYINFO_LIST2 *l)
GWEN_Crypt_Token_List_new
GWEN_CRYPT_TOKEN_LIST * GWEN_Crypt_Token_List_new()
GWEN_DBIO_List_GetCount
uint32_t GWEN_DBIO_List_GetCount(const GWEN_DBIO_LIST *l)
GWEN_MDIGEST_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:5447
GWEN_Crypt_Key_ConstList2_free
void GWEN_Crypt_Key_ConstList2_free(GWEN_CRYPT_KEY_CONSTLIST2 *l)
GWEN_SOCKET_CONSTLIST2_FOREACH
const GWEN_SOCKET *() GWEN_SOCKET_CONSTLIST2_FOREACH(const GWEN_SOCKET *element, void *user_data)
Definition: listdoc.h:4019
GWEN_XMLNode_List_Previous
GWEN_XMLNODE * GWEN_XMLNode_List_Previous(const GWEN_XMLNODE *element)
GWEN_FSLock_List2_Clear
void GWEN_FSLock_List2_Clear(GWEN_FSLOCK_LIST2 *l)
GWEN_XMLNODE_LIST_ELEMENT
Definition: listdoc.h:8554
GWEN_Crypt_Token_Context_List2_PushFront
void GWEN_Crypt_Token_Context_List2_PushFront(GWEN_CRYPT_TOKEN_CONTEXT_LIST2 *l, GWEN_CRYPT_TOKEN_CONTEXT *p)
GWEN_Crypt_CryptAlgo_ConstList2Iterator_free
void GWEN_Crypt_CryptAlgo_ConstList2Iterator_free(GWEN_CRYPT_CRYPTALGO_CONSTLIST2_ITERATOR *li)
GWEN_Url_ConstList2_PushFront
void GWEN_Url_ConstList2_PushFront(GWEN_URL_CONSTLIST2 *l, const GWEN_URL *p)
GWEN_PLUGIN_DESCRIPTION_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:6476
GWEN_CRYPT_TOKEN_CONTEXT_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:1460
GWEN_CRYPT_CRYPTALGO_LIST2
struct GWEN_CRYPT_CRYPTALGO_LIST2 GWEN_CRYPT_CRYPTALGO_LIST2
Definition: listdoc.h:43
pr_List_GetCount
uint32_t pr_List_GetCount(const t_LIST *l)
GWEN_CRYPT_TOKEN_KEYINFO_LIST2_FOREACH
GWEN_CRYPT_TOKEN_KEYINFO *() GWEN_CRYPT_TOKEN_KEYINFO_LIST2_FOREACH(GWEN_CRYPT_TOKEN_KEYINFO *element, void *user_data)
Definition: listdoc.h:1625
HtmlImage_List_Next
HTML_IMAGE * HtmlImage_List_Next(const HTML_IMAGE *element)
GWEN_Param_List_First
GWEN_PARAM * GWEN_Param_List_First(const GWEN_PARAM_LIST *l)
GWEN_SarFileHeader_List_GetCount
uint32_t GWEN_SarFileHeader_List_GetCount(const GWEN_SAR_FILEHEADER_LIST *l)
GWEN_Crypt_Key_List_Sort
void GWEN_Crypt_Key_List_Sort(GWEN_CRYPT_KEY_LIST *l, int ascending)
GWEN_PluginDescription_ConstList2Iterator_Next
const GWEN_PLUGIN_DESCRIPTION * GWEN_PluginDescription_ConstList2Iterator_Next(GWEN_PLUGIN_DESCRIPTION_CONSTLIST2_ITERATOR *li)
GWEN_MDIGEST_LIST
struct GWEN_MDIGEST_LIST GWEN_MDIGEST_LIST
Definition: listdoc.h:5457
GWEN_XsdNode_List_Previous
GWEN_XSD_NODE * GWEN_XsdNode_List_Previous(const GWEN_XSD_NODE *element)
GWEN_Crypt_HashAlgo_List2_ForEach
GWEN_CRYPT_HASHALGO * GWEN_Crypt_HashAlgo_List2_ForEach(GWEN_CRYPT_HASHALGO_LIST2 *list, GWEN_CRYPT_HASHALGO_LIST2_FOREACH func, void *user_data)
pr_List_Clear
void pr_List_Clear(t_LIST *l)
GWEN_CRYPT_KEY_LIST
Definition: listdoc.h:693
GWEN_Socket_List2_new
GWEN_SOCKET_LIST2 * GWEN_Socket_List2_new()
GWEN_MDIGEST_LIST_ELEMENT
Definition: listdoc.h:5446
GWEN_MDIGEST_LIST2_FOREACH
GWEN_MDIGEST *() GWEN_MDIGEST_LIST2_FOREACH(GWEN_MDIGEST *element, void *user_data)
Definition: listdoc.h:5219
GWEN_FSLock_List2_ForEach
GWEN_FSLOCK * GWEN_FSLock_List2_ForEach(GWEN_FSLOCK_LIST2 *list, GWEN_FSLOCK_LIST2_FOREACH func, void *user_data)
GWEN_FSLock_List2Iterator_new
GWEN_FSLOCK_LIST2_ITERATOR * GWEN_FSLock_List2Iterator_new(GWEN_FSLOCK_LIST2 *l)
GWEN_Crypt_Key_List2_free
void GWEN_Crypt_Key_List2_free(GWEN_CRYPT_KEY_LIST2 *l)
GWEN_Url_ConstList2Iterator_new
GWEN_URL_CONSTLIST2_ITERATOR * GWEN_Url_ConstList2Iterator_new(GWEN_URL_CONSTLIST2 *l)
GWEN_Crypt_HashAlgo_ConstList2Iterator_Next
const GWEN_CRYPT_HASHALGO * GWEN_Crypt_HashAlgo_ConstList2Iterator_Next(GWEN_CRYPT_HASHALGO_CONSTLIST2_ITERATOR *li)
GWEN_Crypt_Token_KeyInfo_List2_ForEach
GWEN_CRYPT_TOKEN_KEYINFO * GWEN_Crypt_Token_KeyInfo_List2_ForEach(GWEN_CRYPT_TOKEN_KEYINFO_LIST2 *list, GWEN_CRYPT_TOKEN_KEYINFO_LIST2_FOREACH func, void *user_data)
GWEN_Crypt_Token_List2_PopFront
void GWEN_Crypt_Token_List2_PopFront(GWEN_CRYPT_TOKEN_LIST2 *l)
GWEN_Crypt_Token_Context_List2_new
GWEN_CRYPT_TOKEN_CONTEXT_LIST2 * GWEN_Crypt_Token_Context_List2_new()
GWEN_XMLNODE_LIST2_FOREACH
GWEN_XMLNODE *() GWEN_XMLNODE_LIST2_FOREACH(GWEN_XMLNODE *element, void *user_data)
Definition: listdoc.h:8327
GWEN_Crypt_HashAlgo_List2_Clear
void GWEN_Crypt_HashAlgo_List2_Clear(GWEN_CRYPT_HASHALGO_LIST2 *l)
t_CONSTLIST2_ITERATOR
struct t_CONSTLIST2_ITERATOR t_CONSTLIST2_ITERATOR
Definition: listdoc.h:4860
GWEN_SOCKET_LIST::id
uint32_t id
Definition: listdoc.h:4140
GWEN_Crypt_Token_ConstList2_PushBack
void GWEN_Crypt_Token_ConstList2_PushBack(GWEN_CRYPT_TOKEN_CONSTLIST2 *l, const GWEN_CRYPT_TOKEN *p)
GWEN_FSLock_List_GetCount
uint32_t GWEN_FSLock_List_GetCount(const GWEN_FSLOCK_LIST *l)
GWEN_Crypt_Key_List2Iterator_free
void GWEN_Crypt_Key_List2Iterator_free(GWEN_CRYPT_KEY_LIST2_ITERATOR *li)
pr_List_Add
void pr_List_Add(t *element, t_LIST *list)
GWEN_XMLNode_NameSpace_List_AddList
void GWEN_XMLNode_NameSpace_List_AddList(GWEN_XMLNODE_NAMESPACE_LIST *dst, GWEN_XMLNODE_NAMESPACE_LIST *l)
GWEN_XMLNode_List_Clear
void GWEN_XMLNode_List_Clear(GWEN_XMLNODE_LIST *l)
GWEN_Crypt_Token_List_Clear
void GWEN_Crypt_Token_List_Clear(GWEN_CRYPT_TOKEN_LIST *l)
GWEN_URL_CONSTLIST2_FOREACH
const GWEN_URL *() GWEN_URL_CONSTLIST2_FOREACH(const GWEN_URL *element, void *user_data)
Definition: listdoc.h:7913
GWEN_TAG16_LIST_SORT_FN
int GWENHYWFAR_CB(* GWEN_TAG16_LIST_SORT_FN)(const GWEN_TAG16 *a, const GWEN_TAG16 *b, int ascending)
Definition: listdoc.h:7484
GWEN_SSLCERTDESCR_CONSTLIST2
struct GWEN_SSLCERTDESCR_CONSTLIST2 GWEN_SSLCERTDESCR_CONSTLIST2
Definition: listdoc.h:7067
GWEN_SAR_FILEHEADER_CONSTLIST2
struct GWEN_SAR_FILEHEADER_CONSTLIST2 GWEN_SAR_FILEHEADER_CONSTLIST2
Definition: listdoc.h:3080
GWEN_SslCertDescr_ConstList2_GetBack
const GWEN_SSLCERTDESCR * GWEN_SslCertDescr_ConstList2_GetBack(GWEN_SSLCERTDESCR_CONSTLIST2 *l)
GWEN_SarFileHeader_List_Insert
void GWEN_SarFileHeader_List_Insert(GWEN_SAR_FILEHEADER *element, GWEN_SAR_FILEHEADER_LIST *list)
GWEN_DBIO_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:2003
GWEN_Socket_List2Iterator_free
void GWEN_Socket_List2Iterator_free(GWEN_SOCKET_LIST2_ITERATOR *li)
GWEN_SslCertDescr_ConstList2_free
void GWEN_SslCertDescr_ConstList2_free(GWEN_SSLCERTDESCR_CONSTLIST2 *l)
GWEN_SOCKET_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:4118
GWEN_PluginDescription_List2_GetFront
GWEN_PLUGIN_DESCRIPTION * GWEN_PluginDescription_List2_GetFront(GWEN_PLUGIN_DESCRIPTION_LIST2 *l)
GWEN_SslCertDescr_List2_PushBack
void GWEN_SslCertDescr_List2_PushBack(GWEN_SSLCERTDESCR_LIST2 *l, GWEN_SSLCERTDESCR *p)
GWEN_Crypt_Key_List2Iterator_Next
GWEN_CRYPT_KEY * GWEN_Crypt_Key_List2Iterator_Next(GWEN_CRYPT_KEY_LIST2_ITERATOR *li)
GWEN_MDigest_List2_PopFront
void GWEN_MDigest_List2_PopFront(GWEN_MDIGEST_LIST2 *l)
HTML_FONT
struct HTML_FONT HTML_FONT
Definition: htmlfont_be.h:23
pr_List_Insert
void pr_List_Insert(t *element, t_LIST *list)
t_LIST_ELEMENT::nextObject
t * nextObject
Definition: listdoc.h:4419
GWEN_XMLNode_ConstList2Iterator_Data
const GWEN_XMLNODE * GWEN_XMLNode_ConstList2Iterator_Data(GWEN_XMLNODE_CONSTLIST2_ITERATOR *li)
GWEN_SarFileHeader_List_Sort
void GWEN_SarFileHeader_List_Sort(GWEN_SAR_FILEHEADER_LIST *l, int ascending)
GWEN_URL_LIST2
struct GWEN_URL_LIST2 GWEN_URL_LIST2
Definition: listdoc.h:7774
GWEN_Crypt_Key_List_Del
void GWEN_Crypt_Key_List_Del(GWEN_CRYPT_KEY *element)
GWEN_Url_List2_GetSize
unsigned int GWEN_Url_List2_GetSize(GWEN_URL_LIST2 *l)
GWEN_DIALOG_LIST2
struct GWEN_DIALOG_LIST2 GWEN_DIALOG_LIST2
Definition: listdoc.h:2158
GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2
struct GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2 GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2
Definition: listdoc.h:1751
GWEN_Crypt_Token_List2_Last
GWEN_CRYPT_TOKEN_LIST2_ITERATOR * GWEN_Crypt_Token_List2_Last(GWEN_CRYPT_TOKEN_LIST2 *l)
pr_List_Previous
t * pr_List_Previous(const t *element)
GWEN_Crypt_Token_ConstList2_Clear
void GWEN_Crypt_Token_ConstList2_Clear(GWEN_CRYPT_TOKEN_CONSTLIST2 *l)
GWEN_InheritData_List_Insert
void GWEN_InheritData_List_Insert(GWEN_INHERITDATA *element, GWEN_INHERITDATA_LIST *list)
GWEN_Crypt_Key_ConstList2_Clear
void GWEN_Crypt_Key_ConstList2_Clear(GWEN_CRYPT_KEY_CONSTLIST2 *l)
GWEN_Crypt_Key_List2_Last
GWEN_CRYPT_KEY_LIST2_ITERATOR * GWEN_Crypt_Key_List2_Last(GWEN_CRYPT_KEY_LIST2 *l)
GWEN_CRYPT_PADDALGO_LIST2
struct GWEN_CRYPT_PADDALGO_LIST2 GWEN_CRYPT_PADDALGO_LIST2
Definition: listdoc.h:5602
GWEN_Crypt_Token_KeyInfo_List2_PopBack
void GWEN_Crypt_Token_KeyInfo_List2_PopBack(GWEN_CRYPT_TOKEN_KEYINFO_LIST2 *l)
GWEN_XMLNode_NameSpace_List_new
GWEN_XMLNODE_NAMESPACE_LIST * GWEN_XMLNode_NameSpace_List_new()
GWEN_SslCertDescr_List2_First
GWEN_SSLCERTDESCR_LIST2_ITERATOR * GWEN_SslCertDescr_List2_First(GWEN_SSLCERTDESCR_LIST2 *l)
GWEN_SYNCIO_LIST::first
GWEN_SYNCIO * first
Definition: listdoc.h:7339
GWEN_SslCertDescr_List_Sort
void GWEN_SslCertDescr_List_Sort(GWEN_SSLCERTDESCR_LIST *l, int ascending)
GWEN_XMLNode_List_new
GWEN_XMLNODE_LIST * GWEN_XMLNode_List_new()
GWEN_SIGHEAD_LIST::count
uint32_t count
Definition: listdoc.h:6647
GWEN_MDIGEST_LIST::count
uint32_t count
Definition: listdoc.h:5468
GWEN_SigTail_List_Sort
void GWEN_SigTail_List_Sort(GWEN_SIGTAIL_LIST *l, int ascending)
GWEN_XMLNode_List_Add
void GWEN_XMLNode_List_Add(GWEN_XMLNODE *element, GWEN_XMLNODE_LIST *list)
GWEN_XMLNode_NameSpace_List_Add
void GWEN_XMLNode_NameSpace_List_Add(GWEN_XMLNODE_NAMESPACE *element, GWEN_XMLNODE_NAMESPACE_LIST *list)
GWEN_SigHead_List_free
void GWEN_SigHead_List_free(GWEN_SIGHEAD_LIST *l)
GWEN_XSD_NODE_LIST::first
GWEN_XSD_NODE * first
Definition: listdoc.h:8725
GWEN_Dialog_ConstList2_Last
GWEN_DIALOG_CONSTLIST2_ITERATOR * GWEN_Dialog_ConstList2_Last(GWEN_DIALOG_CONSTLIST2 *l)
GWEN_InheritData_List_GetCount
uint32_t GWEN_InheritData_List_GetCount(const GWEN_INHERITDATA_LIST *l)
GWEN_Crypt_Token_ConstList2Iterator_Data
const GWEN_CRYPT_TOKEN * GWEN_Crypt_Token_ConstList2Iterator_Data(GWEN_CRYPT_TOKEN_CONSTLIST2_ITERATOR *li)
GWEN_PluginDescription_ConstList2_ForEach
const GWEN_PLUGIN_DESCRIPTION * GWEN_PluginDescription_ConstList2_ForEach(GWEN_PLUGIN_DESCRIPTION_CONSTLIST2 *list, GWEN_PLUGIN_DESCRIPTION_CONSTLIST2_FOREACH func, void *user_data)
GWEN_PLUGIN_DESCRIPTION_CONSTLIST2_ITERATOR
struct GWEN_PLUGIN_DESCRIPTION_CONSTLIST2_ITERATOR GWEN_PLUGIN_DESCRIPTION_CONSTLIST2_ITERATOR
Definition: listdoc.h:6375
GWEN_SarFileHeader_List2_Last
GWEN_SAR_FILEHEADER_LIST2_ITERATOR * GWEN_SarFileHeader_List2_Last(GWEN_SAR_FILEHEADER_LIST2 *l)
GWEN_PARAM_LIST_ELEMENT
Definition: listdoc.h:6082
GWEN_Socket_ConstList2_free
void GWEN_Socket_ConstList2_free(GWEN_SOCKET_CONSTLIST2 *l)
GWEN_Crypt_Token_KeyInfo_List2_PushFront
void GWEN_Crypt_Token_KeyInfo_List2_PushFront(GWEN_CRYPT_TOKEN_KEYINFO_LIST2 *l, GWEN_CRYPT_TOKEN_KEYINFO *p)
MYSTRUCT_LIST__ELEMENT
struct MYSTRUCT_LIST_ELEMENT MYSTRUCT_LIST__ELEMENT
GWEN_Param_ConstList2_First
GWEN_PARAM_CONSTLIST2_ITERATOR * GWEN_Param_ConstList2_First(GWEN_PARAM_CONSTLIST2 *l)
GWEN_DIALOG_LIST::id
uint32_t id
Definition: listdoc.h:2418
GWEN_Dialog_ConstList2_PushFront
void GWEN_Dialog_ConstList2_PushFront(GWEN_DIALOG_CONSTLIST2 *l, const GWEN_DIALOG *p)
GWEN_Url_List2_PopBack
void GWEN_Url_List2_PopBack(GWEN_URL_LIST2 *l)
GWEN_MDigest_List_Clear
void GWEN_MDigest_List_Clear(GWEN_MDIGEST_LIST *l)
GWEN_FSLOCK_CONSTLIST2_FOREACH
const GWEN_FSLOCK *() GWEN_FSLOCK_CONSTLIST2_FOREACH(const GWEN_FSLOCK *element, void *user_data)
Definition: listdoc.h:2690
GWEN_Crypt_Key_ConstList2_GetFront
const GWEN_CRYPT_KEY * GWEN_Crypt_Key_ConstList2_GetFront(GWEN_CRYPT_KEY_CONSTLIST2 *l)
GWEN_SslCertDescr_List2Iterator_Data
GWEN_SSLCERTDESCR * GWEN_SslCertDescr_List2Iterator_Data(GWEN_SSLCERTDESCR_LIST2_ITERATOR *li)
GWEN_Crypt_Token_KeyInfo_List2Iterator_Data
GWEN_CRYPT_TOKEN_KEYINFO * GWEN_Crypt_Token_KeyInfo_List2Iterator_Data(GWEN_CRYPT_TOKEN_KEYINFO_LIST2_ITERATOR *li)
GWEN_DBIO_List_SetSortFn
GWEN_DBIO_LIST_SORT_FN GWEN_DBIO_List_SetSortFn(GWEN_DBIO_LIST *l, GWEN_DBIO_LIST_SORT_FN fn)
GWEN_Socket_ConstList2_Last
GWEN_SOCKET_CONSTLIST2_ITERATOR * GWEN_Socket_ConstList2_Last(GWEN_SOCKET_CONSTLIST2 *l)
GWEN_Crypt_Token_Context_List_Previous
GWEN_CRYPT_TOKEN_CONTEXT * GWEN_Crypt_Token_Context_List_Previous(const GWEN_CRYPT_TOKEN_CONTEXT *element)
GWEN_MDIGEST_LIST2_ITERATOR
struct GWEN_MDIGEST_LIST2_ITERATOR GWEN_MDIGEST_LIST2_ITERATOR
Definition: listdoc.h:5214
GWEN_Crypt_CryptAlgo_ConstList2_GetBack
const GWEN_CRYPT_CRYPTALGO * GWEN_Crypt_CryptAlgo_ConstList2_GetBack(GWEN_CRYPT_CRYPTALGO_CONSTLIST2 *l)
GWEN_SIGTAIL_LIST::first
GWEN_SIGTAIL * first
Definition: listdoc.h:6796
GWEN_Crypt_Token_Context_List2Iterator_new
GWEN_CRYPT_TOKEN_CONTEXT_LIST2_ITERATOR * GWEN_Crypt_Token_Context_List2Iterator_new(GWEN_CRYPT_TOKEN_CONTEXT_LIST2 *l)
GWEN_FSLock_List2_Dump
void GWEN_FSLock_List2_Dump(GWEN_FSLOCK_LIST2 *l, FILE *f, unsigned int indent)
GWEN_Crypt_Token_Context_List2_Clear
void GWEN_Crypt_Token_Context_List2_Clear(GWEN_CRYPT_TOKEN_CONTEXT_LIST2 *l)
GWEN_Crypt_Token_List2_new
GWEN_CRYPT_TOKEN_LIST2 * GWEN_Crypt_Token_List2_new()
GWEN_Tag16_List_Sort
void GWEN_Tag16_List_Sort(GWEN_TAG16_LIST *l, int ascending)
GWEN_XSD_NODE_LIST::count
uint32_t count
Definition: listdoc.h:8726
GWEN_CRYPT_TOKEN_KEYINFO_LIST
Definition: listdoc.h:1872
GWEN_Crypt_Key_List_free
void GWEN_Crypt_Key_List_free(GWEN_CRYPT_KEY_LIST *l)
GWEN_Param_List2Iterator_Data
GWEN_PARAM * GWEN_Param_List2Iterator_Data(GWEN_PARAM_LIST2_ITERATOR *li)
GWEN_Crypt_Token_ConstList2_First
GWEN_CRYPT_TOKEN_CONSTLIST2_ITERATOR * GWEN_Crypt_Token_ConstList2_First(GWEN_CRYPT_TOKEN_CONSTLIST2 *l)
GWEN_Crypt_Token_List2_PopBack
void GWEN_Crypt_Token_List2_PopBack(GWEN_CRYPT_TOKEN_LIST2 *l)
GWEN_Dialog_List2Iterator_Next
GWEN_DIALOG * GWEN_Dialog_List2Iterator_Next(GWEN_DIALOG_LIST2_ITERATOR *li)
GWEN_SarFileHeader_List2Iterator_free
void GWEN_SarFileHeader_List2Iterator_free(GWEN_SAR_FILEHEADER_LIST2_ITERATOR *li)
GWEN_SSLCERTDESCR_LIST::count
uint32_t count
Definition: listdoc.h:7190
GWEN_XMLNode_List_free
void GWEN_XMLNode_List_free(GWEN_XMLNODE_LIST *l)
GWEN_Crypt_Token_Context_ConstList2_PopFront
void GWEN_Crypt_Token_Context_ConstList2_PopFront(GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2 *l)
GWEN_InheritData_List_SetSortFn
GWEN_INHERITDATA_LIST_SORT_FN GWEN_InheritData_List_SetSortFn(GWEN_INHERITDATA_LIST *l, GWEN_INHERITDATA_LIST_SORT_FN fn)
GWEN_XMLNode_List2_First
GWEN_XMLNODE_LIST2_ITERATOR * GWEN_XMLNode_List2_First(GWEN_XMLNODE_LIST2 *l)
GWEN_XMLNode_List2_Clear
void GWEN_XMLNode_List2_Clear(GWEN_XMLNODE_LIST2 *l)
GWEN_XMLNode_NameSpace_List_Clear
void GWEN_XMLNode_NameSpace_List_Clear(GWEN_XMLNODE_NAMESPACE_LIST *l)
GWEN_PluginDescription_ConstList2Iterator_Previous
const GWEN_PLUGIN_DESCRIPTION * GWEN_PluginDescription_ConstList2Iterator_Previous(GWEN_PLUGIN_DESCRIPTION_CONSTLIST2_ITERATOR *li)
GWEN_Crypt_HashAlgo_ConstList2_ForEach
const GWEN_CRYPT_HASHALGO * GWEN_Crypt_HashAlgo_ConstList2_ForEach(GWEN_CRYPT_HASHALGO_CONSTLIST2 *list, GWEN_CRYPT_HASHALGO_CONSTLIST2_FOREACH func, void *user_data)
GWEN_SslCertDescr_List2_PopFront
void GWEN_SslCertDescr_List2_PopFront(GWEN_SSLCERTDESCR_LIST2 *l)
GWEN_Dialog_List2_Last
GWEN_DIALOG_LIST2_ITERATOR * GWEN_Dialog_List2_Last(GWEN_DIALOG_LIST2 *l)
GWEN_SslCertDescr_List2_Last
GWEN_SSLCERTDESCR_LIST2_ITERATOR * GWEN_SslCertDescr_List2_Last(GWEN_SSLCERTDESCR_LIST2 *l)
GWEN_SIGTAIL_LIST::id
uint32_t id
Definition: listdoc.h:6798
GWEN_XMLNode_ConstList2_GetBack
const GWEN_XMLNODE * GWEN_XMLNode_ConstList2_GetBack(GWEN_XMLNODE_CONSTLIST2 *l)
GWEN_PluginDescription_ConstList2_GetFront
const GWEN_PLUGIN_DESCRIPTION * GWEN_PluginDescription_ConstList2_GetFront(GWEN_PLUGIN_DESCRIPTION_CONSTLIST2 *l)
GWEN_Crypt_Token_Context_ConstList2_Clear
void GWEN_Crypt_Token_Context_ConstList2_Clear(GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2 *l)
GWEN_CRYPTHEAD_LIST
Definition: listdoc.h:300
GWEN_SarFileHeader_ConstList2_free
void GWEN_SarFileHeader_ConstList2_free(GWEN_SAR_FILEHEADER_CONSTLIST2 *l)
pr_ConstList2_PushFront
void pr_ConstList2_PushFront(t_CONSTLIST2 *l, const t *p)
GWEN_Socket_List2_Last
GWEN_SOCKET_LIST2_ITERATOR * GWEN_Socket_List2_Last(GWEN_SOCKET_LIST2 *l)
GWEN_INHERITDATA_LIST
Definition: listdoc.h:4287
GWEN_CryptHead_List_First
GWEN_CRYPTHEAD * GWEN_CryptHead_List_First(const GWEN_CRYPTHEAD_LIST *l)
GWEN_SIGHEAD_LIST::first
GWEN_SIGHEAD * first
Definition: listdoc.h:6646
pr_List2_First
t_LIST2_ITERATOR * pr_List2_First(t_LIST2 *l)
GWEN_CRYPT_KEY_LIST_ELEMENT::nextObject
GWEN_CRYPT_KEY * nextObject
Definition: listdoc.h:675
GWEN_Param_List_Add
void GWEN_Param_List_Add(GWEN_PARAM *element, GWEN_PARAM_LIST *list)
GWEN_SarFileHeader_List2_free
void GWEN_SarFileHeader_List2_free(GWEN_SAR_FILEHEADER_LIST2 *l)
HtmlImage_List_Clear
void HtmlImage_List_Clear(HTML_IMAGE_LIST *l)
GWEN_Tag16_List_Previous
GWEN_TAG16 * GWEN_Tag16_List_Previous(const GWEN_TAG16 *element)
GWEN_CRYPT_TOKEN_LIST
Definition: listdoc.h:1086
GWEN_FSLock_ConstList2_PopBack
void GWEN_FSLock_ConstList2_PopBack(GWEN_FSLOCK_CONSTLIST2 *l)
GWEN_Dialog_List2_Dump
void GWEN_Dialog_List2_Dump(GWEN_DIALOG_LIST2 *l, FILE *f, unsigned int indent)
GWEN_Url_List2_Dump
void GWEN_Url_List2_Dump(GWEN_URL_LIST2 *l, FILE *f, unsigned int indent)
GWEN_Crypt_Token_KeyInfo_List_Next
GWEN_CRYPT_TOKEN_KEYINFO * GWEN_Crypt_Token_KeyInfo_List_Next(const GWEN_CRYPT_TOKEN_KEYINFO *element)
GWEN_XMLNODE_NAMESPACE_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:8162
GWEN_Crypt_CryptAlgo_List2_First
GWEN_CRYPT_CRYPTALGO_LIST2_ITERATOR * GWEN_Crypt_CryptAlgo_List2_First(GWEN_CRYPT_CRYPTALGO_LIST2 *l)
GWEN_CRYPT_HASHALGO_CONSTLIST2_FOREACH
const GWEN_CRYPT_HASHALGO *() GWEN_CRYPT_HASHALGO_CONSTLIST2_FOREACH(const GWEN_CRYPT_HASHALGO *element, void *user_data)
Definition: listdoc.h:3476
GWEN_Dialog_ConstList2Iterator_Next
const GWEN_DIALOG * GWEN_Dialog_ConstList2Iterator_Next(GWEN_DIALOG_CONSTLIST2_ITERATOR *li)
GWEN_Crypt_Token_Context_ConstList2_GetSize
unsigned int GWEN_Crypt_Token_Context_ConstList2_GetSize(GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2 *l)
GWEN_PluginDescription_List_Sort
void GWEN_PluginDescription_List_Sort(GWEN_PLUGIN_DESCRIPTION_LIST *l, int ascending)
GWEN_PluginDescription_ConstList2_PopBack
void GWEN_PluginDescription_ConstList2_PopBack(GWEN_PLUGIN_DESCRIPTION_CONSTLIST2 *l)
GWEN_Url_List2_GetBack
GWEN_URL * GWEN_Url_List2_GetBack(GWEN_URL_LIST2 *l)
GWEN_SigHead_List_Del
void GWEN_SigHead_List_Del(GWEN_SIGHEAD *element)
MYSTRUCT_LIST::first
MYSTRUCT * first
Definition: listdoc.h:4588
GWEN_SYNCIO_LIST_ELEMENT
Definition: listdoc.h:7318
GWEN_DBIO_LIST
Definition: listdoc.h:2022
GWEN_URL_LIST
struct GWEN_URL_LIST GWEN_URL_LIST
Definition: listdoc.h:8022
GWEN_Crypt_Token_Context_ConstList2_new
GWEN_CRYPT_TOKEN_CONTEXT_CONSTLIST2 * GWEN_Crypt_Token_Context_ConstList2_new()
GWEN_Dialog_ConstList2_GetSize
unsigned int GWEN_Dialog_ConstList2_GetSize(GWEN_DIALOG_CONSTLIST2 *l)
GWEN_Socket_List_AddList
void GWEN_Socket_List_AddList(GWEN_SOCKET_LIST *dst, GWEN_SOCKET_LIST *l)
GWEN_CRYPT_TOKEN_KEYINFO_LIST_SORT_FN
int GWENHYWFAR_CB(* GWEN_CRYPT_TOKEN_KEYINFO_LIST_SORT_FN)(const GWEN_CRYPT_TOKEN_KEYINFO *a, const GWEN_CRYPT_TOKEN_KEYINFO *b, int ascending)
Definition: listdoc.h:1868
GWEN_Crypt_Token_ConstList2_new
GWEN_CRYPT_TOKEN_CONSTLIST2 * GWEN_Crypt_Token_ConstList2_new()
GWEN_SslCertDescr_List2_Clear
void GWEN_SslCertDescr_List2_Clear(GWEN_SSLCERTDESCR_LIST2 *l)
GWEN_Crypt_CryptAlgo_List2_PopBack
void GWEN_Crypt_CryptAlgo_List2_PopBack(GWEN_CRYPT_CRYPTALGO_LIST2 *l)
GWEN_Crypt_Token_KeyInfo_ConstList2_free
void GWEN_Crypt_Token_KeyInfo_ConstList2_free(GWEN_CRYPT_TOKEN_KEYINFO_CONSTLIST2 *l)
GWEN_Param_List2_free
void GWEN_Param_List2_free(GWEN_PARAM_LIST2 *l)
GWEN_Crypt_CryptAlgo_ConstList2_Clear
void GWEN_Crypt_CryptAlgo_ConstList2_Clear(GWEN_CRYPT_CRYPTALGO_CONSTLIST2 *l)
GWEN_SIGTAIL_LIST_ELEMENT::nextObject
GWEN_SIGTAIL * nextObject
Definition: listdoc.h:6777
MyStruct_List_SetSortFn
MYSTRUCT_LIST_SORT_FN MyStruct_List_SetSortFn(MYSTRUCT_LIST *l, MYSTRUCT_LIST_SORT_FN fn)
GWEN_SslCertDescr_List2Iterator_free
void GWEN_SslCertDescr_List2Iterator_free(GWEN_SSLCERTDESCR_LIST2_ITERATOR *li)
GWEN_MDIGEST_LIST::first
GWEN_MDIGEST * first
Definition: listdoc.h:5467
GWEN_Crypt_Key_ConstList2_new
GWEN_CRYPT_KEY_CONSTLIST2 * GWEN_Crypt_Key_ConstList2_new()
GWEN_Dialog_ConstList2Iterator_Previous
const GWEN_DIALOG * GWEN_Dialog_ConstList2Iterator_Previous(GWEN_DIALOG_CONSTLIST2_ITERATOR *li)
GWEN_DBIO_List_new
GWEN_DBIO_LIST * GWEN_DBIO_List_new()
GWEN_CRYPT_KEY_LIST::count
uint32_t count
Definition: listdoc.h:695
HTML_IMAGE_LIST::first
HTML_IMAGE * first
Definition: listdoc.h:3745
GWEN_FSLock_List_Sort
void GWEN_FSLock_List_Sort(GWEN_FSLOCK_LIST *l, int ascending)
GWEN_MDigest_List2Iterator_Next
GWEN_MDIGEST * GWEN_MDigest_List2Iterator_Next(GWEN_MDIGEST_LIST2_ITERATOR *li)
GWEN_SIGHEAD_LIST_SORT_FN
int GWENHYWFAR_CB(* GWEN_SIGHEAD_LIST_SORT_FN)(const GWEN_SIGHEAD *a, const GWEN_SIGHEAD *b, int ascending)
Definition: listdoc.h:6641
GWEN_PluginDescription_List_Del
void GWEN_PluginDescription_List_Del(GWEN_PLUGIN_DESCRIPTION *element)
GWEN_Crypt_Token_Context_List2_PopBack
void GWEN_Crypt_Token_Context_List2_PopBack(GWEN_CRYPT_TOKEN_CONTEXT_LIST2 *l)
GWEN_Crypt_Token_ConstList2_PushFront
void GWEN_Crypt_Token_ConstList2_PushFront(GWEN_CRYPT_TOKEN_CONSTLIST2 *l, const GWEN_CRYPT_TOKEN *p)
GWEN_XSD_NODE_LIST__ELEMENT
struct GWEN_XSD_NODE_LIST_ELEMENT GWEN_XSD_NODE_LIST__ELEMENT
GWEN_CRYPT_TOKEN_CONTEXT_LIST
Definition: listdoc.h:1479
GWEN_DBIO_LIST__ELEMENT
struct GWEN_DBIO_LIST_ELEMENT GWEN_DBIO_LIST__ELEMENT
GWEN_Crypt_CryptAlgo_List2_free
void GWEN_Crypt_CryptAlgo_List2_free(GWEN_CRYPT_CRYPTALGO_LIST2 *l)
GWEN_Socket_ConstList2Iterator_new
GWEN_SOCKET_CONSTLIST2_ITERATOR * GWEN_Socket_ConstList2Iterator_new(GWEN_SOCKET_CONSTLIST2 *l)
GWEN_SAR_FILEHEADER_LIST__ELEMENT
struct GWEN_SAR_FILEHEADER_LIST_ELEMENT GWEN_SAR_FILEHEADER_LIST__ELEMENT
GWEN_FSLOCK_LIST::id
uint32_t id
Definition: listdoc.h:2811
GWEN_CRYPT_CRYPTALGO_CONSTLIST2_ITERATOR
struct GWEN_CRYPT_CRYPTALGO_CONSTLIST2_ITERATOR GWEN_CRYPT_CRYPTALGO_CONSTLIST2_ITERATOR
Definition: listdoc.h:180
GWEN_CRYPT_HASHALGO
struct GWEN_CRYPT_HASHALGO GWEN_CRYPT_HASHALGO
Definition: hashalgo.h:21
GWEN_SigHead_List_First
GWEN_SIGHEAD * GWEN_SigHead_List_First(const GWEN_SIGHEAD_LIST *l)
GWEN_Crypt_Token_Context_List_new
GWEN_CRYPT_TOKEN_CONTEXT_LIST * GWEN_Crypt_Token_Context_List_new()
GWEN_CryptHead_List_Next
GWEN_CRYPTHEAD * GWEN_CryptHead_List_Next(const GWEN_CRYPTHEAD *element)
GWEN_XMLNode_List2_GetBack
GWEN_XMLNODE * GWEN_XMLNode_List2_GetBack(GWEN_XMLNODE_LIST2 *l)
GWEN_DBIO_LIST::id
uint32_t id
Definition: listdoc.h:2025
GWEN_Crypt_Key_ConstList2_PopFront
void GWEN_Crypt_Key_ConstList2_PopFront(GWEN_CRYPT_KEY_CONSTLIST2 *l)
GWEN_PluginDescription_List2_Erase
void GWEN_PluginDescription_List2_Erase(GWEN_PLUGIN_DESCRIPTION_LIST2 *l, GWEN_PLUGIN_DESCRIPTION_LIST2_ITERATOR *it)
GWEN_SslCertDescr_ConstList2_new
GWEN_SSLCERTDESCR_CONSTLIST2 * GWEN_SslCertDescr_ConstList2_new()
GWEN_Url_List2_Last
GWEN_URL_LIST2_ITERATOR * GWEN_Url_List2_Last(GWEN_URL_LIST2 *l)
GWEN_XMLNode_NameSpace_List_Next
GWEN_XMLNODE_NAMESPACE * GWEN_XMLNode_NameSpace_List_Next(const GWEN_XMLNODE_NAMESPACE *element)
GWEN_SslCertDescr_ConstList2Iterator_free
void GWEN_SslCertDescr_ConstList2Iterator_free(GWEN_SSLCERTDESCR_CONSTLIST2_ITERATOR *li)
GWEN_Crypt_HashAlgo_ConstList2_PopFront
void GWEN_Crypt_HashAlgo_ConstList2_PopFront(GWEN_CRYPT_HASHALGO_CONSTLIST2 *l)
GWEN_TLV
struct GWEN_TLV GWEN_TLV
Definition: tlv.h:19
GWEN_Dialog_List_Clear
void GWEN_Dialog_List_Clear(GWEN_DIALOG_LIST *l)
GWEN_SarFileHeader_List2_PushBack
void GWEN_SarFileHeader_List2_PushBack(GWEN_SAR_FILEHEADER_LIST2 *l, GWEN_SAR_FILEHEADER *p)
GWEN_Crypt_Key_ConstList2_ForEach
const GWEN_CRYPT_KEY * GWEN_Crypt_Key_ConstList2_ForEach(GWEN_CRYPT_KEY_CONSTLIST2 *list, GWEN_CRYPT_KEY_CONSTLIST2_FOREACH func, void *user_data)
GWEN_Socket_ConstList2_PushFront
void GWEN_Socket_ConstList2_PushFront(GWEN_SOCKET_CONSTLIST2 *l, const GWEN_SOCKET *p)
pr_List2_Clear
void pr_List2_Clear(t_LIST2 *l)
pr_ConstList2_ForEach
const t * pr_ConstList2_ForEach(t_CONSTLIST2 *list, t_CONSTLIST2_FOREACH func, void *user_data)
GWEN_SarFileHeader_List2Iterator_Next
GWEN_SAR_FILEHEADER * GWEN_SarFileHeader_List2Iterator_Next(GWEN_SAR_FILEHEADER_LIST2_ITERATOR *li)
GWEN_Crypt_Token_Context_List2_Erase
void GWEN_Crypt_Token_Context_List2_Erase(GWEN_CRYPT_TOKEN_CONTEXT_LIST2 *l, GWEN_CRYPT_TOKEN_CONTEXT_LIST2_ITERATOR *it)
GWEN_MDigest_List_First
GWEN_MDIGEST * GWEN_MDigest_List_First(const GWEN_MDIGEST_LIST *l)
GWEN_PluginDescription_ConstList2Iterator_Data
const GWEN_PLUGIN_DESCRIPTION * GWEN_PluginDescription_ConstList2Iterator_Data(GWEN_PLUGIN_DESCRIPTION_CONSTLIST2_ITERATOR *li)
GWEN_FSLock_ConstList2_free
void GWEN_FSLock_ConstList2_free(GWEN_FSLOCK_CONSTLIST2 *l)
GWEN_Param_List2Iterator_Previous
GWEN_PARAM * GWEN_Param_List2Iterator_Previous(GWEN_PARAM_LIST2_ITERATOR *li)
GWEN_Crypt_HashAlgo_ConstList2_free
void GWEN_Crypt_HashAlgo_ConstList2_free(GWEN_CRYPT_HASHALGO_CONSTLIST2 *l)
GWEN_SSLCERTDESCR_LIST2_ITERATOR
struct GWEN_SSLCERTDESCR_LIST2_ITERATOR GWEN_SSLCERTDESCR_LIST2_ITERATOR
Definition: listdoc.h:6936
GWEN_Socket_List2_First
GWEN_SOCKET_LIST2_ITERATOR * GWEN_Socket_List2_First(GWEN_SOCKET_LIST2 *l)
GWEN_CRYPT_TOKEN_KEYINFO_LIST_ELEMENT::id
uint32_t id
Definition: listdoc.h:1853
GWEN_Crypt_Key_List_Insert
void GWEN_Crypt_Key_List_Insert(GWEN_CRYPT_KEY *element, GWEN_CRYPT_KEY_LIST *list)
GWEN_SyncIo_List_Next
GWEN_SYNCIO * GWEN_SyncIo_List_Next(const GWEN_SYNCIO *element)
GWEN_XMLNode_List2_PushBack
void GWEN_XMLNode_List2_PushBack(GWEN_XMLNODE_LIST2 *l, GWEN_XMLNODE *p)
GWEN_Url_List2_Clear
void GWEN_Url_List2_Clear(GWEN_URL_LIST2 *l)
GWEN_Param_List2_GetFront
GWEN_PARAM * GWEN_Param_List2_GetFront(GWEN_PARAM_LIST2 *l)
GWEN_SAR_FILEHEADER_LIST2
struct GWEN_SAR_FILEHEADER_LIST2 GWEN_SAR_FILEHEADER_LIST2
Definition: listdoc.h:2944
GWEN_MDigest_ConstList2_new
GWEN_MDIGEST_CONSTLIST2 * GWEN_MDigest_ConstList2_new()
GWEN_SslCertDescr_List_Insert
void GWEN_SslCertDescr_List_Insert(GWEN_SSLCERTDESCR *element, GWEN_SSLCERTDESCR_LIST *list)
GWEN_SIGHEAD_LIST::id
uint32_t id
Definition: listdoc.h:6648
GWEN_INHERITDATA_LIST_ELEMENT::nextObject
GWEN_INHERITDATA * nextObject
Definition: listdoc.h:4269
GWEN_SOCKET_LIST::count
uint32_t count
Definition: listdoc.h:4139
GWEN_Crypt_Token_KeyInfo_List2_PopFront
void GWEN_Crypt_Token_KeyInfo_List2_PopFront(GWEN_CRYPT_TOKEN_KEYINFO_LIST2 *l)
HtmlFont_List_free
void HtmlFont_List_free(HTML_FONT_LIST *l)
GWEN_Url_List_Del
void GWEN_Url_List_Del(GWEN_URL *element)
GWEN_FSLOCK_LIST_ELEMENT
Definition: listdoc.h:2788
MyStruct_List_Clear
void MyStruct_List_Clear(MYSTRUCT_LIST *l)
pr_List_Del
void pr_List_Del(t *element)
GWEN_CRYPT_TOKEN_LIST_ELEMENT
Definition: listdoc.h:1066
HTML_IMAGE_LIST__ELEMENT
struct HTML_IMAGE_LIST_ELEMENT HTML_IMAGE_LIST__ELEMENT
GWEN_SIGTAIL_LIST_SORT_FN
int GWENHYWFAR_CB(* GWEN_SIGTAIL_LIST_SORT_FN)(const GWEN_SIGTAIL *a, const GWEN_SIGTAIL *b, int ascending)
Definition: listdoc.h:6791
GWEN_Crypt_Token_Context_List2_GetSize
unsigned int GWEN_Crypt_Token_Context_List2_GetSize(GWEN_CRYPT_TOKEN_CONTEXT_LIST2 *l)
GWEN_Param_List2_ForEach
GWEN_PARAM * GWEN_Param_List2_ForEach(GWEN_PARAM_LIST2 *list, GWEN_PARAM_LIST2_FOREACH func, void *user_data)
GWEN_SarFileHeader_ConstList2_PushBack
void GWEN_SarFileHeader_ConstList2_PushBack(GWEN_SAR_FILEHEADER_CONSTLIST2 *l, const GWEN_SAR_FILEHEADER *p)
GWEN_InheritData_List_Previous
GWEN_INHERITDATA * GWEN_InheritData_List_Previous(const GWEN_INHERITDATA *element)