OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlStrdupFunc
(Results
1 - 4
of
4
) sorted by null
/external/libxml2/include/libxml/
xmlmemory.h
80
*
xmlStrdupFunc
:
87
typedef char *(XMLCALL *
xmlStrdupFunc
)(const char *str);
95
LIBXML_DLL_IMPORT extern
xmlStrdupFunc
xmlMemStrdup;
107
xmlStrdupFunc
strdupFunc);
112
xmlStrdupFunc
*strdupFunc);
118
xmlStrdupFunc
strdupFunc);
124
xmlStrdupFunc
*strdupFunc);
globals.h
128
xmlStrdupFunc
xmlMemStrdup;
232
XMLPUBFUN
xmlStrdupFunc
* XMLCALL __xmlMemStrdup(void);
236
XMLPUBVAR
xmlStrdupFunc
xmlMemStrdup;
244
XMLPUBVAR
xmlStrdupFunc
xmlMemStrdup;
/external/libxml2/
globals.c
86
xmlStrdupFunc
xmlMemStrdup = (
xmlStrdupFunc
) xmlMemoryStrdup;
133
xmlStrdupFunc
xmlMemStrdup = (
xmlStrdupFunc
) xmlStrdup;
524
gs->xmlMemStrdup = (
xmlStrdupFunc
) xmlMemoryStrdup;
530
gs->xmlMemStrdup = (
xmlStrdupFunc
) xmlStrdup;
755
xmlStrdupFunc
*
xmlmemory.c
999
xmlReallocFunc reallocFunc,
xmlStrdupFunc
strdupFunc) {
1037
xmlReallocFunc *reallocFunc,
xmlStrdupFunc
*strdupFunc) {
1066
xmlStrdupFunc
strdupFunc) {
1110
xmlStrdupFunc
*strdupFunc) {
Completed in 14 milliseconds