Home
last modified time | relevance | path

Searched refs:data_head (Results 1 – 25 of 230) sorted by relevance

12345678910

/dports/converters/bsdconv/bsdconv-11.6/src/
H A Dlibbsdconv.c197 ins->phase[i].data_head->next=ins->phase[i].data_head->next->next; in bsdconv_init()
203 ins->phase[i].data_head->len=0; in bsdconv_init()
567 ins->phase[i].data_head=ins->phase[i].data_head->next; in bsdconv_destroy()
625 if(this_phase->curr == prev_phase->data_head) this_phase->i=this_phase->data_head->len; in bsdconv()
673 this_phase->i=this_phase->data_head->len=this_phase->data_head->len+1; in bsdconv()
783 prev_phase->data_head->next=prev_phase->data_head->next->next; in bsdconv()
1038 last_phase->data_head->next=last_phase->data_head->next->next; in bsdconv()
1053 last_phase->data_head->next=last_phase->data_head->next->next; in bsdconv()
1072 last_phase->data_head->next=last_phase->data_head->next->next; in bsdconv()
1082 last_phase->data_head->next=last_phase->data_head->next->next; in bsdconv()
[all …]
/dports/textproc/aspell-ispell/aspell-0.60.8/modules/speller/default/
H A Dreadonly_ws.cpp425 DataHead data_head; in load() local
870 memset(&data_head, 0, sizeof(data_head)); in create()
880 data_head.head_size += data_head.dict_name_size; in create()
881 data_head.head_size += data_head.lang_name_size; in create()
882 data_head.head_size += data_head.soundslike_name_size; in create()
883 data_head.head_size += data_head.soundslike_version_size; in create()
1226 data_head.jump1_offset = out.tell() - data_head.head_size; in create()
1231 data_head.jump2_offset = out.tell() - data_head.head_size; in create()
1236 data_head.word_offset = out.tell() - data_head.head_size; in create()
1241 data_head.hash_offset = out.tell() - data_head.head_size; in create()
[all …]
/dports/textproc/aspell/aspell-0.60.8/modules/speller/default/
H A Dreadonly_ws.cpp425 DataHead data_head; in load() local
870 memset(&data_head, 0, sizeof(data_head)); in create()
880 data_head.head_size += data_head.dict_name_size; in create()
881 data_head.head_size += data_head.lang_name_size; in create()
882 data_head.head_size += data_head.soundslike_name_size; in create()
883 data_head.head_size += data_head.soundslike_version_size; in create()
1226 data_head.jump1_offset = out.tell() - data_head.head_size; in create()
1231 data_head.jump2_offset = out.tell() - data_head.head_size; in create()
1236 data_head.word_offset = out.tell() - data_head.head_size; in create()
1241 data_head.hash_offset = out.tell() - data_head.head_size; in create()
[all …]
/dports/www/fusionpbx/fusionpbx-4.4.1/app/xml_cdr/
H A Dxml_cdr_export.php145 $data_head = '<tr>'; variable
146 $data_head .= '<td width="7.5%"><b>'.$text['label-direction'].'</b></td>';
147 $data_head .= '<td width="15%"><b>'.$text['label-cid-name'].'</b></td>';
150 $data_head .= '<td width="11%"><b>'.$text['label-start'].'</b></td>';
154 $data_head .= '<td width="7%" align="right"><b>'."PDD".'</b></td>';
155 $data_head .= '<td width="5%" align="right"><b>'."MOS".'</b></td>';
156 $data_head .= '<td width="2%"></td>';
158 $data_head .= '</tr>';
159 $data_head .= '<tr><td colspan="12"><hr></td></tr>';
207 $data_body_chunk = $data_start.$data_head;
[all …]
/dports/devel/gdb/gdb-11.1/gdb/nat/
H A Dlinux-btrace.c137 if (data_head < size) in perf_event_read()
138 data_head += buffer_size; in perf_event_read()
141 data_tail = data_head - size; in perf_event_read()
170 __u64 data_head; in perf_event_read_all() local
172 data_head = *pev->data_head; in perf_event_read_all()
178 pev->last_head = data_head; in perf_event_read_all()
552 bts->bts.data_head = &header->data_head; in linux_enable_bts()
775 __u64 data_head, data_tail; in linux_read_bts() local
791 data_head = *pevent->data_head; in linux_read_bts()
824 if (data_head < size) in linux_read_bts()
[all …]
/dports/cad/gtkwave/gtkwave-3.3.107/examples/
H A Dtransaction.c73 struct event_t *data_head = NULL, *data_curr = NULL; in main() local
283 if(!data_head) { data_head = data_curr = evt; } in main()
412 while(data_head) in main()
414 if(data_head->name) in main()
416 printf("#%"PRIu64" ?darkgreen?%s\n", data_head->tim, data_head->name); in main()
417 free(data_head->name); in main()
421 printf("#%"PRIu64"\n", data_head->tim); in main()
424 data_curr = data_head->next; in main()
425 free(data_head); in main()
426 data_head = data_curr; in main()
/dports/sysutils/moosefs2-cgi/moosefs-2.0.91/mfsmaster/
H A Dxattr.c56 struct _xattr_data_entry *data_head; member
110 while (ih->data_head) { in xattr_removeinode()
152 if (ih->data_head==NULL) {
208 xa->nextinode = ih->data_head;
213 ih->data_head = xa;
222 ih->data_head = xa;
300 dih->data_head = NULL;
336 dih->data_head = dxa;
531 xa->nextinode = ih->data_head;
536 ih->data_head = xa;
[all …]
/dports/sysutils/moosefs2-cgiserv/moosefs-2.0.91/mfsmaster/
H A Dxattr.c56 struct _xattr_data_entry *data_head; member
110 while (ih->data_head) { in xattr_removeinode()
152 if (ih->data_head==NULL) {
208 xa->nextinode = ih->data_head;
213 ih->data_head = xa;
222 ih->data_head = xa;
300 dih->data_head = NULL;
336 dih->data_head = dxa;
531 xa->nextinode = ih->data_head;
536 ih->data_head = xa;
[all …]
/dports/sysutils/moosefs2-master/moosefs-2.0.91/mfsmaster/
H A Dxattr.c56 struct _xattr_data_entry *data_head; member
110 while (ih->data_head) { in xattr_removeinode()
152 if (ih->data_head==NULL) {
208 xa->nextinode = ih->data_head;
213 ih->data_head = xa;
222 ih->data_head = xa;
300 dih->data_head = NULL;
336 dih->data_head = dxa;
531 xa->nextinode = ih->data_head;
536 ih->data_head = xa;
[all …]
/dports/sysutils/moosefs2-metalogger/moosefs-2.0.91/mfsmaster/
H A Dxattr.c56 struct _xattr_data_entry *data_head; member
110 while (ih->data_head) { in xattr_removeinode()
152 if (ih->data_head==NULL) {
208 xa->nextinode = ih->data_head;
213 ih->data_head = xa;
222 ih->data_head = xa;
300 dih->data_head = NULL;
336 dih->data_head = dxa;
531 xa->nextinode = ih->data_head;
536 ih->data_head = xa;
[all …]
/dports/sysutils/moosefs2-chunkserver/moosefs-2.0.91/mfsmaster/
H A Dxattr.c56 struct _xattr_data_entry *data_head; member
110 while (ih->data_head) { in xattr_removeinode()
152 if (ih->data_head==NULL) {
208 xa->nextinode = ih->data_head;
213 ih->data_head = xa;
222 ih->data_head = xa;
300 dih->data_head = NULL;
336 dih->data_head = dxa;
531 xa->nextinode = ih->data_head;
536 ih->data_head = xa;
[all …]
/dports/sysutils/moosefs2-client/moosefs-2.0.91/mfsmaster/
H A Dxattr.c56 struct _xattr_data_entry *data_head; member
110 while (ih->data_head) { in xattr_removeinode()
152 if (ih->data_head==NULL) {
208 xa->nextinode = ih->data_head;
213 ih->data_head = xa;
222 ih->data_head = xa;
300 dih->data_head = NULL;
336 dih->data_head = dxa;
531 xa->nextinode = ih->data_head;
536 ih->data_head = xa;
[all …]
/dports/sysutils/moosefs2-netdump/moosefs-2.0.91/mfsmaster/
H A Dxattr.c56 struct _xattr_data_entry *data_head; member
110 while (ih->data_head) { in xattr_removeinode()
152 if (ih->data_head==NULL) {
208 xa->nextinode = ih->data_head;
213 ih->data_head = xa;
222 ih->data_head = xa;
300 dih->data_head = NULL;
336 dih->data_head = dxa;
531 xa->nextinode = ih->data_head;
536 ih->data_head = xa;
[all …]
/dports/sysutils/moosefs2-cli/moosefs-2.0.91/mfsmaster/
H A Dxattr.c56 struct _xattr_data_entry *data_head; member
110 while (ih->data_head) { in xattr_removeinode()
152 if (ih->data_head==NULL) {
208 xa->nextinode = ih->data_head;
213 ih->data_head = xa;
222 ih->data_head = xa;
300 dih->data_head = NULL;
336 dih->data_head = dxa;
531 xa->nextinode = ih->data_head;
536 ih->data_head = xa;
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/common/
H A Dlinux-btrace.c520 return header->data_head != tinfo->data_head; in linux_btrace_has_changed()
532 unsigned long data_head, retries = 5; in VEC() local
544 data_head = header->data_head; in VEC()
547 if (data_head != tinfo->data_head) in VEC()
551 start = begin + data_head % buffer_size; in VEC()
553 if (data_head <= buffer_size) in VEC()
566 if (data_head == header->data_head) in VEC()
570 tinfo->data_head = data_head; in VEC()
/dports/converters/bsdconv/bsdconv-11.6/modules/inter/
H A DALIAS-INTER.c33 this_phase->data_tail->next=uni->phase[uni->phasen].data_head->next; in cbconv()
34 uni->phase[uni->phasen].data_head->next=NULL; in cbconv()
35 uni->phase[uni->phasen].data_tail=uni->phase[uni->phasen].data_head; in cbconv()
50 this_phase->data_tail->next=uni->phase[uni->phasen].data_head->next; in cbconv()
51 uni->phase[uni->phasen].data_head->next=NULL; in cbconv()
52 uni->phase[uni->phasen].data_tail=uni->phase[uni->phasen].data_head; in cbconv()
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/master/
H A Dfilesystem_xattr.cc93 while (ih->data_head) { in xattr_removeinode()
94 xattr_removeentry(ih->data_head); in xattr_removeinode()
137 if (ih->data_head == NULL) {
197 xa->nextinode = ih->data_head;
201 xa->previnode = &(ih->data_head);
202 ih->data_head = xa;
210 xa->previnode = &(ih->data_head);
211 ih->data_head = xa;
248 for (xa = ih->data_head; xa; xa = xa->nextinode) {
268 for (xa = ih->data_head; xa; xa = xa->nextinode) {
/dports/devel/z88dk/z88dk/src/appmake/
H A Dhex.c118 long data_head, data_end_tail; in hex_exec() local
123 data_head = parameter_search(crtfile, ".map", "__DATA_head"); in hex_exec()
128 if (code_end_tail > data_head) { in hex_exec()
130 … 0x%04X)\n", (unsigned int)(code_end_tail - data_head), (unsigned int)code_end_tail, (unsigned int… in hex_exec()
/dports/databases/percona57-server/percona-server-5.7.36-39/libbinlogevents/src/
H A Dload_data_events.cpp219 const char* data_head = buf; in copy_load_event() local
221 memcpy(&slave_proxy_id, data_head + L_THREAD_ID_OFFSET, in copy_load_event()
225 memcpy(&load_exec_time, data_head + L_EXEC_TIME_OFFSET, in copy_load_event()
229 memcpy(&skip_lines, data_head + L_SKIP_LINES_OFFSET, sizeof(skip_lines)); in copy_load_event()
232 table_name_len = (unsigned int)data_head[L_TBL_LEN_OFFSET]; in copy_load_event()
233 db_len = (unsigned int)data_head[L_DB_LEN_OFFSET]; in copy_load_event()
235 memcpy(&num_fields, data_head + L_NUM_FIELDS_OFFSET, sizeof(num_fields)); in copy_load_event()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/libbinlogevents/src/
H A Dload_data_events.cpp219 const char* data_head = buf; in copy_load_event() local
221 memcpy(&slave_proxy_id, data_head + L_THREAD_ID_OFFSET, in copy_load_event()
225 memcpy(&load_exec_time, data_head + L_EXEC_TIME_OFFSET, in copy_load_event()
229 memcpy(&skip_lines, data_head + L_SKIP_LINES_OFFSET, sizeof(skip_lines)); in copy_load_event()
232 table_name_len = (unsigned int)data_head[L_TBL_LEN_OFFSET]; in copy_load_event()
233 db_len = (unsigned int)data_head[L_DB_LEN_OFFSET]; in copy_load_event()
235 memcpy(&num_fields, data_head + L_NUM_FIELDS_OFFSET, sizeof(num_fields)); in copy_load_event()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/libbinlogevents/src/
H A Dload_data_events.cpp219 const char* data_head = buf; in copy_load_event() local
221 memcpy(&slave_proxy_id, data_head + L_THREAD_ID_OFFSET, in copy_load_event()
225 memcpy(&load_exec_time, data_head + L_EXEC_TIME_OFFSET, in copy_load_event()
229 memcpy(&skip_lines, data_head + L_SKIP_LINES_OFFSET, sizeof(skip_lines)); in copy_load_event()
232 table_name_len = (unsigned int)data_head[L_TBL_LEN_OFFSET]; in copy_load_event()
233 db_len = (unsigned int)data_head[L_DB_LEN_OFFSET]; in copy_load_event()
235 memcpy(&num_fields, data_head + L_NUM_FIELDS_OFFSET, sizeof(num_fields)); in copy_load_event()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/libbinlogevents/src/
H A Dload_data_events.cpp219 const char* data_head = buf; in copy_load_event() local
221 memcpy(&slave_proxy_id, data_head + L_THREAD_ID_OFFSET, in copy_load_event()
225 memcpy(&load_exec_time, data_head + L_EXEC_TIME_OFFSET, in copy_load_event()
229 memcpy(&skip_lines, data_head + L_SKIP_LINES_OFFSET, sizeof(skip_lines)); in copy_load_event()
232 table_name_len = (unsigned int)data_head[L_TBL_LEN_OFFSET]; in copy_load_event()
233 db_len = (unsigned int)data_head[L_DB_LEN_OFFSET]; in copy_load_event()
235 memcpy(&num_fields, data_head + L_NUM_FIELDS_OFFSET, sizeof(num_fields)); in copy_load_event()
/dports/databases/percona57-client/percona-server-5.7.36-39/libbinlogevents/src/
H A Dload_data_events.cpp219 const char* data_head = buf; in copy_load_event() local
221 memcpy(&slave_proxy_id, data_head + L_THREAD_ID_OFFSET, in copy_load_event()
225 memcpy(&load_exec_time, data_head + L_EXEC_TIME_OFFSET, in copy_load_event()
229 memcpy(&skip_lines, data_head + L_SKIP_LINES_OFFSET, sizeof(skip_lines)); in copy_load_event()
232 table_name_len = (unsigned int)data_head[L_TBL_LEN_OFFSET]; in copy_load_event()
233 db_len = (unsigned int)data_head[L_DB_LEN_OFFSET]; in copy_load_event()
235 memcpy(&num_fields, data_head + L_NUM_FIELDS_OFFSET, sizeof(num_fields)); in copy_load_event()
/dports/databases/mysql57-client/mysql-5.7.36/libbinlogevents/src/
H A Dload_data_events.cpp219 const char* data_head = buf; in copy_load_event() local
221 memcpy(&slave_proxy_id, data_head + L_THREAD_ID_OFFSET, in copy_load_event()
225 memcpy(&load_exec_time, data_head + L_EXEC_TIME_OFFSET, in copy_load_event()
229 memcpy(&skip_lines, data_head + L_SKIP_LINES_OFFSET, sizeof(skip_lines)); in copy_load_event()
232 table_name_len = (unsigned int)data_head[L_TBL_LEN_OFFSET]; in copy_load_event()
233 db_len = (unsigned int)data_head[L_DB_LEN_OFFSET]; in copy_load_event()
235 memcpy(&num_fields, data_head + L_NUM_FIELDS_OFFSET, sizeof(num_fields)); in copy_load_event()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/libssh2/
H A Dpacket.c424 size_t data_head = 0; in _libssh2_packet_add() local
608 data_head += 4; in _libssh2_packet_add()
620 data_head += 9; in _libssh2_packet_add()
622 if(datalen >= data_head) in _libssh2_packet_add()
642 (int) (datalen - data_head), in _libssh2_packet_add()
660 channelp->read_avail + data_head; in _libssh2_packet_add()
665 datalen - data_head, in _libssh2_packet_add()
723 channelp->read_avail + data_head; in _libssh2_packet_add()
729 channelp->read_avail += datalen - data_head; in _libssh2_packet_add()
733 (long)(datalen - data_head), in _libssh2_packet_add()
[all …]

12345678910