![]() |
Nilorea Library
C utilities for networking, threading, graphics
|
Include dependency graph for ex_pcre.c:Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| static int | test_replace (const char *pattern, const char *subject, const char *repl, const char *want) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 48 of file ex_pcre.c.
References N_PCRE::captured, failures, LOG_DEBUG, LOG_ERR, LOG_INFO, LOG_NOTICE, LOG_STDERR, N_PCRE::match_list, n_log, npcre_clean_match(), npcre_delete(), npcre_match_capture(), npcre_new(), set_log_level(), and test_replace().
Here is the call graph for this function:
|
static |
Definition at line 34 of file ex_pcre.c.
References N_STR::data, free_nstr, LOG_ERR, n_log, npcre_delete(), npcre_new(), and npcre_replace().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function: