Home
last modified time | relevance | path

Searched refs:static_buf_content (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dtestapi.c598 static const xmlChar *static_buf_content = (xmlChar *)"a static buffer"; variable
601 if (no == 1) return(xmlBufferCreateStatic((void *)static_buf_content, 13)); in gen_xmlBufferPtr()
19134 …FER_ALLOC_IMMUTABLE) && (buf->content != NULL) && (buf->content != static_buf_content)) { xmlFree(… in test_xmlBufferSetAllocationScheme()