Lines Matching refs:re
48 pcre *re; in main() local
99 re = pcre_compile( in main()
108 if (re == NULL) in main()
122 re, /* the compiled pattern */ in main()
143 pcre_free(re); /* Release memory used for the compiled pattern */ in main()
188 re, /* the compiled pattern */ in main()
202 re, /* the compiled pattern */ in main()
208 re, /* the compiled pattern */ in main()
258 pcre_free(re); /* Release the memory used for the compiled pattern */ in main()
266 (void)pcre_fullinfo(re, NULL, PCRE_INFO_OPTIONS, &option_bits); in main()
314 re, /* the compiled pattern */ in main()
361 pcre_free(re); /* Release memory used for the compiled pattern */ in main()
402 pcre_free(re); /* Release memory used for the compiled pattern */ in main()