Home | History | Annotate | Download | only in parser

Lines Matching defs:table

45 } table[TABLE_SIZE];
58 if (table[i].handle == handle && table[i].cid == cid) {
63 if (pos < 0 && !table[i].handle && !table[i].cid)
70 table[pos].handle = handle;
71 table[pos].cid = cid;
72 msg = &table[pos].msg[bid];
103 if (table[i].handle == handle && table[i].cid == cid) {
111 msg = &table[pos].msg[bid];
120 len += table[pos].msg[i].data_len;
123 table[pos].handle = 0;
124 table[pos].cid = 0;
137 if (table[i].handle == handle && table[i].cid == cid)
138 return &table[i].msg[bid];