Searched refs:descend (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dmxml-search.c40 * or all elements with a specific attribute. The descend argument determines
53 int descend) /* I - Descend into tree - STP_MXML_DESCEND, STP_MXML_NO_DESCEND, or STP_MXML_DESCEND_FIRST */
69 node = stp_mxmlWalkNext(node, top, descend);
111 if (descend == STP_MXML_DESCEND)
124 * The descend argument controls whether the first child is considered
132 int descend) /* I - Descend into tree - STP_MXML_DESCEND, STP_MXML_NO_DESCEND, or STP_MXML_DESCEND_FIRST */
136 else if (node->child && descend)
160 * The descend argument controls whether the previous node's last child
168 int descend) /* I - Descend into tree - STP_MXML_DESCEND, STP_MXML_NO_DESCEND, or STP_MXML_DESCEND_FIRST */
174 if (node->prev->last_child && descend)
48 stp_mxmlFindElement(stp_mxml_node_t *node, stp_mxml_node_t *top, const char *name, const char *attr, const char *value, int descend) argument
130 stp_mxmlWalkNext(stp_mxml_node_t *node, stp_mxml_node_t *top, int descend) argument
166 stp_mxmlWalkPrev(stp_mxml_node_t *node, stp_mxml_node_t *top, int descend) argument
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/include/gutenprint/
H A Dmxml.h53 # define STP_MXML_NO_DESCEND 0 /* Don't descend when finding/walking */
141 const char *value, int descend);
165 int descend);
167 int descend);
/haiku-fatelf/src/bin/network/wget/src/
H A Drecur.c231 bool descend = false;
270 descend = true;
277 descend = true;
293 descend = true;
304 descend = true;
313 if (descend)
317 descend = false;
340 if (descend
362 descend = false;
369 if (descend)
229 bool descend = false; local
[all...]
/haiku-fatelf/src/system/libroot/posix/
H A Dfts.c651 int cderrno, descend, saved_errno, nostat, doadjust; local
708 * If we're going to need to stat anything or we want to descend
728 descend = 0;
731 descend = 1;
733 descend = 0;
869 if (descend && (type == BCHILD || !nitems) &&
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfts.c1228 bool descend; local
1300 * If we're going to need to stat anything or we want to descend
1325 descend = false;
1331 descend = true;
1333 descend = false;
1503 if (descend && (type == BCHILD || !nitems) &&
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dindex.c536 * descend into the B+tree so we just break out of the loop.
735 /* Child node present, descend into it. */
1708 descend:
1722 goto descend;

Completed in 115 milliseconds