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

  /src/external/ibm-public/postfix/dist/src/util/
dict_pcre.c 320 /* dict_pcre_get_error - convert PCRE2 error number or text */
322 static char *dict_pcre_get_error(VSTRING *buf, int errval) function
391 dict_pcre_get_error(buf, errval));
727 dict_pcre_get_error(buf, error));
dict_pcre.c 320 /* dict_pcre_get_error - convert PCRE2 error number or text */
322 static char *dict_pcre_get_error(VSTRING *buf, int errval) function
391 dict_pcre_get_error(buf, errval));
727 dict_pcre_get_error(buf, error));
dict_pcre.c 320 /* dict_pcre_get_error - convert PCRE2 error number or text */
322 static char *dict_pcre_get_error(VSTRING *buf, int errval) function
391 dict_pcre_get_error(buf, errval));
727 dict_pcre_get_error(buf, error));

Completed in 44 milliseconds