Eneboo - Documentación para desarrolladores
'defines' | Funciones | Variables
Referencia del Archivo src/libdigidoc/libxml2/libxml.h
#include "config.h"
#include <libxml/xmlversion.h>
#include <stdio.h>

Ir al código fuente de este archivo.

'defines'

#define _LARGEFILE_SOURCE
#define _FILE_OFFSET_BITS   64
#define LIBXML_STATIC

Funciones

void __xmlIOErr (int domain, int code, const char *extra)
void __xmlLoaderErr (void *ctx, const char *msg, const char *filename)
void __xmlGlobalInitMutexLock (void)
void __xmlGlobalInitMutexUnlock (void)
void __xmlGlobalInitMutexDestroy (void)

Variables

int __xmlRegisterCallbacks

Documentación de los 'defines'

#define _FILE_OFFSET_BITS   64
#define _LARGEFILE_SOURCE
#define LIBXML_STATIC

Documentación de las funciones

void __xmlGlobalInitMutexDestroy ( void  )

xmlGlobalInitMutexDestroy

Makes sure that the global initialization mutex is destroyed before application termination.

void __xmlGlobalInitMutexLock ( void  )

xmlGlobalInitMutexLock

Makes sure that the global initialization mutex is initialized and locks it.

void __xmlGlobalInitMutexUnlock ( void  )
void __xmlIOErr ( int  domain,
int  code,
const char *  extra 
)
void __xmlLoaderErr ( void *  ctx,
const char *  msg,
const char *  filename 
)

Documentación de las variables

 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'