Home
last modified time | relevance | path

Searched defs:section_data (Results 1 – 25 of 274) sorted by relevance

1234567891011

/dports/games/avp/avp-20170505/src/avp/
H A Dhmodel.h202 typedef struct section_data { struct
203 int ShapeNum; /* Just in case */
204 SHAPEHEADER *Shape;
228 struct section_data *First_Child; argument
229 struct section_data *Prev_Sibling; argument
230 struct section_data *My_Parent; argument
231 struct section_data *Next_Sibling; argument
255 #define section_data_master_root 0x00000001 argument
293 SECTION_DATA *section_data; member
/dports/net/mptsd/mptsd-1.1/libtsfuncs/
H A Dsecdata.c31 struct ts_section_header *section_data = calloc(1, sizeof(struct ts_section_header)); in ts_section_data_alloc() local
41 uint8_t *section_data = sec->section_data; in ts_section_data_clear() local
53 struct ts_section_header *section_data = *psection_data; in ts_section_data_free() local
64 uint8_t *section_data = dst->section_data; in ts_section_data_copy() local
78 uint32_t ts_section_data_calculate_crc(uint8_t *section_data, int secdata_size) { in ts_section_data_calculate_crc()
91 void ts_section_data_gen_ts_packets(struct ts_header *ts_header, uint8_t *section_data, int section… in ts_section_data_gen_ts_packets()
H A Dsdt.c81 uint8_t *section_data = ts_section_header_parse(ts_packet, &sdt->ts_header, &section_header); in ts_sdt_push_packet() local
113 uint8_t *section_data = sdt->section_header->data; in ts_sdt_parse() local
H A Dnit.c83 uint8_t *section_data = ts_section_header_parse(ts_packet, &nit->ts_header, &section_header); in ts_nit_push_packet() local
114 uint8_t *section_data = nit->section_header->data; in ts_nit_parse() local
H A Dpat.c80 uint8_t *section_data = ts_section_header_parse(ts_packet, &pat->ts_header, &section_header); in ts_pat_push_packet() local
112 uint8_t *section_data = pat->section_header->data; in ts_pat_parse() local
H A Dpmt.c81 uint8_t *section_data = ts_section_header_parse(ts_packet, &pmt->ts_header, &section_header); in ts_pmt_push_packet() local
113 uint8_t *section_data = pmt->section_header->data; in ts_pmt_parse() local
H A Deit.c81 uint8_t *section_data = ts_section_header_parse(ts_packet, &eit->ts_header, &section_header); in ts_eit_push_packet() local
115 uint8_t *section_data = eit->section_header->data; in ts_eit_parse() local
H A Dprivsec.c67 uint8_t *section_data = ts_section_header_parse(ts_packet, &privsec->ts_header, &section_header); in ts_privsec_push_packet() local
/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/tests/src/Kernel/
H A DSimpleConfigSectionStorageTest.php30 protected function getSectionStorage(array $section_data) {
H A DLayoutSectionItemListTest.php30 protected function getSectionStorage(array $section_data) {
H A DLayoutBuilderEntityViewDisplayTest.php19 protected function getSectionStorage(array $section_data) {
H A DSectionListTraitTest.php19 protected function getSectionStorage(array $section_data) {
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/tests/src/Kernel/
H A DSimpleConfigSectionStorageTest.php30 protected function getSectionStorage(array $section_data) {
H A DLayoutSectionItemListTest.php30 protected function getSectionStorage(array $section_data) {
H A DLayoutBuilderEntityViewDisplayTest.php18 protected function getSectionStorage(array $section_data) {
H A DSectionListTraitTest.php19 protected function getSectionStorage(array $section_data) {
/dports/misc/p5-Software-License/Software-License-0.104001/lib/Software/License/
H A DCustom.pm138 sub section_data { subroutine
/dports/devel/libewf/libewf-20140812/libewf/
H A Dlibewf_single_files.h45 uint8_t *section_data; member
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dupgrade_conf_file.cc137 static char section_data[MY_INI_SECTION_SIZE]; in upgrade_config_file() local
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dupgrade_conf_file.cc146 static char section_data[MY_INI_SECTION_SIZE]; in upgrade_config_file() local
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dupgrade_conf_file.cc137 static char section_data[MY_INI_SECTION_SIZE]; in upgrade_config_file() local
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dupgrade_conf_file.cc137 static char section_data[MY_INI_SECTION_SIZE]; in upgrade_config_file() local
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dupgrade_conf_file.cc137 static char section_data[MY_INI_SECTION_SIZE]; in upgrade_config_file() local
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dupgrade_conf_file.cc146 static char section_data[MY_INI_SECTION_SIZE]; in upgrade_config_file() local
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/pdb/palmdoc/
H A Dreader.py44 def section_data(self, number): member in Reader

1234567891011