OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strdupFunc
(Results
1 - 3
of
3
) sorted by null
/external/libxml2/include/libxml/
xmlmemory.h
107
xmlStrdupFunc
strdupFunc
);
112
xmlStrdupFunc *
strdupFunc
);
118
xmlStrdupFunc
strdupFunc
);
124
xmlStrdupFunc *
strdupFunc
);
/external/libxml2/
xmlmemory.c
1030
* @
strdupFunc
: the strdup() function to use
1042
xmlReallocFunc reallocFunc, xmlStrdupFunc
strdupFunc
) {
1053
if (
strdupFunc
== NULL)
1059
xmlMemStrdup =
strdupFunc
;
1072
* @
strdupFunc
: place to save the strdup() function in use
1080
xmlReallocFunc *reallocFunc, xmlStrdupFunc *
strdupFunc
) {
1084
if (
strdupFunc
!= NULL) *
strdupFunc
= xmlMemStrdup;
1094
* @
strdupFunc
: the strdup() function to use
1109
xmlStrdupFunc
strdupFunc
) {
[
all
...]
/external/libxml2/python/
libxml.c
102
static xmlStrdupFunc
strdupFunc
= NULL;
143
(xmlStrdupFunc *) &
strdupFunc
);
146
(
strdupFunc
== xmlMemoryStrdup)) {
[
all
...]
Completed in 70 milliseconds