Home
last modified time | relevance | path

Searched refs:no_children (Results 1 – 25 of 41) sorted by relevance

12

/dports/net/zebra-server/idzebra-2.0.55/rset/
H A Drsprox.c114 p->buf = nmem_malloc(ct->nmem,sizeof(*p->buf) * ct->no_children); in r_open()
116 for (i = 0; i < ct->no_children; i++) in r_open()
124 ct->control->desc, rfd, ct->no_children); in r_open()
126 for (i = 0; i < ct->no_children; i++) in r_open()
141 for (i = 0; i < ct->no_children; i++) in r_close()
166 for (i = 1; i < ct->no_children; i++) in r_forward()
204 if (i == ct->no_children) in r_forward()
206 i = ct->no_children-1; in r_forward()
216 else if (ct->no_children == 2) in r_forward()
321 for (i = 0; i < ct->no_children; i++) in r_pos()
[all …]
H A Drsmultiandor.c325 for (i = 0; i < ct->no_children; i++) in r_open_andor()
337 for (i = 0; i < ct->no_children; i++) in r_open_andor()
348 for (i = 0; i < ct->no_children; i++) in r_open_andor()
375 for (i = 0; i < rfd->rset->no_children; i++) in r_close()
524 while (i < ct->no_children) in r_read_and()
551 for (i = 0; i < ct->no_children; i++) in r_read_and()
553 p->tailcount = ct->no_children; in r_read_and()
570 for (i = 0; i < ct->no_children; i++) in r_forward_and()
587 for (i = 0; i < ct->no_children; i++) in r_forward_and()
602 for (i = 0; i < ct->no_children; i++) in r_pos_x()
[all …]
H A Drset.c167 int no_children, RSET *children) in rset_create_base() argument
200 rset->no_children = no_children; in rset_create_base()
202 if (no_children) in rset_create_base()
205 nmem_malloc(rset->nmem, no_children*sizeof(RSET *)); in rset_create_base()
206 memcpy(rset->children, children, no_children*sizeof(RSET *)); in rset_create_base()
229 for (i = 0; i<rs->no_children; i++) in rset_delete()
429 for (i = 0; i<rset->no_children; i++) in rset_visit()
H A Drsbetween.c142 rnew->no_children = 1; in rset_create_between()
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/tal/str/test/
H A Drun-strreg.c91 ok1(no_children(ctx)); in main()
104 ok1(no_children(ctx)); in main()
113 ok1(no_children(ctx)); in main()
123 ok1(no_children(ctx)); in main()
129 ok1(no_children(ctx)); in main()
H A Drun.c94 ok1(no_children(ctx)); in main()
108 ok1(no_children(ctx)); in main()
121 ok1(no_children(ctx)); in main()
138 ok1(no_children(ctx)); in main()
151 ok1(no_children(ctx)); in main()
163 ok1(no_children(ctx)); in main()
H A Dhelper.h3 static inline bool no_children(const void *ctx) in no_children() function
13 static inline bool no_children(const void *ctx) in no_children() function
H A Drun-string.c75 ok1(no_children(parent)); in main()
80 ok1(no_children(parent)); in main()
84 ok1(no_children(parent)); in main()
H A Drun-take.c36 ok1(no_children(parent)); in main()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/expression/
H A Dftnode_classes.h33 no_children = 0x01, enumerator
35 neither = no_children | no_end
/dports/devel/nsync/nsync-1.24.0/internal/
H A Dnote.c64 static int no_children (const void *v) { in no_children() function
105 WAIT_FOR_NO_CHILDREN (no_children, n); in note_notify_child()
225 WAIT_FOR_NO_CHILDREN (no_children, n); in nsync_note_free()
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/csgraph/
H A D_traversal.pyx553 cdef int no_children, i_root
563 no_children = True
575 no_children = False
581 if no_children:
599 cdef int no_children, i_root
609 no_children = True
622 no_children = False
625 if no_children:
637 no_children = False
643 if no_children:
/dports/net/zebra-server/idzebra-2.0.55/include/
H A Drset.h161 int no_children; member
193 int no_children, RSET *children);
/dports/mail/horde-imp/imp-6.2.27/lib/Ajax/Application/Handler/
H A DDynamic.php343 $no_children = array();
353 $no_children[] = strval($val);
357 if (!empty($no_children)) {
358 $this->_base->queue->ftreeCallback = function($id, $ob) use ($no_children) {
359 if (in_array($id, $no_children)) {
/dports/mail/dbmail/dbmail-3.2.5/src/
H A Ddm_mailboxstate.h40 unsigned no_children; member
H A Ddm_mailboxstate.c631 void MailboxState_setNoChildren(T M, gboolean no_children) in MailboxState_setNoChildren() argument
633 M->no_children = no_children; in MailboxState_setNoChildren()
638 return M->no_children; in MailboxState_noChildren()
965 M->no_children=nr_children ? 0 : 1; in db_getmailbox_info()
967 M->no_children=1; in db_getmailbox_info()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.text/src/org/eclipse/text/edits/
H A DMessages.properties37 UndoEdit.no_children=Cannot add children to an undo edit
/dports/biology/py-gffutils/gffutils-0.10.1/gffutils/
H A Dinterface.py41 no_children = tuple() variable
63 feature.children = no_children
1267 yield _finalize_merge(feature, no_children)
1275 yield _finalize_merge(current_merged, no_children)
/dports/devel/py-guppy3/guppy3-3.1.2/guppy/gsl/
H A DHtml.py143 self.no_children(node)
164 def no_children(self, node): member in Node2Html
H A DXHTML.py160 self.no_children(node)
181 def no_children(self, node): member in Node2XHTML
/dports/net/libmateweather/libmateweather-1.26.0/libmateweather/
H A Dmateweather-location.c495 static MateWeatherLocation *no_children = NULL; in mateweather_location_get_children() local
502 return &no_children; in mateweather_location_get_children()
/dports/net/libgweather/libgweather-40.0/libgweather/
H A Dgweather-location.c661 static GWeatherLocation *no_children = NULL; in gweather_location_get_children() local
666 g_return_val_if_fail (loc != NULL, &no_children); in gweather_location_get_children()
672 return &no_children; in gweather_location_get_children()
687 return &no_children; in gweather_location_get_children()
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dsimple_wml.hpp149 bool no_children() const { return children_.empty(); } in no_children() function in simple_wml::node
/dports/games/wesnoth/wesnoth-1.14.17/src/server/
H A Dsimple_wml.hpp169 bool no_children() const { return children_.empty(); } in no_children() function in simple_wml::node
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/acr/
H A Dconnected_registry.py278 no_children=False, argument
284 if no_children:

12