MCPcopy 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
81void 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
92static inline int encode_uri( str *src, str *dst )

Callers 1

mod_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected