github的一些开源项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
577 B

  1. .TH PCRE2_SET_HEAP_LIMIT 3 "11 April 2017" "PCRE2 10.30"
  2. .SH NAME
  3. PCRE2 - Perl-compatible regular expressions (revised API)
  4. .SH SYNOPSIS
  5. .rs
  6. .sp
  7. .B #include <pcre2.h>
  8. .PP
  9. .nf
  10. .B int pcre2_set_heap_limit(pcre2_match_context *\fImcontext\fP,
  11. .B " uint32_t \fIvalue\fP);"
  12. .fi
  13. .
  14. .SH DESCRIPTION
  15. .rs
  16. .sp
  17. This function sets the backtracking heap limit field in a match context. The
  18. result is always zero.
  19. .P
  20. There is a complete description of the PCRE2 native API in the
  21. .\" HREF
  22. \fBpcre2api\fP
  23. .\"
  24. page and a description of the POSIX API in the
  25. .\" HREF
  26. \fBpcre2posix\fP
  27. .\"
  28. page.