Home
last modified time | relevance | path

Searched refs:sec_node (Results 1 – 25 of 33) sorted by relevance

12

/dports/www/ilias/ILIAS-5.4.25/Services/COPage/classes/
H A Dclass.ilPCSection.php35 public $sec_node; variable in ilPCSection
70 $this->sec_node = $this->node->append_child($this->sec_node);
97 if (is_object($this->sec_node)) {
166 if (is_object($this->sec_node)) {
196 if (is_object($this->sec_node)) {
214 if ($this->sec_node->has_attribute($a_attr)) {
215 $this->sec_node->remove_attribute($a_attr);
228 if (is_object($this->sec_node)) {
298 $this->sec_node,
317 $this->sec_node,
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/COPage/classes/
H A Dclass.ilPCSection.php35 public $sec_node; variable in ilPCSection
70 $this->sec_node = $this->node->append_child($this->sec_node);
97 if (is_object($this->sec_node)) {
163 if (is_object($this->sec_node)) {
193 if (is_object($this->sec_node)) {
211 if ($this->sec_node->has_attribute($a_attr)) {
212 $this->sec_node->remove_attribute($a_attr);
225 if (is_object($this->sec_node)) {
295 $this->sec_node,
314 $this->sec_node,
[all …]
/dports/www/dillo2/dillo-3.0.5/dpi/
H A Dbookmarks.c535 BmSec *sec_node; in Bms_sec_add() local
566 BmSec *sec_node; in Bms_sec_del() local
571 if (sec_node) { in Bms_sec_del()
618 BmSec *sec_node; in Bms_update_sec_title() local
621 if (sec_node) { in Bms_update_sec_title()
633 BmSec *sec_node; in Bms_free() local
660 sec_node->o_sec = sec_node->section; in Bms_normalize()
666 if (sec_node->section != sec_node->o_sec) { in Bms_normalize()
950 sec_node->section, sec_node->section, sec_node->title); in Bmsrv_send_modify_page()
1065 sec_node->section, sec_node->title); in Bmsrv_send_modify_update()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5HFman.c137 if(H5HF__man_dblock_new(hdr, obj_size, &sec_node) < 0) in H5HF__man_insert()
144 if(H5HF__man_iblock_alloc_row(hdr, &sec_node) < 0) in H5HF__man_insert()
150 if(sec_node->sect_info.state == H5FS_SECT_SERIALIZED) in H5HF__man_insert()
151 if(H5HF__sect_single_revive(hdr, sec_node) < 0) in H5HF__man_insert()
153 HDassert(sec_node->sect_info.state == H5FS_SECT_LIVE); in H5HF__man_insert()
170 HDassert(sec_node->sect_info.size >= obj_size); in H5HF__man_insert()
173 if(H5HF__sect_single_reduce(hdr, sec_node, obj_size) < 0) in H5HF__man_insert()
175 sec_node = NULL; in H5HF__man_insert()
205 if(sec_node && H5HF__sect_single_free((H5FS_section_info_t *)sec_node) < 0) in H5HF__man_insert()
665 sec_node = NULL; in H5HF__man_remove()
[all …]
H A DH5HFdblock.c98 H5HF_free_section_t *sec_node; /* Pointer to free space section for block */ in H5HF__man_dblock_create() local
174 …if(NULL == (sec_node = H5HF_sect_single_new((dblock->block_off + H5HF_MAN_ABS_DIRECT_OVERHEAD(hdr)… in H5HF__man_dblock_create()
181 *ret_sec_node = sec_node; in H5HF__man_dblock_create()
184 if(H5HF__space_add(hdr, sec_node, 0) < 0) in H5HF__man_dblock_create()
H A DH5HFiblock.c895 H5HF__man_iblock_alloc_row(H5HF_hdr_t *hdr, H5HF_free_section_t **sec_node) in H5HF__man_iblock_alloc_row() argument
898 H5HF_free_section_t *old_sec_node = *sec_node; /* Pointer to old indirect section node */ in H5HF__man_iblock_alloc_row()
909 HDassert(sec_node && old_sec_node); in H5HF__man_iblock_alloc_row()
935 if(H5HF__man_dblock_create(hdr, iblock, dblock_entry, NULL, sec_node) < 0) in H5HF__man_iblock_alloc_row()
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5HFman.c141 if(sec_node->sect_info.type == H5HF_FSPACE_SECT_FIRST_ROW || in H5HF_man_insert()
145 if(H5HF_man_iblock_alloc_row(hdr, dxpl_id, &sec_node) < 0) in H5HF_man_insert()
151 if(sec_node->sect_info.state == H5FS_SECT_SERIALIZED) { in H5HF_man_insert()
152 if(H5HF_sect_single_revive(hdr, dxpl_id, sec_node) < 0) in H5HF_man_insert()
155 HDassert(sec_node->sect_info.state == H5FS_SECT_LIVE); in H5HF_man_insert()
162 …man_dblock_protect(hdr, dxpl_id, dblock_addr, dblock_size, sec_node->u.single.parent, sec_node->u.… in H5HF_man_insert()
172 HDassert(sec_node->sect_info.size >= obj_size); in H5HF_man_insert()
177 sec_node = NULL; in H5HF_man_insert()
207 if(sec_node && H5HF_sect_single_free((H5FS_section_info_t *)sec_node) < 0) in H5HF_man_insert()
592 sec_node = NULL; in H5HF_man_remove()
[all …]
H A DH5HFdblock.c97 H5HF_free_section_t *sec_node; /* Pointer to free space section for block */ in H5HF_man_dblock_create() local
169 …if(NULL == (sec_node = H5HF_sect_single_new((dblock->block_off + H5HF_MAN_ABS_DIRECT_OVERHEAD(hdr)… in H5HF_man_dblock_create()
176 *ret_sec_node = sec_node; in H5HF_man_dblock_create()
179 if(H5HF_space_add(hdr, dxpl_id, sec_node, 0) < 0) in H5HF_man_dblock_create()
H A DH5HFiblock.c927 H5HF_man_iblock_alloc_row(H5HF_hdr_t *hdr, hid_t dxpl_id, H5HF_free_section_t **sec_node) in H5HF_man_iblock_alloc_row() argument
930 H5HF_free_section_t *old_sec_node = *sec_node; /* Pointer to old indirect section node */ in H5HF_man_iblock_alloc_row()
941 HDassert(sec_node && old_sec_node); in H5HF_man_iblock_alloc_row()
965 if(H5HF_man_dblock_create(dxpl_id, hdr, iblock, dblock_entry, NULL, sec_node) < 0) in H5HF_man_iblock_alloc_row()
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5HFman.c137 if(H5HF__man_dblock_new(hdr, obj_size, &sec_node) < 0) in H5HF__man_insert()
145 if(H5HF__man_iblock_alloc_row(hdr, &sec_node) < 0) in H5HF__man_insert()
151 if(sec_node->sect_info.state == H5FS_SECT_SERIALIZED) in H5HF__man_insert()
152 if(H5HF__sect_single_revive(hdr, sec_node) < 0) in H5HF__man_insert()
154 HDassert(sec_node->sect_info.state == H5FS_SECT_LIVE); in H5HF__man_insert()
171 HDassert(sec_node->sect_info.size >= obj_size); in H5HF__man_insert()
174 if(H5HF__sect_single_reduce(hdr, sec_node, obj_size) < 0) in H5HF__man_insert()
176 sec_node = NULL; in H5HF__man_insert()
206 if(sec_node && H5HF__sect_single_free((H5FS_section_info_t *)sec_node) < 0) in H5HF__man_insert()
666 sec_node = NULL; in H5HF__man_remove()
[all …]
H A DH5HFdblock.c98 H5HF_free_section_t *sec_node; /* Pointer to free space section for block */ in H5HF__man_dblock_create() local
174 …if(NULL == (sec_node = H5HF_sect_single_new((dblock->block_off + H5HF_MAN_ABS_DIRECT_OVERHEAD(hdr)… in H5HF__man_dblock_create()
181 *ret_sec_node = sec_node; in H5HF__man_dblock_create()
184 if(H5HF__space_add(hdr, sec_node, 0) < 0) in H5HF__man_dblock_create()
H A DH5HFiblock.c895 H5HF__man_iblock_alloc_row(H5HF_hdr_t *hdr, H5HF_free_section_t **sec_node) in H5HF__man_iblock_alloc_row() argument
898 H5HF_free_section_t *old_sec_node = *sec_node; /* Pointer to old indirect section node */ in H5HF__man_iblock_alloc_row()
909 HDassert(sec_node && old_sec_node); in H5HF__man_iblock_alloc_row()
935 if(H5HF__man_dblock_create(hdr, iblock, dblock_entry, NULL, sec_node) < 0) in H5HF__man_iblock_alloc_row()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5HFman.c142 if(sec_node->sect_info.type == H5HF_FSPACE_SECT_FIRST_ROW || in H5HF_man_insert()
146 if(H5HF_man_iblock_alloc_row(hdr, dxpl_id, &sec_node) < 0) in H5HF_man_insert()
149 HDassert(sec_node->sect_info.type == H5HF_FSPACE_SECT_SINGLE); in H5HF_man_insert()
152 if(sec_node->sect_info.state == H5FS_SECT_SERIALIZED) { in H5HF_man_insert()
153 if(H5HF_sect_single_revive(hdr, dxpl_id, sec_node) < 0) in H5HF_man_insert()
156 HDassert(sec_node->sect_info.state == H5FS_SECT_LIVE); in H5HF_man_insert()
173 HDassert(sec_node->sect_info.size >= obj_size); in H5HF_man_insert()
178 sec_node = NULL; in H5HF_man_insert()
208 if(sec_node && H5HF_sect_single_free((H5FS_section_info_t *)sec_node) < 0) in H5HF_man_insert()
670 sec_node = NULL; in H5HF_man_remove()
[all …]
H A DH5HFdblock.c98 H5HF_free_section_t *sec_node; /* Pointer to free space section for block */ in H5HF_man_dblock_create() local
171 …if(NULL == (sec_node = H5HF_sect_single_new((dblock->block_off + H5HF_MAN_ABS_DIRECT_OVERHEAD(hdr)… in H5HF_man_dblock_create()
178 *ret_sec_node = sec_node; in H5HF_man_dblock_create()
181 if(H5HF_space_add(hdr, dxpl_id, sec_node, 0) < 0) in H5HF_man_dblock_create()
H A DH5HFiblock.c958 H5HF_man_iblock_alloc_row(H5HF_hdr_t *hdr, hid_t dxpl_id, H5HF_free_section_t **sec_node) in H5HF_man_iblock_alloc_row() argument
961 H5HF_free_section_t *old_sec_node = *sec_node; /* Pointer to old indirect section node */ in H5HF_man_iblock_alloc_row()
972 HDassert(sec_node && old_sec_node); in H5HF_man_iblock_alloc_row()
996 if(H5HF_man_dblock_create(dxpl_id, hdr, iblock, dblock_entry, NULL, sec_node) < 0) in H5HF_man_iblock_alloc_row()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5HFman.c143 if(sec_node->sect_info.type == H5HF_FSPACE_SECT_FIRST_ROW || in H5HF_man_insert()
147 if(H5HF_man_iblock_alloc_row(hdr, dxpl_id, &sec_node) < 0) in H5HF_man_insert()
153 if(sec_node->sect_info.state == H5FS_SECT_SERIALIZED) { in H5HF_man_insert()
154 if(H5HF_sect_single_revive(hdr, dxpl_id, sec_node) < 0) in H5HF_man_insert()
157 HDassert(sec_node->sect_info.state == H5FS_SECT_LIVE); in H5HF_man_insert()
164 …man_dblock_protect(hdr, dxpl_id, dblock_addr, dblock_size, sec_node->u.single.parent, sec_node->u.… in H5HF_man_insert()
174 HDassert(sec_node->sect_info.size >= obj_size); in H5HF_man_insert()
179 sec_node = NULL; in H5HF_man_insert()
209 if(sec_node && H5HF_sect_single_free((H5FS_section_info_t *)sec_node) < 0) in H5HF_man_insert()
594 sec_node = NULL; in H5HF_man_remove()
[all …]
H A DH5HFdblock.c99 H5HF_free_section_t *sec_node; /* Pointer to free space section for block */ in H5HF_man_dblock_create() local
171 …if(NULL == (sec_node = H5HF_sect_single_new((dblock->block_off + H5HF_MAN_ABS_DIRECT_OVERHEAD(hdr)… in H5HF_man_dblock_create()
178 *ret_sec_node = sec_node; in H5HF_man_dblock_create()
181 if(H5HF_space_add(hdr, dxpl_id, sec_node, 0) < 0) in H5HF_man_dblock_create()
H A DH5HFiblock.c929 H5HF_man_iblock_alloc_row(H5HF_hdr_t *hdr, hid_t dxpl_id, H5HF_free_section_t **sec_node) in H5HF_man_iblock_alloc_row() argument
932 H5HF_free_section_t *old_sec_node = *sec_node; /* Pointer to old indirect section node */ in H5HF_man_iblock_alloc_row()
943 HDassert(sec_node && old_sec_node); in H5HF_man_iblock_alloc_row()
967 if(H5HF_man_dblock_create(dxpl_id, hdr, iblock, dblock_entry, NULL, sec_node) < 0) in H5HF_man_iblock_alloc_row()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5HFman.c128 if (H5HF__man_dblock_new(hdr, obj_size, &sec_node) < 0) in H5HF__man_insert()
136 if (H5HF__man_iblock_alloc_row(hdr, &sec_node) < 0) in H5HF__man_insert()
142 if (sec_node->sect_info.state == H5FS_SECT_SERIALIZED) in H5HF__man_insert()
143 if (H5HF__sect_single_revive(hdr, sec_node) < 0) in H5HF__man_insert()
145 HDassert(sec_node->sect_info.state == H5FS_SECT_LIVE); in H5HF__man_insert()
163 HDassert(sec_node->sect_info.size >= obj_size); in H5HF__man_insert()
166 if (H5HF__sect_single_reduce(hdr, sec_node, obj_size) < 0) in H5HF__man_insert()
168 sec_node = NULL; in H5HF__man_insert()
198 if (sec_node && H5HF__sect_single_free((H5FS_section_info_t *)sec_node) < 0) in H5HF__man_insert()
652 sec_node = NULL; in H5HF__man_remove()
[all …]
H A DH5HFdblock.c88 H5HF_free_section_t *sec_node; /* Pointer to free space section for block */ in H5HF__man_dblock_create() local
167 …if (NULL == (sec_node = H5HF__sect_single_new((dblock->block_off + H5HF_MAN_ABS_DIRECT_OVERHEAD(hd… in H5HF__man_dblock_create()
174 *ret_sec_node = sec_node; in H5HF__man_dblock_create()
177 if (H5HF__space_add(hdr, sec_node, 0) < 0) in H5HF__man_dblock_create()
H A DH5HFiblock.c894 H5HF__man_iblock_alloc_row(H5HF_hdr_t *hdr, H5HF_free_section_t **sec_node) in H5HF__man_iblock_alloc_row() argument
897 H5HF_free_section_t *old_sec_node = *sec_node; /* Pointer to old indirect section node */ in H5HF__man_iblock_alloc_row()
908 HDassert(sec_node && old_sec_node); in H5HF__man_iblock_alloc_row()
934 if (H5HF__man_dblock_create(hdr, iblock, dblock_entry, NULL, sec_node) < 0) in H5HF__man_iblock_alloc_row()
H A DH5HFpkg.h650 H5_DLL herr_t H5HF__man_iblock_alloc_row(H5HF_hdr_t *hdr, H5HF_free_section_t **sec_node);
/dports/games/freeciv-nox11/freeciv-2.6.6/utility/
H A Dregistry_xml.c79 xmlNodePtr sec_node; in xmlfile_load() local
82 sec_node = current->children; in xmlfile_load()
84 while (sec_node != NULL) { in xmlfile_load()
85 if (sec_node->type == XML_ELEMENT_NODE) { in xmlfile_load()
86 xmlNodePtr value_node = sec_node->children; in xmlfile_load()
102 if (!entry_from_token(psection, (const char *) sec_node->name, in xmlfile_load()
114 sec_node = sec_node->next; in xmlfile_load()
/dports/games/freeciv/freeciv-2.6.6/utility/
H A Dregistry_xml.c79 xmlNodePtr sec_node; in xmlfile_load() local
82 sec_node = current->children; in xmlfile_load()
84 while (sec_node != NULL) { in xmlfile_load()
85 if (sec_node->type == XML_ELEMENT_NODE) { in xmlfile_load()
86 xmlNodePtr value_node = sec_node->children; in xmlfile_load()
102 if (!entry_from_token(psection, (const char *) sec_node->name, in xmlfile_load()
114 sec_node = sec_node->next; in xmlfile_load()
/dports/www/man2web/man2web-0.88/src/
H A Doutput_apropos.c162 if((*sec_node) == NULL) { in apr_add_to_tree()
163 (*sec_node) = calloc(1, sizeof(struct section_node)); in apr_add_to_tree()
165 (*sec_node)->left = NULL; in apr_add_to_tree()
166 (*sec_node)->right = NULL; in apr_add_to_tree()
167 (*sec_node)->data = NULL; in apr_add_to_tree()
169 (*sec_node)->name = strdup(section); in apr_add_to_tree()
171 (*sec_node)->name = strdup(program); in apr_add_to_tree()
173 apr_add_prog(&(*sec_node)->data, program, line); in apr_add_to_tree()
175 result = strcmp((*sec_node)->name, section); in apr_add_to_tree()
178 apr_add_prog(&(*sec_node)->data, program, line); in apr_add_to_tree()
[all …]

12