pcre2_general_context_free.3 669 B

12345678910111213141516171819202122232425262728
  1. .TH PCRE2_GENERAL_CONTEXT_FREE 3 "28 June 2018" "PCRE2 10.32"
  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 void pcre2_general_context_free(pcre2_general_context *\fIgcontext\fP);
  11. .fi
  12. .
  13. .SH DESCRIPTION
  14. .rs
  15. .sp
  16. This function frees the memory occupied by a general context, using the memory
  17. freeing function within the context, if set. If the argument is NULL, the
  18. function returns immediately without doing anything.
  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.