Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlBufferPtr

5346 xmlNodeBufGetContent(xmlBufferPtr buffer, const xmlNode *cur)
7008 xmlBufferPtr
7010 xmlBufferPtr ret;
7012 ret = (xmlBufferPtr) xmlMalloc(sizeof(xmlBuffer));
7038 xmlBufferPtr
7040 xmlBufferPtr ret;
7042 ret = (xmlBufferPtr) xmlMalloc(sizeof(xmlBuffer));
7075 xmlBufferDetach(xmlBufferPtr buf) {
7103 xmlBufferPtr
7105 xmlBufferPtr ret;
7110 ret = (xmlBufferPtr) xmlMalloc(sizeof(xmlBuffer));
7130 xmlBufferSetAllocationScheme(xmlBufferPtr buf,
7156 xmlBufferFree(xmlBufferPtr buf) {
7182 xmlBufferEmpty(xmlBufferPtr buf) {
7210 xmlBufferShrink(xmlBufferPtr buf, unsigned int len) {
7255 xmlBufferGrow(xmlBufferPtr buf, unsigned int len) {
7310 xmlBufferDump(FILE *file, xmlBufferPtr buf) {
7379 xmlBufferResize(xmlBufferPtr buf, unsigned int size)
7491 xmlBufferAdd(xmlBufferPtr buf, const xmlChar *str, int len) {
7540 xmlBufferAddHead(xmlBufferPtr buf, const xmlChar *str, int len) {
7607 xmlBufferCat(xmlBufferPtr buf, const xmlChar *str) {
7626 xmlBufferCCat(xmlBufferPtr buf, const char *str) {
7661 xmlBufferWriteCHAR(xmlBufferPtr buf, const xmlChar *string) {
7677 xmlBufferWriteChar(xmlBufferPtr buf, const char *string) {
7695 xmlBufferWriteQuotedString(xmlBufferPtr buf, const xmlChar *string) {