Home
last modified time | relevance | path

Searched refs:ptrArray (Results 1 – 25 of 140) sorted by relevance

123456

/dports/devel/universal-ctags/ctags-p5.9.20211128.0/main/
H A Dptrarray.h22 typedef struct sPtrArray ptrArray; typedef
31 extern ptrArray *ptrArrayNew (ptrArrayDeleteFunc deleteFunc);
32 extern unsigned int ptrArrayAdd (ptrArray *const current, void *ptr);
34 extern void *ptrArrayRemoveLast (ptrArray *const current);
37 extern void ptrArrayCombine (ptrArray *const current, ptrArray *const from);
38 extern void ptrArrayClear (ptrArray *const current);
39 extern unsigned int ptrArrayCount (const ptrArray *const current);
44 extern void ptrArrayDelete (ptrArray *const current);
45 extern bool ptrArrayHasTest (const ptrArray *const current,
48 extern bool ptrArrayHas (const ptrArray *const current, void *ptr);
[all …]
H A Dptrarray.c37 extern ptrArray *ptrArrayNew (ptrArrayDeleteFunc deleteFunc) in ptrArrayNew()
39 ptrArray* const result = xMalloc (1, ptrArray); in ptrArrayNew()
47 extern unsigned int ptrArrayAdd (ptrArray *const current, void *ptr) in ptrArrayAdd()
59 extern bool ptrArrayUpdate (ptrArray *const current, in ptrArrayUpdate()
81 extern void *ptrArrayRemoveLast (ptrArray *const current) in ptrArrayRemoveLast()
105 extern void ptrArrayCombine (ptrArray *const current, ptrArray *const from) in ptrArrayCombine()
116 extern unsigned int ptrArrayCount (const ptrArray *const current) in ptrArrayCount()
136 extern void ptrArrayClear (ptrArray *const current) in ptrArrayClear()
148 extern void ptrArrayDelete (ptrArray *const current) in ptrArrayDelete()
158 extern bool ptrArrayHasTest (const ptrArray *const current, in ptrArrayHasTest()
[all …]
H A Dcolprint.c35 ptrArray *header;
36 ptrArray *lines;
163 static void colprintHeaderPrint (ptrArray *header, unsigned int startFrom, bool withHeader, bool ma… in colprintHeaderPrint()
178 static void colprintLinePrint (stringList *line, unsigned int startFrom, ptrArray *header, bool ma… in colprintLinePrint()
189 static void colprintLinesPrint (ptrArray *lines, unsigned int startFrom, ptrArray *header, bool mac… in colprintLinesPrint()
201 static void colprintUpdateMaxWidths (ptrArray *header, ptrArray *lines, unsigned int startFrom) in colprintUpdateMaxWidths()
220 vString *column = ptrArrayItem((ptrArray *)line, c); in colprintUpdateMaxWidths()
/dports/devel/geany/geany-1.38/ctags/main/
H A Dptrarray.h22 typedef struct sPtrArray ptrArray; typedef
31 extern ptrArray *ptrArrayNew (ptrArrayDeleteFunc deleteFunc);
32 extern unsigned int ptrArrayAdd (ptrArray *const current, void *ptr);
33 extern void *ptrArrayRemoveLast (ptrArray *const current);
34 extern void ptrArrayCombine (ptrArray *const current, ptrArray *const from);
35 extern void ptrArrayClear (ptrArray *const current);
36 extern unsigned int ptrArrayCount (const ptrArray *const current);
38 extern void* ptrArrayLast (const ptrArray *const current);
39 extern void ptrArrayDelete (ptrArray *const current);
40 extern bool ptrArrayHasTest (const ptrArray *const current,
[all …]
H A Dptrarray.c37 extern ptrArray *ptrArrayNew (ptrArrayDeleteFunc deleteFunc) in ptrArrayNew()
39 ptrArray* const result = xMalloc (1, ptrArray); in ptrArrayNew()
47 extern unsigned int ptrArrayAdd (ptrArray *const current, void *ptr) in ptrArrayAdd()
59 extern void *ptrArrayRemoveLast (ptrArray *const current) in ptrArrayRemoveLast()
69 extern void ptrArrayCombine (ptrArray *const current, ptrArray *const from) in ptrArrayCombine()
80 extern unsigned int ptrArrayCount (const ptrArray *const current) in ptrArrayCount()
92 extern void* ptrArrayLast (const ptrArray *const current) in ptrArrayLast()
99 extern void ptrArrayClear (ptrArray *const current) in ptrArrayClear()
111 extern void ptrArrayDelete (ptrArray *const current) in ptrArrayDelete()
121 extern bool ptrArrayHasTest (const ptrArray *const current, in ptrArrayHasTest()
[all …]
H A Dcolprint.c35 ptrArray *header;
36 ptrArray *lines;
163 static void colprintHeaderPrint (ptrArray *header, unsigned int startFrom, bool withHeader, bool ma… in colprintHeaderPrint()
178 static void colprintLinePrint (stringList *line, unsigned int startFrom, ptrArray *header, bool ma… in colprintLinePrint()
189 static void colprintLinesPrint (ptrArray *lines, unsigned int startFrom, ptrArray *header, bool mac… in colprintLinesPrint()
201 static void colprintUpdateMaxWidths (ptrArray *header, ptrArray *lines, unsigned int startFrom) in colprintUpdateMaxWidths()
220 vString *column = ptrArrayItem((ptrArray *)line, c); in colprintUpdateMaxWidths()
/dports/devel/geany-legacy/geany-1.37.1/ctags/main/
H A Dptrarray.h30 extern ptrArray *ptrArrayNew (ptrArrayDeleteFunc deleteFunc);
31 extern void ptrArrayAdd (ptrArray *const current, void *ptr);
32 extern void ptrArrayRemoveLast (ptrArray *const current);
33 extern void ptrArrayCombine (ptrArray *const current, ptrArray *const from);
34 extern void ptrArrayClear (ptrArray *const current);
35 extern unsigned int ptrArrayCount (const ptrArray *const current);
37 extern void* ptrArrayLast (const ptrArray *const current);
38 extern void ptrArrayDelete (ptrArray *const current);
39 extern bool ptrArrayHasTest (const ptrArray *const current,
42 extern bool ptrArrayHas (const ptrArray *const current, void *ptr);
[all …]
H A Dptrarray.c37 extern ptrArray *ptrArrayNew (ptrArrayDeleteFunc deleteFunc) in ptrArrayNew()
39 ptrArray* const result = xMalloc (1, ptrArray); in ptrArrayNew()
47 extern void ptrArrayAdd (ptrArray *const current, void *ptr) in ptrArrayAdd()
58 extern void ptrArrayRemoveLast (ptrArray *const current) in ptrArrayRemoveLast()
66 extern void ptrArrayCombine (ptrArray *const current, ptrArray *const from) in ptrArrayCombine()
77 extern unsigned int ptrArrayCount (const ptrArray *const current) in ptrArrayCount()
89 extern void* ptrArrayLast (const ptrArray *const current) in ptrArrayLast()
96 extern void ptrArrayClear (ptrArray *const current) in ptrArrayClear()
108 extern void ptrArrayDelete (ptrArray *const current) in ptrArrayDelete()
118 extern bool ptrArrayHasTest (const ptrArray *const current, in ptrArrayHasTest()
[all …]
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/branches/branche-0.0/src/
H A Dcompress.cpp28 static int32_t ptrArray[0x40]; variable
69 ptrArray[i] = ~occurs[i*2 + 1] - 1; in calcOccurs()
107 *(int16_t *)out = ~(int16_t)ptrArray[i]; in compressBand()
109 if (ptrArray[i] < lastPtr) in compressBand()
110 lastPtr = ptrArray[i]; in compressBand()
139 unsigned char *seq = in + ptrArray[i] + 1; in compressBand()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-1.0.2/src/
H A Dcompress.cpp28 static int32_t ptrArray[0x40]; variable
69 ptrArray[i] = ~occurs[i*2 + 1] - 1; in calcOccurs()
107 *(int16_t *)out = ~(int16_t)ptrArray[i]; in compressBand()
109 if (ptrArray[i] < lastPtr) in compressBand()
110 lastPtr = ptrArray[i]; in compressBand()
139 unsigned char *seq = in + ptrArray[i] + 1; in compressBand()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-1.0.1/src/
H A Dcompress.cpp28 static int32_t ptrArray[0x40]; variable
69 ptrArray[i] = ~occurs[i*2 + 1] - 1; in calcOccurs()
107 *(int16_t *)out = ~(int16_t)ptrArray[i]; in compressBand()
109 if (ptrArray[i] < lastPtr) in compressBand()
110 lastPtr = ptrArray[i]; in compressBand()
139 unsigned char *seq = in + ptrArray[i] + 1; in compressBand()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-1.0.1-1/src/
H A Dcompress.cpp28 static int32_t ptrArray[0x40]; variable
69 ptrArray[i] = ~occurs[i*2 + 1] - 1; in calcOccurs()
107 *(int16_t *)out = ~(int16_t)ptrArray[i]; in compressBand()
109 if (ptrArray[i] < lastPtr) in compressBand()
110 lastPtr = ptrArray[i]; in compressBand()
139 unsigned char *seq = in + ptrArray[i] + 1; in compressBand()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-0.0.2/src/
H A Dcompress.cpp28 static int32_t ptrArray[0x40]; variable
69 ptrArray[i] = ~occurs[i*2 + 1] - 1; in calcOccurs()
107 *(int16_t *)out = ~(int16_t)ptrArray[i]; in compressBand()
109 if (ptrArray[i] < lastPtr) in compressBand()
110 lastPtr = ptrArray[i]; in compressBand()
139 unsigned char *seq = in + ptrArray[i] + 1; in compressBand()
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/
H A Dldapctrl.c596 char **ptrArray; in ldapctl_attribute_array() local
606 ptrArray[ i++ ] = node->data; in ldapctl_attribute_array()
610 ptrArray[ i ] = NULL; in ldapctl_attribute_array()
611 return ptrArray; in ldapctl_attribute_array()
620 char **ptrArray; in ldapctl_full_attribute_array() local
650 ptrArray[ i++ ] = node->data; in ldapctl_full_attribute_array()
655 ptrArray[ i ] = NULL; in ldapctl_full_attribute_array()
656 return ptrArray; in ldapctl_full_attribute_array()
668 g_free(ptrArray[i]); in ldapctl_free_attribute_array()
669 ptrArray[i] = NULL; in ldapctl_free_attribute_array()
[all …]
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/
H A Dldapctrl.c596 char **ptrArray; in ldapctl_attribute_array() local
606 ptrArray[ i++ ] = node->data; in ldapctl_attribute_array()
610 ptrArray[ i ] = NULL; in ldapctl_attribute_array()
611 return ptrArray; in ldapctl_attribute_array()
620 char **ptrArray; in ldapctl_full_attribute_array() local
650 ptrArray[ i++ ] = node->data; in ldapctl_full_attribute_array()
655 ptrArray[ i ] = NULL; in ldapctl_full_attribute_array()
656 return ptrArray; in ldapctl_full_attribute_array()
668 g_free(ptrArray[i]); in ldapctl_free_attribute_array()
669 ptrArray[i] = NULL; in ldapctl_free_attribute_array()
[all …]
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/
H A Dldapctrl.c596 char **ptrArray; in ldapctl_attribute_array() local
606 ptrArray[ i++ ] = node->data; in ldapctl_attribute_array()
610 ptrArray[ i ] = NULL; in ldapctl_attribute_array()
611 return ptrArray; in ldapctl_attribute_array()
620 char **ptrArray; in ldapctl_full_attribute_array() local
650 ptrArray[ i++ ] = node->data; in ldapctl_full_attribute_array()
655 ptrArray[ i ] = NULL; in ldapctl_full_attribute_array()
656 return ptrArray; in ldapctl_full_attribute_array()
668 g_free(ptrArray[i]); in ldapctl_free_attribute_array()
669 ptrArray[i] = NULL; in ldapctl_free_attribute_array()
[all …]
/dports/mail/claws-mail-notification/claws-mail-3.18.0/src/
H A Dldapctrl.c596 char **ptrArray; in ldapctl_attribute_array() local
606 ptrArray[ i++ ] = node->data; in ldapctl_attribute_array()
610 ptrArray[ i ] = NULL; in ldapctl_attribute_array()
611 return ptrArray; in ldapctl_attribute_array()
620 char **ptrArray; in ldapctl_full_attribute_array() local
650 ptrArray[ i++ ] = node->data; in ldapctl_full_attribute_array()
655 ptrArray[ i ] = NULL; in ldapctl_full_attribute_array()
656 return ptrArray; in ldapctl_full_attribute_array()
668 g_free(ptrArray[i]); in ldapctl_free_attribute_array()
669 ptrArray[i] = NULL; in ldapctl_free_attribute_array()
[all …]
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/
H A Dldapctrl.c596 char **ptrArray; in ldapctl_attribute_array() local
606 ptrArray[ i++ ] = node->data; in ldapctl_attribute_array()
610 ptrArray[ i ] = NULL; in ldapctl_attribute_array()
611 return ptrArray; in ldapctl_attribute_array()
620 char **ptrArray; in ldapctl_full_attribute_array() local
650 ptrArray[ i++ ] = node->data; in ldapctl_full_attribute_array()
655 ptrArray[ i ] = NULL; in ldapctl_full_attribute_array()
656 return ptrArray; in ldapctl_full_attribute_array()
668 g_free(ptrArray[i]); in ldapctl_free_attribute_array()
669 ptrArray[i] = NULL; in ldapctl_free_attribute_array()
[all …]
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/
H A Dldapctrl.c596 char **ptrArray; in ldapctl_attribute_array() local
606 ptrArray[ i++ ] = node->data; in ldapctl_attribute_array()
610 ptrArray[ i ] = NULL; in ldapctl_attribute_array()
611 return ptrArray; in ldapctl_attribute_array()
620 char **ptrArray; in ldapctl_full_attribute_array() local
650 ptrArray[ i++ ] = node->data; in ldapctl_full_attribute_array()
655 ptrArray[ i ] = NULL; in ldapctl_full_attribute_array()
656 return ptrArray; in ldapctl_full_attribute_array()
668 g_free(ptrArray[i]); in ldapctl_free_attribute_array()
669 ptrArray[i] = NULL; in ldapctl_free_attribute_array()
[all …]
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/
H A Dldapctrl.c596 char **ptrArray; in ldapctl_attribute_array() local
606 ptrArray[ i++ ] = node->data; in ldapctl_attribute_array()
610 ptrArray[ i ] = NULL; in ldapctl_attribute_array()
611 return ptrArray; in ldapctl_attribute_array()
620 char **ptrArray; in ldapctl_full_attribute_array() local
650 ptrArray[ i++ ] = node->data; in ldapctl_full_attribute_array()
655 ptrArray[ i ] = NULL; in ldapctl_full_attribute_array()
656 return ptrArray; in ldapctl_full_attribute_array()
668 g_free(ptrArray[i]); in ldapctl_free_attribute_array()
669 ptrArray[i] = NULL; in ldapctl_free_attribute_array()
[all …]
/dports/mail/claws-mail-tnef_parse/claws-mail-3.18.0/src/
H A Dldapctrl.c596 char **ptrArray; in ldapctl_attribute_array() local
606 ptrArray[ i++ ] = node->data; in ldapctl_attribute_array()
610 ptrArray[ i ] = NULL; in ldapctl_attribute_array()
611 return ptrArray; in ldapctl_attribute_array()
620 char **ptrArray; in ldapctl_full_attribute_array() local
650 ptrArray[ i++ ] = node->data; in ldapctl_full_attribute_array()
655 ptrArray[ i ] = NULL; in ldapctl_full_attribute_array()
656 return ptrArray; in ldapctl_full_attribute_array()
668 g_free(ptrArray[i]); in ldapctl_free_attribute_array()
669 ptrArray[i] = NULL; in ldapctl_free_attribute_array()
[all …]
/dports/mail/claws-mail-bsfilter/claws-mail-3.18.0/src/
H A Dldapctrl.c596 char **ptrArray; in ldapctl_attribute_array() local
606 ptrArray[ i++ ] = node->data; in ldapctl_attribute_array()
610 ptrArray[ i ] = NULL; in ldapctl_attribute_array()
611 return ptrArray; in ldapctl_attribute_array()
620 char **ptrArray; in ldapctl_full_attribute_array() local
650 ptrArray[ i++ ] = node->data; in ldapctl_full_attribute_array()
655 ptrArray[ i ] = NULL; in ldapctl_full_attribute_array()
656 return ptrArray; in ldapctl_full_attribute_array()
668 g_free(ptrArray[i]); in ldapctl_free_attribute_array()
669 ptrArray[i] = NULL; in ldapctl_free_attribute_array()
[all …]
/dports/mail/claws-mail-address_keeper/claws-mail-3.18.0/src/
H A Dldapctrl.c596 char **ptrArray; in ldapctl_attribute_array() local
606 ptrArray[ i++ ] = node->data; in ldapctl_attribute_array()
610 ptrArray[ i ] = NULL; in ldapctl_attribute_array()
611 return ptrArray; in ldapctl_attribute_array()
620 char **ptrArray; in ldapctl_full_attribute_array() local
650 ptrArray[ i++ ] = node->data; in ldapctl_full_attribute_array()
655 ptrArray[ i ] = NULL; in ldapctl_full_attribute_array()
656 return ptrArray; in ldapctl_full_attribute_array()
668 g_free(ptrArray[i]); in ldapctl_free_attribute_array()
669 ptrArray[i] = NULL; in ldapctl_free_attribute_array()
[all …]
/dports/mail/claws-mail-bogofilter/claws-mail-3.18.0/src/
H A Dldapctrl.c596 char **ptrArray; in ldapctl_attribute_array() local
606 ptrArray[ i++ ] = node->data; in ldapctl_attribute_array()
610 ptrArray[ i ] = NULL; in ldapctl_attribute_array()
611 return ptrArray; in ldapctl_attribute_array()
620 char **ptrArray; in ldapctl_full_attribute_array() local
650 ptrArray[ i++ ] = node->data; in ldapctl_full_attribute_array()
655 ptrArray[ i ] = NULL; in ldapctl_full_attribute_array()
656 return ptrArray; in ldapctl_full_attribute_array()
668 g_free(ptrArray[i]); in ldapctl_free_attribute_array()
669 ptrArray[i] = NULL; in ldapctl_free_attribute_array()
[all …]
/dports/mail/claws-mail-att_remover/claws-mail-3.18.0/src/
H A Dldapctrl.c596 char **ptrArray; in ldapctl_attribute_array() local
606 ptrArray[ i++ ] = node->data; in ldapctl_attribute_array()
610 ptrArray[ i ] = NULL; in ldapctl_attribute_array()
611 return ptrArray; in ldapctl_attribute_array()
620 char **ptrArray; in ldapctl_full_attribute_array() local
650 ptrArray[ i++ ] = node->data; in ldapctl_full_attribute_array()
655 ptrArray[ i ] = NULL; in ldapctl_full_attribute_array()
656 return ptrArray; in ldapctl_full_attribute_array()
668 g_free(ptrArray[i]); in ldapctl_free_attribute_array()
669 ptrArray[i] = NULL; in ldapctl_free_attribute_array()
[all …]

123456