Home
last modified time | relevance | path

Searched refs:child_list (Results 1 – 25 of 657) sorted by relevance

12345678910>>...27

/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/src/
H A Dchild.c30 static xaset_t *child_list = NULL; variable
43 if (child_list == NULL) { in child_add()
49 child_list = xaset_create(list_pool, NULL); in child_add()
62 xaset_insert(child_list, (xasetmember_t *) ch); in child_add()
74 return (pr_child_t *) child_list->xas_list; in child_get()
83 if (!child_list) { in child_remove()
103 if (child_list == NULL) { in child_signal()
120 if (child_list == NULL) { in child_update()
139 if (child_list->xas_list == NULL) { in child_update()
140 destroy_pool(child_list->pool); in child_update()
[all …]
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/src/
H A Dchild.c30 static xaset_t *child_list = NULL; variable
43 if (child_list == NULL) { in child_add()
49 child_list = xaset_create(list_pool, NULL); in child_add()
62 xaset_insert(child_list, (xasetmember_t *) ch); in child_add()
74 return (pr_child_t *) child_list->xas_list; in child_get()
83 if (!child_list) { in child_remove()
103 if (child_list == NULL) { in child_signal()
120 if (child_list == NULL) { in child_update()
139 if (child_list->xas_list == NULL) { in child_update()
140 destroy_pool(child_list->pool); in child_update()
[all …]
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/src/
H A Dchild.c30 static xaset_t *child_list = NULL; variable
43 if (child_list == NULL) { in child_add()
49 child_list = xaset_create(list_pool, NULL); in child_add()
62 xaset_insert(child_list, (xasetmember_t *) ch); in child_add()
74 return (pr_child_t *) child_list->xas_list; in child_get()
83 if (!child_list) { in child_remove()
103 if (child_list == NULL) { in child_signal()
120 if (child_list == NULL) { in child_update()
139 if (child_list->xas_list == NULL) { in child_update()
140 destroy_pool(child_list->pool); in child_update()
[all …]
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/src/
H A Dchild.c30 static xaset_t *child_list = NULL; variable
43 if (child_list == NULL) { in child_add()
49 child_list = xaset_create(list_pool, NULL); in child_add()
62 xaset_insert(child_list, (xasetmember_t *) ch); in child_add()
74 return (pr_child_t *) child_list->xas_list; in child_get()
83 if (!child_list) { in child_remove()
103 if (child_list == NULL) { in child_signal()
120 if (child_list == NULL) { in child_update()
139 if (child_list->xas_list == NULL) { in child_update()
140 destroy_pool(child_list->pool); in child_update()
[all …]
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/src/
H A Dchild.c30 static xaset_t *child_list = NULL; variable
43 if (child_list == NULL) { in child_add()
49 child_list = xaset_create(list_pool, NULL); in child_add()
62 xaset_insert(child_list, (xasetmember_t *) ch); in child_add()
74 return (pr_child_t *) child_list->xas_list; in child_get()
83 if (!child_list) { in child_remove()
103 if (child_list == NULL) { in child_signal()
120 if (child_list == NULL) { in child_update()
139 if (child_list->xas_list == NULL) { in child_update()
140 destroy_pool(child_list->pool); in child_update()
[all …]
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/src/
H A Dchild.c30 static xaset_t *child_list = NULL; variable
43 if (child_list == NULL) { in child_add()
49 child_list = xaset_create(list_pool, NULL); in child_add()
62 xaset_insert(child_list, (xasetmember_t *) ch); in child_add()
74 return (pr_child_t *) child_list->xas_list; in child_get()
83 if (!child_list) { in child_remove()
103 if (child_list == NULL) { in child_signal()
120 if (child_list == NULL) { in child_update()
139 if (child_list->xas_list == NULL) { in child_update()
140 destroy_pool(child_list->pool); in child_update()
[all …]
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/src/
H A Dchild.c30 static xaset_t *child_list = NULL; variable
43 if (child_list == NULL) { in child_add()
49 child_list = xaset_create(list_pool, NULL); in child_add()
62 xaset_insert(child_list, (xasetmember_t *) ch); in child_add()
74 return (pr_child_t *) child_list->xas_list; in child_get()
83 if (!child_list) { in child_remove()
103 if (child_list == NULL) { in child_signal()
120 if (child_list == NULL) { in child_update()
139 if (child_list->xas_list == NULL) { in child_update()
140 destroy_pool(child_list->pool); in child_update()
[all …]
/dports/ftp/proftpd/proftpd-1.3.7c/src/
H A Dchild.c30 static xaset_t *child_list = NULL; variable
43 if (child_list == NULL) { in child_add()
49 child_list = xaset_create(list_pool, NULL); in child_add()
62 xaset_insert(child_list, (xasetmember_t *) ch); in child_add()
74 return (pr_child_t *) child_list->xas_list; in child_get()
83 if (!child_list) { in child_remove()
103 if (child_list == NULL) { in child_signal()
120 if (child_list == NULL) { in child_update()
139 if (child_list->xas_list == NULL) { in child_update()
140 destroy_pool(child_list->pool); in child_update()
[all …]
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/src/
H A Dchild.c30 static xaset_t *child_list = NULL; variable
43 if (child_list == NULL) { in child_add()
49 child_list = xaset_create(list_pool, NULL); in child_add()
62 xaset_insert(child_list, (xasetmember_t *) ch); in child_add()
74 return (pr_child_t *) child_list->xas_list; in child_get()
83 if (!child_list) { in child_remove()
103 if (child_list == NULL) { in child_signal()
120 if (child_list == NULL) { in child_update()
139 if (child_list->xas_list == NULL) { in child_update()
140 destroy_pool(child_list->pool); in child_update()
[all …]
/dports/devel/ftnchek/ftnchek-3.3.1/
H A Dcalltree.c504 ->link.child_list;
538 child_list = child_list->next;
691 child_list = child_list->next;
782 child_list = child_list->next;
1034 child_list = gsymt[i].link.child_list;
1041 child_list = child_list->next;
1073 child_list = gsymt[j].link.child_list;
1082 child_list = child_list->next;
1167 return child_list;
1174 return child_list;
[all …]
/dports/x11-fm/gentoo/gentoo-0.20.7/src/
H A Dchildren.c41 GSList *child_list; /* List of running processes. */ member
61 the_chi.child_list = NULL; in chd_initialize()
80 chi->child_list = g_slist_remove(chi->child_list, ch); in cb_watch_child()
115 chi->child_list = g_slist_append(chi->child_list, ch); in chd_register()
135 for(iter = chi->child_list; iter != NULL; iter = g_slist_next(iter)) in chd_unregister()
140 chi->child_list = g_slist_remove_link(chi->child_list, iter); in chd_unregister()
188 for(iter = the_chi.child_list; iter != NULL; iter = next) in chd_kill_child()
219 for(iter = the_chi.child_list; iter != NULL; iter = next) in chd_kill_children()
231 the_chi.child_list = g_slist_remove(the_chi.child_list, ch); in chd_kill_children()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/adrift/
H A Dscprops.cpp51 struct sc_prop_node_s **child_list; member
257 if (parent->child_list) { in prop_find_child()
348 child->child_list = NULL; in prop_add_child()
369 parent->child_list = (sc_prop_noderef_t *)prop_ensure_capacity(parent->child_list, in prop_add_child()
384 parent->child_list = (sc_prop_noderef_t *)prop_ensure_capacity(parent->child_list, in prop_add_child()
488 if (node->child_list) in prop_put()
626 if (node && node->child_list) { in prop_trim_node()
634 node->child_list = (sc_prop_noderef_t *)prop_trim_capacity(node->child_list, in prop_trim_node()
775 if (node && node->child_list) { in prop_destroy_child_list()
783 sc_free(node->child_list); in prop_destroy_child_list()
[all …]
/dports/games/scare/scare-1.3.10/source/
H A Dscprops.c57 struct sc_prop_node_s **child_list; member
282 if (parent->child_list) in prop_find_child()
382 child->child_list = NULL; in prop_add_child()
404 parent->child_list = prop_ensure_capacity (parent->child_list, in prop_add_child()
419 parent->child_list = prop_ensure_capacity (parent->child_list, in prop_add_child()
530 if (node->child_list) in prop_put()
681 if (node && node->child_list) in prop_trim_node()
690 node->child_list = prop_trim_capacity (node->child_list, in prop_trim_node()
849 if (node && node->child_list) in prop_destroy_child_list()
858 sc_free (node->child_list); in prop_destroy_child_list()
[all …]
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/
H A Dx11_tools.cpp12 Window root_win, parent_win, *child_list, win_return = 0; in x11SearchTree() local
14 …if ( XQueryTree(QX11Info::display(), window, &root_win, &parent_win, &child_list, &num_children) )… in x11SearchTree()
19 if ( XFetchName(QX11Info::display(), child_list[i], &win_name) ) { in x11SearchTree()
23 if ( XGetClassHint(QX11Info::display(), child_list[i], &class_hint)) { in x11SearchTree()
26 win_return = child_list[i]; in x11SearchTree()
31 win_return = child_list[i]; in x11SearchTree()
40 win_return = x11SearchTree(child_list[i], titlePattern, classHintPattern); in x11SearchTree()
42 XFree((char *)child_list); in x11SearchTree()
/dports/sysutils/R-cran-processx/processx/src/unix/
H A Dchildlist.c5 processx__child_list_t *child_list = &child_list_head; variable
42 child->next = child_list->next; in processx__child_add()
43 child_list->next = child; in processx__child_add()
51 processx__child_list_t *prev = child_list, *ptr = child_list->next; in processx__child_remove()
70 processx__child_list_t *ptr = child_list->next; in processx__child_find()
81 processx__child_list_t *ptr = child_list->next; in processx__unload_cleanup()
112 child_list->next = 0; in processx__unload_cleanup()
/dports/databases/pg_partman/pg_partman-4.5.1/bin/pg10/
H A Dreapply_constraints.py64 child_list = cur.fetchall()
66 return child_list
130 child_list = get_children(main_conn, partman_schema) variable
137 child_list.pop()
140 for c in child_list:
148 child_list.reverse()
149 while len(child_list) > 0:
151 print("Jobs left in queue: " + str(len(child_list)))
152 if len(child_list) < args.jobs:
153 args.jobs = len(child_list)
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/
H A Dmake_at_dictionary.c454 struct trie_node_s *child_list[ALPHABET_SIZE]; member
501 trie_recursive_add_node_numbers(t->child_list[index]); in trie_recursive_add_node_numbers()
524 packed_trie[packed_ptr++] = (t->child_list[i]) ? t->child_list[i]->node_no : 0; in trie_recursive_build_packed_trie()
526 trie_recursive_build_packed_trie(t->child_list[i]); in trie_recursive_build_packed_trie()
552 if (t->child_list[index] == NULL) in trie_add()
554 if ((t->child_list[index] = trie_node_create()) == NULL) in trie_add()
563 t = t->child_list[index]; in trie_add()
617 trie_recursive_free(t->child_list[i]); in trie_recursive_free()
/dports/comms/spandsp/spandsp-284fe91/src/
H A Dmake_at_dictionary.c454 struct trie_node_s *child_list[ALPHABET_SIZE]; member
501 trie_recursive_add_node_numbers(t->child_list[index]); in trie_recursive_add_node_numbers()
524 packed_trie[packed_ptr++] = (t->child_list[i]) ? t->child_list[i]->node_no : 0; in trie_recursive_build_packed_trie()
526 trie_recursive_build_packed_trie(t->child_list[i]); in trie_recursive_build_packed_trie()
552 if (t->child_list[index] == NULL) in trie_add()
554 if ((t->child_list[index] = trie_node_create()) == NULL) in trie_add()
563 t = t->child_list[index]; in trie_add()
617 trie_recursive_free(t->child_list[i]); in trie_recursive_free()
/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/src/
H A Dmake_at_dictionary.c458 struct trie_node_s *child_list[ALPHABET_SIZE]; member
505 trie_recursive_add_node_numbers(t->child_list[index]); in trie_recursive_add_node_numbers()
528 packed_trie[packed_ptr++] = (t->child_list[i]) ? t->child_list[i]->node_no : 0; in trie_recursive_build_packed_trie()
530 trie_recursive_build_packed_trie(t->child_list[i]); in trie_recursive_build_packed_trie()
556 if (t->child_list[index] == NULL) in trie_add()
558 t->child_list[index] = trie_node_create(); in trie_add()
566 t = t->child_list[index]; in trie_add()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dcombo.ccg51 GList child_list;
52 child_list.data = (gpointer)child.gobj();
53 child_list.next = child_list.prev = 0;
54 gtk_list_remove_items(GTK_LIST(gparent_), &child_list);
68 GList child_list;
69 child_list.data = (gpointer)position->gobj();
70 child_list.next = child_list.prev = 0;
71 gtk_list_remove_items(GTK_LIST(gparent_), &child_list);
/dports/math/octave/octave-6.4.0/liboctave/system/
H A Dchild-list.cc48 void child_list::remove (pid_t pid) in remove()
53 void child_list::child_list::insert (pid_t pid, child::child_event_handler f) in insert()
58 void child_list::reap (void) in reap()
86 bool child_list::wait (void) in wait()
/dports/devel/anjuta/anjuta-3.34.0/plugins/project-manager/
H A Dproject-util.c50 GList *child_list; in gbf_project_util_node_all() local
64 child_list = gbf_project_util_node_all (node, type); in gbf_project_util_node_all()
65 child_list = g_list_reverse (child_list); in gbf_project_util_node_all()
66 list = g_list_concat (child_list, list); in gbf_project_util_node_all()
/dports/x11/lxpanel/lxpanel-0.9.3/src/
H A Dicon-grid-old.c93 for (ige = ig->child_list; ige != NULL; ige = ige->flink) in icon_grid_placement()
315 if (ig->child_list == NULL) in icon_grid_add()
316 ig->child_list = ige; in icon_grid_add()
353 ig->child_list = ige->flink; in icon_grid_remove()
392 ig->child_list = ige->flink; in icon_grid_reorder_child()
402 if (ig->child_list == NULL) in icon_grid_reorder_child()
405 ig->child_list = ige; in icon_grid_reorder_child()
409 ige->flink = ig->child_list; in icon_grid_reorder_child()
410 ig->child_list = ige; in icon_grid_reorder_child()
417 ige_pred = ig->child_list; in icon_grid_reorder_child()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/util/
H A Dqundostack.cpp116 parent->d->child_list.append(this); in QUndoCommand()
134 parent->d->child_list.append(this); in QUndoCommand()
145 qDeleteAll(d->child_list); in ~QUndoCommand()
207 for (int i = 0; i < d->child_list.size(); ++i) in redo()
208 d->child_list.at(i)->redo(); in redo()
226 d->child_list.at(i)->undo(); in undo()
297 return d->child_list.count(); in childCount()
310 if (index < 0 || index >= d->child_list.count()) in child()
312 return d->child_list.at(index); in child()
590 if (!macro_cmd->d->child_list.isEmpty()) in push()
[all …]
/dports/biology/py-biopython/biopython-1.79/Bio/PDB/
H A DEntity.py32 self.child_list = []
41 return len(self.child_list)
57 yield from self.child_list
211 self.child_list.remove(child)
219 self.child_list.append(entity)
228 self.child_list[pos:pos] = [entity]
233 yield from self.child_list
237 return copy(self.child_list)
317 entities += e.child_list
335 shallow.child_list = []
[all …]

12345678910>>...27