Home
last modified time | relevance | path

Searched refs:pcre_errstr (Results 1 – 11 of 11) sorted by relevance

/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/src/
H A Dregexp.c52 const char *pcre_errstr; member
194 pre->pcre = pcre_compile(pattern, flags, &(pre->pcre_errstr), &err_offset, in regexp_compile_pcre()
199 pre->pcre_errstr); in regexp_compile_pcre()
209 pre->pcre_extra = pcre_study(pre->pcre, study_flags, &(pre->pcre_errstr)); in regexp_compile_pcre()
211 if (pre->pcre_errstr != NULL) { in regexp_compile_pcre()
214 pre->pcre_errstr); in regexp_compile_pcre()
280 if (pre->pcre_errstr != NULL) { in pr_regexp_error()
281 sstrncpy(buf, pre->pcre_errstr, bufsz); in pr_regexp_error()
282 return strlen(pre->pcre_errstr) + 1; in pr_regexp_error()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/src/
H A Dregexp.c52 const char *pcre_errstr; member
194 pre->pcre = pcre_compile(pattern, flags, &(pre->pcre_errstr), &err_offset, in regexp_compile_pcre()
199 pre->pcre_errstr); in regexp_compile_pcre()
209 pre->pcre_extra = pcre_study(pre->pcre, study_flags, &(pre->pcre_errstr)); in regexp_compile_pcre()
211 if (pre->pcre_errstr != NULL) { in regexp_compile_pcre()
214 pre->pcre_errstr); in regexp_compile_pcre()
280 if (pre->pcre_errstr != NULL) { in pr_regexp_error()
281 sstrncpy(buf, pre->pcre_errstr, bufsz); in pr_regexp_error()
282 return strlen(pre->pcre_errstr) + 1; in pr_regexp_error()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/src/
H A Dregexp.c52 const char *pcre_errstr; member
194 pre->pcre = pcre_compile(pattern, flags, &(pre->pcre_errstr), &err_offset, in regexp_compile_pcre()
199 pre->pcre_errstr); in regexp_compile_pcre()
209 pre->pcre_extra = pcre_study(pre->pcre, study_flags, &(pre->pcre_errstr)); in regexp_compile_pcre()
211 if (pre->pcre_errstr != NULL) { in regexp_compile_pcre()
214 pre->pcre_errstr); in regexp_compile_pcre()
280 if (pre->pcre_errstr != NULL) { in pr_regexp_error()
281 sstrncpy(buf, pre->pcre_errstr, bufsz); in pr_regexp_error()
282 return strlen(pre->pcre_errstr) + 1; in pr_regexp_error()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/src/
H A Dregexp.c52 const char *pcre_errstr; member
194 pre->pcre = pcre_compile(pattern, flags, &(pre->pcre_errstr), &err_offset, in regexp_compile_pcre()
199 pre->pcre_errstr); in regexp_compile_pcre()
209 pre->pcre_extra = pcre_study(pre->pcre, study_flags, &(pre->pcre_errstr)); in regexp_compile_pcre()
211 if (pre->pcre_errstr != NULL) { in regexp_compile_pcre()
214 pre->pcre_errstr); in regexp_compile_pcre()
280 if (pre->pcre_errstr != NULL) { in pr_regexp_error()
281 sstrncpy(buf, pre->pcre_errstr, bufsz); in pr_regexp_error()
282 return strlen(pre->pcre_errstr) + 1; in pr_regexp_error()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/src/
H A Dregexp.c52 const char *pcre_errstr; member
194 pre->pcre = pcre_compile(pattern, flags, &(pre->pcre_errstr), &err_offset, in regexp_compile_pcre()
199 pre->pcre_errstr); in regexp_compile_pcre()
209 pre->pcre_extra = pcre_study(pre->pcre, study_flags, &(pre->pcre_errstr)); in regexp_compile_pcre()
211 if (pre->pcre_errstr != NULL) { in regexp_compile_pcre()
214 pre->pcre_errstr); in regexp_compile_pcre()
280 if (pre->pcre_errstr != NULL) { in pr_regexp_error()
281 sstrncpy(buf, pre->pcre_errstr, bufsz); in pr_regexp_error()
282 return strlen(pre->pcre_errstr) + 1; in pr_regexp_error()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/src/
H A Dregexp.c52 const char *pcre_errstr; member
194 pre->pcre = pcre_compile(pattern, flags, &(pre->pcre_errstr), &err_offset, in regexp_compile_pcre()
199 pre->pcre_errstr); in regexp_compile_pcre()
209 pre->pcre_extra = pcre_study(pre->pcre, study_flags, &(pre->pcre_errstr)); in regexp_compile_pcre()
211 if (pre->pcre_errstr != NULL) { in regexp_compile_pcre()
214 pre->pcre_errstr); in regexp_compile_pcre()
280 if (pre->pcre_errstr != NULL) { in pr_regexp_error()
281 sstrncpy(buf, pre->pcre_errstr, bufsz); in pr_regexp_error()
282 return strlen(pre->pcre_errstr) + 1; in pr_regexp_error()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/src/
H A Dregexp.c52 const char *pcre_errstr; member
194 pre->pcre = pcre_compile(pattern, flags, &(pre->pcre_errstr), &err_offset, in regexp_compile_pcre()
199 pre->pcre_errstr); in regexp_compile_pcre()
209 pre->pcre_extra = pcre_study(pre->pcre, study_flags, &(pre->pcre_errstr)); in regexp_compile_pcre()
211 if (pre->pcre_errstr != NULL) { in regexp_compile_pcre()
214 pre->pcre_errstr); in regexp_compile_pcre()
280 if (pre->pcre_errstr != NULL) { in pr_regexp_error()
281 sstrncpy(buf, pre->pcre_errstr, bufsz); in pr_regexp_error()
282 return strlen(pre->pcre_errstr) + 1; in pr_regexp_error()
/dports/ftp/proftpd/proftpd-1.3.7c/src/
H A Dregexp.c52 const char *pcre_errstr; member
194 pre->pcre = pcre_compile(pattern, flags, &(pre->pcre_errstr), &err_offset, in regexp_compile_pcre()
199 pre->pcre_errstr); in regexp_compile_pcre()
209 pre->pcre_extra = pcre_study(pre->pcre, study_flags, &(pre->pcre_errstr)); in regexp_compile_pcre()
211 if (pre->pcre_errstr != NULL) { in regexp_compile_pcre()
214 pre->pcre_errstr); in regexp_compile_pcre()
280 if (pre->pcre_errstr != NULL) { in pr_regexp_error()
281 sstrncpy(buf, pre->pcre_errstr, bufsz); in pr_regexp_error()
282 return strlen(pre->pcre_errstr) + 1; in pr_regexp_error()
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/src/
H A Dregexp.c52 const char *pcre_errstr; member
194 pre->pcre = pcre_compile(pattern, flags, &(pre->pcre_errstr), &err_offset, in regexp_compile_pcre()
199 pre->pcre_errstr); in regexp_compile_pcre()
209 pre->pcre_extra = pcre_study(pre->pcre, study_flags, &(pre->pcre_errstr)); in regexp_compile_pcre()
211 if (pre->pcre_errstr != NULL) { in regexp_compile_pcre()
214 pre->pcre_errstr); in regexp_compile_pcre()
280 if (pre->pcre_errstr != NULL) { in pr_regexp_error()
281 sstrncpy(buf, pre->pcre_errstr, bufsz); in pr_regexp_error()
282 return strlen(pre->pcre_errstr) + 1; in pr_regexp_error()
/dports/www/ufdbguard/ufdbGuard-1.35.3/src/
H A Dufdbbase.c481 const char * pcre_errstr; in UFDBregcomp() local
491 …pcre_comp_re = pcre_compile2( regex, pcre_options, &pcre_error, &pcre_errstr, &pcre_erroffset, NUL… in UFDBregcomp()
496 … ufdbLogError( "pcre_compile2: error with regular expression \"%s\": %s", regex, pcre_errstr ); in UFDBregcomp()
508 pcre_comp_re = pcre_compile( regex, pcre_options, &pcre_errstr, &pcre_errofsset, NULL ); in UFDBregcomp()
513 … ufdbLogError( "pcre_compile: error with regular expression \"%s\": %s", regex, pcre_errstr ); in UFDBregcomp()
/dports/lang/parrot/parrot-8.1.0/tools/dev/
H A Dnci_thunk_gen.pir912 .local string pcre_errstr, pcre_errint
917 (empty_line_regex, pcre_errstr, pcre_errint) = pcre_comp($S0, pcre_extended)
921 (old_style_sig_line_regex, pcre_errstr, pcre_errint) = pcre_comp($S0, pcre_extended)
925 (old_style_sig_item_regex, pcre_errstr, pcre_errint) = pcre_comp($S0, pcre_extended)
936 (new_style_sig_line_regex, pcre_errstr, pcre_errint) = pcre_comp($S0, pcre_extended)
940 (new_style_sig_item_regex, pcre_errstr, pcre_errint) = pcre_comp($S0, pcre_extended)
946 $S0 = 'sprintf'("Error in PCRE compilation: `%Ss' (%d)", pcre_errstr, pcre_errint)