Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ _db_url_escape
Function
_db_url_escape
ut.h:1592–1595 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1590
*/
1591
char *db_url_escape(const str *url);
1592
static inline char *_db_url_escape(const char *url)
1593
{
1594
return db_url_escape(_str(url));
1595
}
1596
1597
int user2uid(int* uid, int* gid, char* user);
1598
Callers
1
mongo_new_connection
Function · 0.85
Calls
2
db_url_escape
Function · 0.85
_str
Class · 0.85
Tested by
no test coverage detected