OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TRIO_MALLOC
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/
triop.h
70
#ifndef
TRIO_MALLOC
71
# define
TRIO_MALLOC
(n) malloc(n)
triostr.c
129
return (char *)
TRIO_MALLOC
(size);
1270
self = (trio_string_t *)
TRIO_MALLOC
(sizeof(trio_string_t));
[
all
...]
Completed in 32 milliseconds