Lines Matching defs:thr
1267 thr_elem_t *thr = thr_list;
1269 while (thr) {
1270 if (pthread_equal(thr->thr_id, tid)) {
1271 return (thr);
1273 thr = thr->next;
1287 thr_elem_t *thr = thr_list;
1299 while (thr->next) {
1300 thr = thr->next;
1302 thr->next = new_e;
1330 thr_elem_t *thr;
1372 if ((thr = match_entry(tid)) == NULL) {
1377 thr->doc);
1378 xmlFree(thr->doc);
1382 thr->doc = resp_buf;