Eneboo - Documentación para desarrolladores
'defines'
Referencia del Archivo src/libdigidoc/libxml2/entities.c
#include "libxml.h"
#include <string.h>
#include <libxml/xmlmemory.h>
#include <libxml/hash.h>
#include <libxml/entities.h>
#include <libxml/parser.h>
#include <libxml/parserInternals.h>
#include <libxml/xmlerror.h>
#include <libxml/globals.h>
#include <libxml/dict.h>
#include "elfgcchack.h"

'defines'

#define IN_LIBXML
#define growBufferReentrant()
#define bottom_entities

Documentación de los 'defines'

#define bottom_entities
#define growBufferReentrant ( )
Valor:
{                                               \
    buffer_size *= 2;                                                   \
    buffer = (xmlChar *)                                                \
                xmlRealloc(buffer, buffer_size * sizeof(xmlChar));      \
    if (buffer == NULL) {                                               \
        xmlEntitiesErrMemory("xmlEncodeEntitiesReentrant: realloc failed");\
        return(NULL);                                                   \
    }                                                                   \
}
#define IN_LIBXML
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'