Home
last modified time | relevance | path

Searched refs:recinfo (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/dports/sysutils/s6-rc/s6-rc-0.5.2.2/src/libs6rc/
H A Ds6rc_db_check_depcycles.c18 static uint32_t s6rc_db_checknocycle_rec (recinfo_t *recinfo, uint32_t i) in s6rc_db_checknocycle_rec() argument
20 if (!bitarray_peek(recinfo->black, i)) in s6rc_db_checknocycle_rec()
22 uint32_t j = recinfo->db->services[i].ndeps[recinfo->h] ; in s6rc_db_checknocycle_rec()
23 if (bitarray_peek(recinfo->gray, i)) return i ; in s6rc_db_checknocycle_rec()
24 bitarray_set(recinfo->gray, i) ; in s6rc_db_checknocycle_rec()
27 …= s6rc_db_checknocycle_rec(recinfo, recinfo->db->deps[recinfo->h * recinfo->db->ndeps + recinfo->d… in s6rc_db_checknocycle_rec()
28 if (r < recinfo->n) return r ; in s6rc_db_checknocycle_rec()
30 bitarray_set(recinfo->black, i) ; in s6rc_db_checknocycle_rec()
32 return recinfo->n ; in s6rc_db_checknocycle_rec()
H A Ds6rc_db_check_pipelines.c17 if (recinfo->mark[n] & 3) return n ; in check_prod_rec()
18 recinfo->mark[n] |= 1 ; in check_prod_rec()
21 uint32_t j = recinfo->db->producers[recinfo->db->services[n].x.longrun.producers + i] ; in check_prod_rec()
22 if (j >= recinfo->db->nlong) return (recinfo->mark[n] |= 4, n) ; in check_prod_rec()
23 if (recinfo->db->services[j].x.longrun.consumer != n) return (recinfo->mark[j] |= 4, j) ; in check_prod_rec()
24 j = check_prod_rec(recinfo, j) ; in check_prod_rec()
25 if (j < recinfo->db->nlong) return j ; in check_prod_rec()
27 recinfo->mark[n] |= 2 ; in check_prod_rec()
28 return recinfo->db->nlong ; in check_prod_rec()
35 struct recinfo_s recinfo = { .db = db, .mark = mark } ; in s6rc_db_check_pipelines() local
[all …]
H A Ds6rc_graph_closure.c19 static void s6rc_graph_closure_rec (recinfo_t *recinfo, unsigned int i) in s6rc_graph_closure_rec() argument
21 if (!bitarray_peek(recinfo->mark, i)) in s6rc_graph_closure_rec()
23 unsigned int j = recinfo->db->services[i].ndeps[recinfo->h] ; in s6rc_graph_closure_rec()
24 bitarray_set(recinfo->mark, i) ; in s6rc_graph_closure_rec()
25 …--) s6rc_graph_closure_rec(recinfo, recinfo->db->deps[recinfo->h * recinfo->db->ndeps + recinfo->d… in s6rc_graph_closure_rec()
26 recinfo->bits[i] |= recinfo->mask ; in s6rc_graph_closure_rec()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/myisam/
H A Dmi_test1.c38 static MI_COLUMNDEF recinfo[4]; variable
72 bzero((char*) recinfo,sizeof(recinfo)); in run_test()
75 recinfo[0].type=FIELD_NORMAL; recinfo[0].length=1; /* For NULL bits */ in run_test()
76 recinfo[1].type=key_field; in run_test()
81 recinfo[2].type=extra_field; in run_test()
84 recinfo[2].length+= HA_VARCHAR_PACKLENGTH(recinfo[2].length); in run_test()
92 rec_length=recinfo[0].length+recinfo[1].length+recinfo[2].length+ in run_test()
93 recinfo[3].length; in run_test()
421 pos+=recinfo[1].length; in create_record()
437 pos+=recinfo[1].length; in create_record()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/myisam/
H A Dmi_test1.c38 static MI_COLUMNDEF recinfo[4]; variable
72 bzero((char*) recinfo,sizeof(recinfo)); in run_test()
75 recinfo[0].type=FIELD_NORMAL; recinfo[0].length=1; /* For NULL bits */ in run_test()
76 recinfo[1].type=key_field; in run_test()
81 recinfo[2].type=extra_field; in run_test()
84 recinfo[2].length+= HA_VARCHAR_PACKLENGTH(recinfo[2].length); in run_test()
92 rec_length=recinfo[0].length+recinfo[1].length+recinfo[2].length+ in run_test()
93 recinfo[3].length; in run_test()
421 pos+=recinfo[1].length; in create_record()
437 pos+=recinfo[1].length; in create_record()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/myisam/
H A Dmi_test1.c38 static MI_COLUMNDEF recinfo[4]; variable
72 bzero((char*) recinfo,sizeof(recinfo)); in run_test()
75 recinfo[0].type=FIELD_NORMAL; recinfo[0].length=1; /* For NULL bits */ in run_test()
76 recinfo[1].type=key_field; in run_test()
81 recinfo[2].type=extra_field; in run_test()
84 recinfo[2].length+= HA_VARCHAR_PACKLENGTH(recinfo[2].length); in run_test()
92 rec_length=recinfo[0].length+recinfo[1].length+recinfo[2].length+ in run_test()
93 recinfo[3].length; in run_test()
421 pos+=recinfo[1].length; in create_record()
437 pos+=recinfo[1].length; in create_record()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/myisam/
H A Dmi_test1.c39 static MI_COLUMNDEF recinfo[4]; variable
73 bzero((char*) recinfo,sizeof(recinfo)); in run_test()
76 recinfo[0].type=FIELD_NORMAL; recinfo[0].length=1; /* For NULL bits */ in run_test()
77 recinfo[1].type=key_field; in run_test()
82 recinfo[2].type=extra_field; in run_test()
85 recinfo[2].length+= HA_VARCHAR_PACKLENGTH(recinfo[2].length); in run_test()
93 rec_length=recinfo[0].length+recinfo[1].length+recinfo[2].length+ in run_test()
94 recinfo[3].length; in run_test()
422 pos+=recinfo[1].length; in create_record()
438 pos+=recinfo[1].length; in create_record()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/myisam/
H A Dmi_test1.c38 static MI_COLUMNDEF recinfo[4]; variable
72 bzero((char*) recinfo,sizeof(recinfo)); in run_test()
75 recinfo[0].type=FIELD_NORMAL; recinfo[0].length=1; /* For NULL bits */ in run_test()
76 recinfo[1].type=key_field; in run_test()
81 recinfo[2].type=extra_field; in run_test()
84 recinfo[2].length+= HA_VARCHAR_PACKLENGTH(recinfo[2].length); in run_test()
92 rec_length=recinfo[0].length+recinfo[1].length+recinfo[2].length+ in run_test()
93 recinfo[3].length; in run_test()
421 pos+=recinfo[1].length; in create_record()
437 pos+=recinfo[1].length; in create_record()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/myisam/
H A Dmi_test1.c39 static MI_COLUMNDEF recinfo[4]; variable
73 bzero((char*) recinfo,sizeof(recinfo)); in run_test()
76 recinfo[0].type=FIELD_NORMAL; recinfo[0].length=1; /* For NULL bits */ in run_test()
77 recinfo[1].type=key_field; in run_test()
82 recinfo[2].type=extra_field; in run_test()
85 recinfo[2].length+= HA_VARCHAR_PACKLENGTH(recinfo[2].length); in run_test()
93 rec_length=recinfo[0].length+recinfo[1].length+recinfo[2].length+ in run_test()
94 recinfo[3].length; in run_test()
422 pos+=recinfo[1].length; in create_record()
438 pos+=recinfo[1].length; in create_record()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/myisam/
H A Dmi_test1.c44 static MI_COLUMNDEF recinfo[4]; variable
77 memset(recinfo, 0, sizeof(recinfo)); in run_test()
80 recinfo[0].type=FIELD_NORMAL; recinfo[0].length=1; /* For NULL bits */ in run_test()
81 recinfo[1].type=key_field; in run_test()
89 recinfo[2].length+= HA_VARCHAR_PACKLENGTH(recinfo[2].length); in run_test()
95 rec_length=recinfo[0].length+recinfo[1].length+recinfo[2].length+ in run_test()
96 recinfo[3].length; in run_test()
423 pos+=recinfo[1].length; in create_record()
439 pos+=recinfo[1].length; in create_record()
487 pos+=recinfo[1].length; in update_record()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/myisam/
H A Dmi_test1.c44 static MI_COLUMNDEF recinfo[4]; variable
77 memset(recinfo, 0, sizeof(recinfo)); in run_test()
80 recinfo[0].type=FIELD_NORMAL; recinfo[0].length=1; /* For NULL bits */ in run_test()
81 recinfo[1].type=key_field; in run_test()
89 recinfo[2].length+= HA_VARCHAR_PACKLENGTH(recinfo[2].length); in run_test()
95 rec_length=recinfo[0].length+recinfo[1].length+recinfo[2].length+ in run_test()
96 recinfo[3].length; in run_test()
423 pos+=recinfo[1].length; in create_record()
439 pos+=recinfo[1].length; in create_record()
487 pos+=recinfo[1].length; in update_record()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/myisam/
H A Dmi_test1.c44 static MI_COLUMNDEF recinfo[4]; variable
77 memset(recinfo, 0, sizeof(recinfo)); in run_test()
80 recinfo[0].type=FIELD_NORMAL; recinfo[0].length=1; /* For NULL bits */ in run_test()
81 recinfo[1].type=key_field; in run_test()
89 recinfo[2].length+= HA_VARCHAR_PACKLENGTH(recinfo[2].length); in run_test()
95 rec_length=recinfo[0].length+recinfo[1].length+recinfo[2].length+ in run_test()
96 recinfo[3].length; in run_test()
423 pos+=recinfo[1].length; in create_record()
439 pos+=recinfo[1].length; in create_record()
487 pos+=recinfo[1].length; in update_record()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/myisam/
H A Dmi_test1.cc45 static MI_COLUMNDEF recinfo[4]; variable
92 memset(recinfo, 0, sizeof(recinfo)); in run_test()
97 recinfo[1].type = key_field; in run_test()
98 recinfo[1].length = in run_test()
104 recinfo[2].length = in run_test()
107 recinfo[2].length += HA_VARCHAR_PACKLENGTH(recinfo[2].length); in run_test()
112 rec_length = recinfo[0].length + recinfo[1].length + recinfo[2].length + in run_test()
383 pos += recinfo[1].length; in create_record()
392 pos += recinfo[1].length; in create_record()
395 pos += recinfo[1].length; in create_record()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/myisam/
H A Dmi_test1.c44 static MI_COLUMNDEF recinfo[4]; variable
77 memset(recinfo, 0, sizeof(recinfo)); in run_test()
80 recinfo[0].type=FIELD_NORMAL; recinfo[0].length=1; /* For NULL bits */ in run_test()
81 recinfo[1].type=key_field; in run_test()
89 recinfo[2].length+= HA_VARCHAR_PACKLENGTH(recinfo[2].length); in run_test()
95 rec_length=recinfo[0].length+recinfo[1].length+recinfo[2].length+ in run_test()
96 recinfo[3].length; in run_test()
423 pos+=recinfo[1].length; in create_record()
439 pos+=recinfo[1].length; in create_record()
487 pos+=recinfo[1].length; in update_record()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/myisam/
H A Dmi_test1.c44 static MI_COLUMNDEF recinfo[4]; variable
77 memset(recinfo, 0, sizeof(recinfo)); in run_test()
80 recinfo[0].type=FIELD_NORMAL; recinfo[0].length=1; /* For NULL bits */ in run_test()
81 recinfo[1].type=key_field; in run_test()
89 recinfo[2].length+= HA_VARCHAR_PACKLENGTH(recinfo[2].length); in run_test()
95 rec_length=recinfo[0].length+recinfo[1].length+recinfo[2].length+ in run_test()
96 recinfo[3].length; in run_test()
423 pos+=recinfo[1].length; in create_record()
439 pos+=recinfo[1].length; in create_record()
487 pos+=recinfo[1].length; in update_record()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/myisam/
H A Dmi_test1.c44 static MI_COLUMNDEF recinfo[4]; variable
77 memset(recinfo, 0, sizeof(recinfo)); in run_test()
80 recinfo[0].type=FIELD_NORMAL; recinfo[0].length=1; /* For NULL bits */ in run_test()
81 recinfo[1].type=key_field; in run_test()
89 recinfo[2].length+= HA_VARCHAR_PACKLENGTH(recinfo[2].length); in run_test()
95 rec_length=recinfo[0].length+recinfo[1].length+recinfo[2].length+ in run_test()
96 recinfo[3].length; in run_test()
423 pos+=recinfo[1].length; in create_record()
439 pos+=recinfo[1].length; in create_record()
487 pos+=recinfo[1].length; in update_record()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/myisam/
H A Dmi_test1.c44 static MI_COLUMNDEF recinfo[4]; variable
77 memset(recinfo, 0, sizeof(recinfo)); in run_test()
80 recinfo[0].type=FIELD_NORMAL; recinfo[0].length=1; /* For NULL bits */ in run_test()
81 recinfo[1].type=key_field; in run_test()
89 recinfo[2].length+= HA_VARCHAR_PACKLENGTH(recinfo[2].length); in run_test()
95 rec_length=recinfo[0].length+recinfo[1].length+recinfo[2].length+ in run_test()
96 recinfo[3].length; in run_test()
423 pos+=recinfo[1].length; in create_record()
439 pos+=recinfo[1].length; in create_record()
487 pos+=recinfo[1].length; in update_record()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/myisam/
H A Dmi_test1.c44 static MI_COLUMNDEF recinfo[4]; variable
77 memset(recinfo, 0, sizeof(recinfo)); in run_test()
80 recinfo[0].type=FIELD_NORMAL; recinfo[0].length=1; /* For NULL bits */ in run_test()
81 recinfo[1].type=key_field; in run_test()
89 recinfo[2].length+= HA_VARCHAR_PACKLENGTH(recinfo[2].length); in run_test()
95 rec_length=recinfo[0].length+recinfo[1].length+recinfo[2].length+ in run_test()
96 recinfo[3].length; in run_test()
423 pos+=recinfo[1].length; in create_record()
439 pos+=recinfo[1].length; in create_record()
487 pos+=recinfo[1].length; in update_record()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/myisam/
H A Dmi_test1.c44 static MI_COLUMNDEF recinfo[4]; variable
77 memset(recinfo, 0, sizeof(recinfo)); in run_test()
80 recinfo[0].type=FIELD_NORMAL; recinfo[0].length=1; /* For NULL bits */ in run_test()
81 recinfo[1].type=key_field; in run_test()
89 recinfo[2].length+= HA_VARCHAR_PACKLENGTH(recinfo[2].length); in run_test()
95 rec_length=recinfo[0].length+recinfo[1].length+recinfo[2].length+ in run_test()
96 recinfo[3].length; in run_test()
423 pos+=recinfo[1].length; in create_record()
439 pos+=recinfo[1].length; in create_record()
487 pos+=recinfo[1].length; in update_record()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/storage/myisam/
H A Dmi_test1.c44 static MI_COLUMNDEF recinfo[4]; variable
77 memset(recinfo, 0, sizeof(recinfo)); in run_test()
80 recinfo[0].type=FIELD_NORMAL; recinfo[0].length=1; /* For NULL bits */ in run_test()
81 recinfo[1].type=key_field; in run_test()
89 recinfo[2].length+= HA_VARCHAR_PACKLENGTH(recinfo[2].length); in run_test()
95 rec_length=recinfo[0].length+recinfo[1].length+recinfo[2].length+ in run_test()
96 recinfo[3].length; in run_test()
423 pos+=recinfo[1].length; in create_record()
439 pos+=recinfo[1].length; in create_record()
487 pos+=recinfo[1].length; in update_record()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/myisam/
H A Dmi_test1.c44 static MI_COLUMNDEF recinfo[4]; variable
77 memset(recinfo, 0, sizeof(recinfo)); in run_test()
80 recinfo[0].type=FIELD_NORMAL; recinfo[0].length=1; /* For NULL bits */ in run_test()
81 recinfo[1].type=key_field; in run_test()
89 recinfo[2].length+= HA_VARCHAR_PACKLENGTH(recinfo[2].length); in run_test()
95 rec_length=recinfo[0].length+recinfo[1].length+recinfo[2].length+ in run_test()
96 recinfo[3].length; in run_test()
423 pos+=recinfo[1].length; in create_record()
439 pos+=recinfo[1].length; in create_record()
487 pos+=recinfo[1].length; in update_record()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/storage/myisam/
H A Dmi_test1.c37 static MI_COLUMNDEF recinfo[4]; variable
70 bzero((char*) recinfo,sizeof(recinfo)); in run_test()
73 recinfo[0].type=FIELD_NORMAL; recinfo[0].length=1; /* For NULL bits */ in run_test()
74 recinfo[1].type=key_field; in run_test()
79 recinfo[2].type=extra_field; in run_test()
82 recinfo[2].length+= HA_VARCHAR_PACKLENGTH(recinfo[2].length); in run_test()
88 rec_length=recinfo[0].length+recinfo[1].length+recinfo[2].length+ in run_test()
89 recinfo[3].length; in run_test()
416 pos+=recinfo[1].length; in create_record()
432 pos+=recinfo[1].length; in create_record()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/maria/
H A Dma_ft_test1.c65 static MARIA_COLUMNDEF recinfo[3]; variable
75 bzero((char*) recinfo,sizeof(recinfo)); in run_test()
78 recinfo[0].type=extra_field; in run_test()
83 recinfo[1].type=key_field; in run_test()
215 if (recinfo[0].type == FIELD_BLOB) in create_record()
224 pos+=recinfo[0].length; in create_record()
237 pos+=recinfo[0].length; in create_record()
242 pos+=recinfo[0].length; in create_record()
253 pos+=recinfo[1].length; in create_record()
266 pos+=recinfo[1].length; in create_record()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/maria/
H A Dma_ft_test1.c65 static MARIA_COLUMNDEF recinfo[3]; variable
75 bzero((char*) recinfo,sizeof(recinfo)); in run_test()
78 recinfo[0].type=extra_field; in run_test()
83 recinfo[1].type=key_field; in run_test()
215 if (recinfo[0].type == FIELD_BLOB) in create_record()
224 pos+=recinfo[0].length; in create_record()
237 pos+=recinfo[0].length; in create_record()
242 pos+=recinfo[0].length; in create_record()
253 pos+=recinfo[1].length; in create_record()
266 pos+=recinfo[1].length; in create_record()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/maria/
H A Dma_ft_test1.c65 static MARIA_COLUMNDEF recinfo[3]; variable
75 bzero((char*) recinfo,sizeof(recinfo)); in run_test()
78 recinfo[0].type=extra_field; in run_test()
83 recinfo[1].type=key_field; in run_test()
215 if (recinfo[0].type == FIELD_BLOB) in create_record()
224 pos+=recinfo[0].length; in create_record()
237 pos+=recinfo[0].length; in create_record()
242 pos+=recinfo[0].length; in create_record()
253 pos+=recinfo[1].length; in create_record()
266 pos+=recinfo[1].length; in create_record()
[all …]

12345678910>>...19