MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / append_const

Function append_const

modules/db_http/http_dbase.c:178–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178static int append_const(var_str* to, char * from)
179{
180 static str temp;
181
182 temp.s = from;
183 temp.len = strlen(from);
184
185 return append_str(to,temp);
186}
187
188
189static int append_keys (var_str * q,const char * name, const db_key_t* k,

Callers 4

append_keysFunction · 0.85
append_valuesFunction · 0.85
append_opsFunction · 0.85
do_http_opFunction · 0.85

Calls 1

append_strFunction · 0.85

Tested by

no test coverage detected