HomeSort by: relevance | last modified time | path
    Searched defs:mvect (Results 1 - 4 of 4) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_token.c 63 #include <mvect.h>
180 static MVECT mvect; local
184 smtp_argv = (SMTPD_TOKEN *) mvect_alloc(&mvect, sizeof(*smtp_argv), 1,
187 smtp_argv = (SMTPD_TOKEN *) mvect_realloc(&mvect, n + 1);
  /src/external/ibm-public/postfix/dist/src/util/
dict_cidr.c 65 #include <mvect.h>
267 MVECT mvect; local
328 rule_stack = (DICT_CIDR_ENTRY **) mvect_alloc(&mvect,
333 (DICT_CIDR_ENTRY **) mvect_realloc(&mvect, nesting + 1);
360 (void) mvect_free(&mvect);
dict_regexp.c 72 #include "mvect.h"
765 MVECT mvect; local
830 rule_stack = (DICT_REGEXP_RULE **) mvect_alloc(&mvect,
835 (DICT_REGEXP_RULE **) mvect_realloc(&mvect, nesting + 1);
862 (void) mvect_free(&mvect);
dict_pcre.c 79 #include "mvect.h"
1016 MVECT mvect; local
1085 rule_stack = (DICT_PCRE_RULE **) mvect_alloc(&mvect,
1090 (DICT_PCRE_RULE **) mvect_realloc(&mvect, nesting + 1);
1117 (void) mvect_free(&mvect);

Completed in 29 milliseconds