OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlSchemaVal
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/include/libxml/
schemasInternals.h
136
typedef struct _xmlSchemaVal
xmlSchemaVal
;
137
typedef
xmlSchemaVal
*xmlSchemaValPtr;
/external/libxml2/
xmlschemastypes.c
225
value = (xmlSchemaValPtr) xmlMalloc(sizeof(
xmlSchemaVal
));
229
memset(value, 0, sizeof(
xmlSchemaVal
));
947
val = (xmlSchemaValPtr) xmlMalloc(sizeof(
xmlSchemaVal
));
951
memset(val, 0, sizeof(
xmlSchemaVal
));
[
all
...]
Completed in 1507 milliseconds