Defines | Functions

regex_mod.c File Reference

REGEX :: Perl-compatible regular expressions using PCRE library Copyright (C) 2008 IƱaki Baz Castillo. More...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <pcre.h>
#include "../../sr_module.h"
#include "../../dprint.h"
#include "../../pt.h"
#include "../../mem/shm_mem.h"
#include "../../str.h"
#include "../../locking.h"
#include "../../mod_fix.h"
#include "../../lib/kmi/mi.h"
Include dependency graph for regex_mod.c:

Go to the source code of this file.

Defines

Functions


Detailed Description

Definition in file regex_mod.c.