Searched refs:WXS_ILIST_IS_EMPTY (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c312 #define WXS_ILIST_IS_EMPTY(l) ((l == NULL) || ((l)->nbItems == 0)) macro
23276 WXS_ILIST_IS_EMPTY(matcher->targets))
23297 if (! WXS_ILIST_IS_EMPTY(bind->dupls)) {
23478 if ((bind->nbNodes == 0) && WXS_ILIST_IS_EMPTY(bind->dupls))
23516 if (! WXS_ILIST_IS_EMPTY(parBind->dupls)) {
/external/libxml2/
H A Dxmlschemas.c312 #define WXS_ILIST_IS_EMPTY(l) ((l == NULL) || ((l)->nbItems == 0)) macro
23305 WXS_ILIST_IS_EMPTY(matcher->targets))
23326 if (! WXS_ILIST_IS_EMPTY(bind->dupls)) {
23507 if ((bind->nbNodes == 0) && WXS_ILIST_IS_EMPTY(bind->dupls))
23545 if (! WXS_ILIST_IS_EMPTY(parBind->dupls)) {

Completed in 2568 milliseconds