#include "../../parser/msg_parser.h"


Go to the source code of this file.
Functions | |
| 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_simple1 (struct sip_msg *_msg, char *fnc, char *str2) |
| int | perl_exec_simple2 (struct sip_msg *_msg, char *fnc, char *str2) |
| 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_simple1 | ( | struct sip_msg * | _msg, | |
| char * | fnc, | |||
| char * | str2 | |||
| ) |
| int perl_exec_simple2 | ( | struct sip_msg * | _msg, | |
| char * | fnc, | |||
| char * | str2 | |||
| ) |
1.5.6