MCPcopy Create free account
hub / github.com/acl-dev/acl / acl_vstring_export

Function acl_vstring_export

lib_acl/src/stdlib/acl_vstring.c:840–848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

838/* acl_vstring_export - VSTRING to bare string */
839
840char *acl_vstring_export(ACL_VSTRING *vp)
841{
842 char *cp;
843
844 cp = (char *) vp->vbuf.data;
845 vp->vbuf.data = 0;
846 acl_myfree(vp);
847 return cp;
848}
849
850/* acl_vstring_import - bare string to vstring */
851

Callers 7

acl_vstream_loadfile2Function · 0.85
dump_cmdlineFunction · 0.85
rfc822.cppFile · 0.85
__add_cookie_itemFunction · 0.85
http_hdr_req_rewrite2Function · 0.85
update_str_varsFunction · 0.85
tls_client_startFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…