Home
last modified time | relevance | path

Searched refs:nextp (Results 1 – 25 of 1418) sorted by relevance

12345678910>>...57

/dports/mail/enma/enma-1.2.0/libsauth/src/
H A Dxskip.c242 *nextp = p; in XSkip_atextBlock()
262 *nextp = p; in XSkip_atom()
278 *nextp = p; in XSkip_dtextBlock()
297 *nextp = p; in XSkip_mimeToken()
342 *nextp = p; in XSkip_string()
359 *nextp = p; in XSkip_casestring()
432 *nextp = p; in XSkip_dotAtomText()
459 *nextp = p; in XSkip_looseDotAtomText()
479 *nextp = p; in XSkip_dotAtom()
501 *nextp = p; in XSkip_looseDotAtom()
[all …]
H A Dxparse.c41 *nextp = head; in XParse_char()
89 *nextp = head; in XParse_quotedPair()
92 *nextp += 2; in XParse_quotedPair()
146 *nextp = head; in XParse_2822QuotedString()
155 *nextp = head; in XParse_2822QuotedString()
159 *nextp = p; in XParse_2822QuotedString()
176 *nextp = head; in XParse_domainLiteral()
190 *nextp = p; in XParse_domainLiteral()
317 *nextp = p; in XParse_2821QuotedString()
391 *nextp = p; in XParse_xtext()
[all …]
H A Dinetmailbox.c146 *nextp = p; in InetMailbox_parse()
154 *nextp = head; in InetMailbox_parse()
206 *nextp = p; in InetMailbox_build2822Mailbox()
213 *nextp = head; in InetMailbox_build2822Mailbox()
233 *nextp = head; in InetMailbox_build2821Mailbox()
237 *nextp = p; in InetMailbox_build2821Mailbox()
286 *nextp = p; in InetMailbox_build2821PathImpl()
293 *nextp = head; in InetMailbox_build2821PathImpl()
319 if (0 < XSkip_string(head, tail, "<>", nextp)) { in InetMailbox_build2821ReversePathImpl()
442 const char *nextp = NULL; in InetMailbox_isLocalPartQuoted() local
[all …]
H A Dsidfmacro.c404 *nextp = p; in SidfMacro_parseDelimiterBlock()
443 *nextp = head; in SidfMacro_parseMacroLetter()
447 *nextp = head; in SidfMacro_parseMacroLetter()
470 *nextp = p; in SidfMacro_parseTransformers()
567 *nextp = head; in SidfMacro_parseMacroExpand()
571 *nextp = head; in SidfMacro_parseMacroExpand()
586 *nextp = p; in SidfMacro_parseMacroLiteralBlock()
611 *nextp = p; in SidfMacro_parseMacroString()
710 *nextp = head; in SidfMacro_parseDomainSpec()
723 *nextp = head; in SidfMacro_parseDomainSpec()
[all …]
H A Ddkimsignature.c122 const char **nextp) in DkimSignature_parse_v() argument
140 *nextp = context->value_head; in DkimSignature_parse_v()
164 const char **nextp) in DkimSignature_parse_a() argument
201 SETDEREF(nextp, tailp); in DkimSignature_parse_a()
239 SETDEREF(nextp, p); in DkimSignature_parse_b()
277 SETDEREF(nextp, p); in DkimSignature_parse_bh()
334 SETDEREF(nextp, tailp); in DkimSignature_parse_c()
397 SETDEREF(nextp, p); in DkimSignature_parse_h()
451 *nextp = context->value_head; in DkimSignature_parse_i()
456 *nextp = context->value_head; in DkimSignature_parse_i()
[all …]
H A Ddkimpublickey.c106 const char **nextp) in DkimPublicKey_parse_v() argument
116 *nextp = context->value_head; in DkimPublicKey_parse_v()
127 *nextp = context->value_head; in DkimPublicKey_parse_v()
141 const char **nextp) in DkimPublicKey_parse_g() argument
147 *nextp = context->value_tail; in DkimPublicKey_parse_g()
185 *nextp = context->value_head; in DkimPublicKey_parse_h()
221 *nextp = context->value_tail; in DkimPublicKey_parse_k()
224 *nextp = context->value_head; in DkimPublicKey_parse_k()
277 SETDEREF(nextp, p); in DkimPublicKey_parse_p()
296 *nextp = context->value_head; in DkimPublicKey_parse_s()
[all …]
/dports/mail/enma/enma-1.2.0/libsauth/include/
H A Dxskip.h76 const char **nextp);
84 extern int XSkip_atom(const char *head, const char *tail, const char **nextp);
86 extern int XSkip_ctext(const char *head, const char *tail, const char **nextp);
94 extern int XSkip_word(const char *head, const char *tail, const char **nextp);
95 extern int XSkip_phrase(const char *head, const char *tail, const char **nextp);
100 extern int XSkip_cfws(const char *head, const char *tail, const char **nextp);
102 extern int XSkip_fws(const char *head, const char *tail, const char **nextp);
106 extern int XSkip_wsp(const char *head, const char *tail, const char **nextp);
109 extern int XSkip_alpha(const char *head, const char *tail, const char **nextp);
110 extern int XSkip_crlf(const char *head, const char *tail, const char **nextp);
[all …]
H A Dxparse.h19 extern int XParse_char(const char *head, const char *tail, char c, const char **nextp,
23 extern int XParse_dotAtomText(const char *head, const char *tail, const char **nextp,
25 extern int XParse_2822LocalPart(const char *head, const char *tail, const char **nextp,
27 extern int XParse_2822Domain(const char *head, const char *tail, const char **nextp, XBuffer *xbuf);
30 extern int XParse_2821LocalPart(const char *head, const char *tail, const char **nextp,
32 extern int XParse_2821Domain(const char *head, const char *tail, const char **nextp, XBuffer *xbuf);
33 extern int XParse_dotString(const char *head, const char *tail, const char **nextp, XBuffer *xbuf);
34 extern int XParse_cfws(const char *head, const char *tail, const char **nextp, XBuffer *xbuf);
37 extern int XParse_selector(const char *head, const char *tail, const char **nextp, XBuffer *xbuf);
39 extern int XParse_dkimQuotedPrintable(const char *head, const char *tail, const char **nextp,
[all …]
/dports/databases/postgresql-orafce/orafce-VERSION_3_13_4/
H A Dassert.c72 if (*nextp == '\0') in ParseIdentifierString()
81 if (*nextp == '\"') in ParseIdentifierString()
94 nextp = endp; in ParseIdentifierString()
97 nextp = endp + 1; in ParseIdentifierString()
102 curname = nextp; in ParseIdentifierString()
103 while (*nextp && *nextp != '.' && in ParseIdentifierString()
106 if (!isalnum(*nextp) && *nextp != '_') in ParseIdentifierString()
108 nextp++; in ParseIdentifierString()
110 endp = nextp; in ParseIdentifierString()
118 if (*nextp == '.') in ParseIdentifierString()
[all …]
/dports/databases/db18/db-18.1.40/src/repmgr/
H A Drepmgr_automsg.c34 u_int8_t **nextp;
44 *nextp = bp;
88 *nextp = bp;
130 *nextp = bp;
172 *nextp = bp;
216 *nextp = bp;
264 *nextp = bp;
308 *nextp = bp;
353 *nextp = bp;
396 *nextp = bp;
[all …]
/dports/databases/db5/db-5.3.28/src/repmgr/
H A Drepmgr_automsg.c34 u_int8_t **nextp;
44 *nextp = bp;
87 *nextp = bp;
128 *nextp = bp;
169 *nextp = bp;
212 *nextp = bp;
254 *nextp = bp;
294 *nextp = bp;
337 *nextp = bp;
380 *nextp = bp;
[all …]
/dports/databases/db18/db-18.1.40/src/rep/
H A Drep_automsg.c52 u_int8_t **nextp;
73 *nextp = bp;
139 *nextp = bp;
189 *nextp = bp;
308 *nextp = bp;
424 *nextp = bp;
525 *nextp = bp;
578 *nextp = bp;
630 *nextp = bp;
680 *nextp = bp;
[all …]
/dports/www/webcrawl/webcrawl-1.10/
H A Dgetxref.c73 nextp; in getxref()
80 nextp; in getxref()
90 nextp; in getxref()
95 nextp; in getxref()
102 nextp; in getxref()
110 nextp; in getxref()
123 nextp; in getxref()
141 nextp; in getxref()
159 nextp; in getxref()
199 nextp; in getxref()
[all …]
/dports/news/nn/nn-6.7.3/
H A Dhdbm.c238 register HASHENT **nextp; in hdbmstore() local
243 if (nextp == NULL) in hdbmstore()
245 hp = *nextp; in hdbmstore()
263 register HASHENT **nextp; in hdbmentry() local
269 if (nextp == NULL) in hdbmentry()
271 hp = *nextp; in hdbmentry()
288 register HASHENT **nextp; in hdbmdelete() local
291 if (nextp == NULL) in hdbmdelete()
293 hp = *nextp; in hdbmdelete()
313 if (nextp == NULL) in hdbmfetch()
[all …]
/dports/news/cnews/cnews-cr.g_18/libc/
H A Dhdbm.c168 register HASHENT **nextp; local
173 if (nextp == NULL)
175 hp = *nextp;
196 register HASHENT **nextp; local
202 if (nextp == NULL)
204 hp = *nextp;
223 register HASHENT **nextp; local
226 if (nextp == NULL)
228 hp = *nextp;
250 if (nextp == NULL)
[all …]
/dports/cad/verilator/verilator-4.216/src/
H A DV3Split.cpp313 for (AstNode* nextp = nodep; nextp; nextp = nextp->nextp()) { in scanBlock() local
314 scoreboardPushStmt(nextp); in scanBlock()
315 iterate(nextp); in scanBlock()
465 for (AstNode* nextp = nodep; nextp; nextp = nextp->nextp()) { in cleanupBlockGraph() local
503 for (AstNode* nextp = nodep; nextp; nextp = nextp->nextp()) { in cleanupBlockGraph() local
529 for (AstNode* nextp = nodep; nextp; nextp = nextp->nextp()) { in reorderBlock() local
551 if (nextp == nodep) { in reorderBlock()
554 nextp->unlinkFrBack(); in reorderBlock()
559 newListp = nextp; in reorderBlock()
577 if (!nodep->nextp()) { in processBlock()
[all …]
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/fastlst/aplibs/
H A Dwordstore.cc24 nextp = storebuf; in Init()
79 nextp = storebuf; in GetFirst()
86 lastp = nextp; in GetNext()
87 if (GetName (nextp, retbuf, PATH_MAX) <= 0) in GetNext()
100 if (*nextp == '\0') { in RemoveLast()
106 int movelen = strlen (nextp) + 1; // includes terminating NULL in RemoveLast()
108 memmove ((char *)lastp, nextp, movelen); in RemoveLast()
111 usedsize -= (nextp - lastp); in RemoveLast()
113 nextp = lastp; in RemoveLast()
/dports/news/husky/husky-1.9.20191207/fastlst/aplibs/
H A Dwordstore.cc24 nextp = storebuf; in Init()
79 nextp = storebuf; in GetFirst()
86 lastp = nextp; in GetNext()
87 if (GetName (nextp, retbuf, PATH_MAX) <= 0) in GetNext()
100 if (*nextp == '\0') { in RemoveLast()
106 int movelen = strlen (nextp) + 1; // includes terminating NULL in RemoveLast()
108 memmove ((char *)lastp, nextp, movelen); in RemoveLast()
111 usedsize -= (nextp - lastp); in RemoveLast()
113 nextp = lastp; in RemoveLast()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/fastlst/aplibs/
H A Dwordstore.cc24 nextp = storebuf; in Init()
79 nextp = storebuf; in GetFirst()
86 lastp = nextp; in GetNext()
87 if (GetName (nextp, retbuf, PATH_MAX) <= 0) in GetNext()
100 if (*nextp == '\0') { in RemoveLast()
106 int movelen = strlen (nextp) + 1; // includes terminating NULL in RemoveLast()
108 memmove ((char *)lastp, nextp, movelen); in RemoveLast()
111 usedsize -= (nextp - lastp); in RemoveLast()
113 nextp = lastp; in RemoveLast()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/fastlst/aplibs/
H A Dwordstore.cc24 nextp = storebuf; in Init()
79 nextp = storebuf; in GetFirst()
86 lastp = nextp; in GetNext()
87 if (GetName (nextp, retbuf, PATH_MAX) <= 0) in GetNext()
100 if (*nextp == '\0') { in RemoveLast()
106 int movelen = strlen (nextp) + 1; // includes terminating NULL in RemoveLast()
108 memmove ((char *)lastp, nextp, movelen); in RemoveLast()
111 usedsize -= (nextp - lastp); in RemoveLast()
113 nextp = lastp; in RemoveLast()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/fastlst/aplibs/
H A Dwordstore.cc24 nextp = storebuf; in Init()
79 nextp = storebuf; in GetFirst()
86 lastp = nextp; in GetNext()
87 if (GetName (nextp, retbuf, PATH_MAX) <= 0) in GetNext()
100 if (*nextp == '\0') { in RemoveLast()
106 int movelen = strlen (nextp) + 1; // includes terminating NULL in RemoveLast()
108 memmove ((char *)lastp, nextp, movelen); in RemoveLast()
111 usedsize -= (nextp - lastp); in RemoveLast()
113 nextp = lastp; in RemoveLast()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/fastlst/aplibs/
H A Dwordstore.cc24 nextp = storebuf; in Init()
79 nextp = storebuf; in GetFirst()
86 lastp = nextp; in GetNext()
87 if (GetName (nextp, retbuf, PATH_MAX) <= 0) in GetNext()
100 if (*nextp == '\0') { in RemoveLast()
106 int movelen = strlen (nextp) + 1; // includes terminating NULL in RemoveLast()
108 memmove ((char *)lastp, nextp, movelen); in RemoveLast()
111 usedsize -= (nextp - lastp); in RemoveLast()
113 nextp = lastp; in RemoveLast()
/dports/news/husky-htick/husky-htick-1.9.20191207/fastlst/aplibs/
H A Dwordstore.cc24 nextp = storebuf; in Init()
79 nextp = storebuf; in GetFirst()
86 lastp = nextp; in GetNext()
87 if (GetName (nextp, retbuf, PATH_MAX) <= 0) in GetNext()
100 if (*nextp == '\0') { in RemoveLast()
106 int movelen = strlen (nextp) + 1; // includes terminating NULL in RemoveLast()
108 memmove ((char *)lastp, nextp, movelen); in RemoveLast()
111 usedsize -= (nextp - lastp); in RemoveLast()
113 nextp = lastp; in RemoveLast()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/fastlst/aplibs/
H A Dwordstore.cc24 nextp = storebuf; in Init()
79 nextp = storebuf; in GetFirst()
86 lastp = nextp; in GetNext()
87 if (GetName (nextp, retbuf, PATH_MAX) <= 0) in GetNext()
100 if (*nextp == '\0') { in RemoveLast()
106 int movelen = strlen (nextp) + 1; // includes terminating NULL in RemoveLast()
108 memmove ((char *)lastp, nextp, movelen); in RemoveLast()
111 usedsize -= (nextp - lastp); in RemoveLast()
113 nextp = lastp; in RemoveLast()
/dports/games/wolfpack/empire-4.4.1/src/lib/lwp/
H A Dlwp.c84 lwpDestroy(nextp); in lwpReschedule()
90 if (!nextp->dead) in lwpReschedule()
94 if (nextp == LwpCurrent) { in lwpReschedule()
96 lwpAddTail(&LwpDeadQ, nextp); in lwpReschedule()
98 lwpDestroy(nextp); in lwpReschedule()
100 nextp = NULL; in lwpReschedule()
102 if (nextp) in lwpReschedule()
105 if (CANT_HAPPEN(!nextp)) in lwpReschedule()
107 if (LwpCurrent != nextp) { in lwpReschedule()
111 LwpCurrent = nextp; in lwpReschedule()
[all …]

12345678910>>...57