Home
last modified time | relevance | path

Searched refs:isinline (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/
DHTMLtree.c914 if ((format) && (!info->isinline) && (cur->next != NULL)) { in htmlNodeDumpFormatOutput()
940 (info != NULL) && (!info->isinline)) { in htmlNodeDumpFormatOutput()
961 if ((format) && (info != NULL) && (!info->isinline) && in htmlNodeDumpFormatOutput()
969 if ((format) && (info != NULL) && (!info->isinline) && in htmlNodeDumpFormatOutput()
984 if ((format) && (info != NULL) && (!info->isinline) && in htmlNodeDumpFormatOutput()
/external/libxml2/include/libxml/
DHTMLparser.h51 char isinline; /* is this a block 0 or inline 1 element */ member
/external/libxml2/os400/libxmlrpg/
DHTMLparser.rpgle74 d isinline like(xmlCchar) Block 0/inline elem?
/external/pcre/dist2/src/
Dpcre2_compile.c8490 get_grouplength(uint32_t **pptrptr, BOOL isinline, int *errcodeptr, int *lcptr, in get_grouplength() argument
8507 if (isinline) *pptrptr = parsed_skip(*pptrptr, PSKIP_KET); in get_grouplength()