HomeSort by relevance Sort by last modified time
    Searched full:static_buf_content (Results 1 - 2 of 2) sorted by null

  /external/libxml2/
gentest.py 263 "xmlBufferSetAllocationScheme": "if ((buf != NULL) && (scheme == XML_BUFFER_ALLOC_IMMUTABLE) && (buf->content != NULL) && (buf->content != static_buf_content)) { xmlFree(buf->content); buf->content = NULL;}"
testapi.c 598 static const xmlChar *static_buf_content = (xmlChar *)"a static buffer"; variable
601 if (no == 1) return(xmlBufferCreateStatic((void *)static_buf_content, 13));
    [all...]

Completed in 785 milliseconds