Searched defs:static_buf_content (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dtestapi.c598 static const xmlChar *static_buf_content = (xmlChar *)"a static buffer"; variable
601 if (no == 1) return(xmlBufferCreateStatic((void *)static_buf_content, 13));
19017 if ((buf != NULL) && (scheme == XML_BUFFER_ALLOC_IMMUTABLE) && (buf->content != NULL) && (buf->content != static_buf_content)) { xmlFree(buf->content); buf->content = NULL;}
[all...]

Completed in 197 milliseconds