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

Function acl_xml2_encode_enable

lib_acl/src/xml/acl_xml2.c:406–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406void acl_xml2_encode_enable(ACL_XML2 *xml, int on)
407{
408 if (on)
409 xml->flag |= ACL_XML2_FLAG_XML_ENCODE;
410 else
411 xml->flag &=~ACL_XML2_FLAG_XML_ENCODE;
412}
413
414ACL_XML2 *acl_xml2_mmap_file(const char *filepath, size_t max_len,
415 size_t init_len, ACL_DBUF_POOL *dbuf)

Callers 1

xml2.cppFile · 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…