Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ init_from_replacer
Function
init_from_replacer
modules/uac/replace.c:81–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
80
81
void init_from_replacer(void)
82
{
83
int i;
84
85
for( i=0 ; i<256 ; i++)
86
dec_table64[i] = -1;
87
for ( i=0 ; i<64; i++)
88
dec_table64[(unsigned char)enc_table64[i]] = i;
89
}
90
91
92
static inline int encode_uri( str *src, str *dst )
Callers
1
mod_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected