#include <string.h>#include <stdio.h>#include "../../mem/mem.h"#include "../../data_lump.h"#include "../../parser/parse_param.h"#include "../../parser/msg_parser.h"#include "../../dprint.h"#include "../../action.h"#include "../../config.h"#include "../../parser/parse_uri.h"#include "perlfunc.h"#include "perl.h"

Go to the source code of this file.
Functions | |
| int | perl_checkfnc (char *fnc) |
| int | perl_exec1 (struct sip_msg *_msg, char *fnc, char *foobar) |
| int | perl_exec2 (struct sip_msg *_msg, char *fnc, char *mystr) |
| int | perl_exec_simple (char *fnc, char *args[], int flags) |
| int | perl_exec_simple1 (struct sip_msg *_msg, char *fnc, char *str2) |
| int | perl_exec_simple2 (struct sip_msg *_msg, char *fnc, char *param) |
| int perl_checkfnc | ( | char * | fnc | ) |
| int perl_exec1 | ( | struct sip_msg * | _msg, | |
| char * | fnc, | |||
| char * | foobar | |||
| ) |
| int perl_exec2 | ( | struct sip_msg * | _msg, | |
| char * | fnc, | |||
| char * | mystr | |||
| ) |
Definition at line 92 of file perlfunc.c.
References sip_msg::first_line, _str::len, LM_ERR, parse_sip_msg_uri(), perl_checkfnc(), _str::s, sl_binds::send_reply, SIP_REPLY, SIP_REQUEST, slb, and SP.
Referenced by perl_exec1().
| int perl_exec_simple | ( | char * | fnc, | |
| char * | args[], | |||
| int | flags | |||
| ) |
Definition at line 59 of file perlfunc.c.
References LM_DBG, LM_ERR, and perl_checkfnc().
Referenced by perl_exec_simple1(), and perl_exec_simple2().
| int perl_exec_simple1 | ( | struct sip_msg * | _msg, | |
| char * | fnc, | |||
| char * | str2 | |||
| ) |
| int perl_exec_simple2 | ( | struct sip_msg * | _msg, | |
| char * | fnc, | |||
| char * | param | |||
| ) |
1.5.6