OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOOLEAN_T
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libxml/src/
triostr.c
51
#if !defined(
BOOLEAN_T
)
52
# define
BOOLEAN_T
int
1287
TRIO_STRING_PRIVATE
BOOLEAN_T
1293
BOOLEAN_T
status = FALSE;
1320
TRIO_STRING_PRIVATE
BOOLEAN_T
[
all
...]
trio.c
114
#define
BOOLEAN_T
int
766
static
BOOLEAN_T
internalDigitsUnconverted = TRUE;
769
static
BOOLEAN_T
internalCollationUnconverted = TRUE;
798
TRIO_PRIVATE
BOOLEAN_T
945
TRIO_PRIVATE
BOOLEAN_T
1183
BOOLEAN_T
positional; /* Does the specifier have a positional? */
1184
BOOLEAN_T
gotSticky = FALSE; /* Are there any sticky modifiers at all? */
[
all
...]
/external/libxml2/
triostr.c
51
#if !defined(
BOOLEAN_T
)
52
# define
BOOLEAN_T
int
1287
TRIO_STRING_PRIVATE
BOOLEAN_T
1293
BOOLEAN_T
status = FALSE;
1320
TRIO_STRING_PRIVATE
BOOLEAN_T
[
all
...]
trio.c
114
#define
BOOLEAN_T
int
766
static
BOOLEAN_T
internalDigitsUnconverted = TRUE;
769
static
BOOLEAN_T
internalCollationUnconverted = TRUE;
798
TRIO_PRIVATE
BOOLEAN_T
945
TRIO_PRIVATE
BOOLEAN_T
1183
BOOLEAN_T
positional; /* Does the specifier have a positional? */
1184
BOOLEAN_T
gotSticky = FALSE; /* Are there any sticky modifiers at all? */
[
all
...]
Completed in 459 milliseconds