Searched refs:travcb (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dtraverse.c153 tdtrav_cb_f travcb; local
158 if ((travcb = tdtd->firstops[this->t_type]) != NULL) {
159 if ((rc = travcb(this, thisp, tdtd->private)) < 0)
169 if (descend && (travcb = tdtd->preops[this->t_type]) != NULL) {
170 if ((rc = travcb(this, thisp, tdtd->private)) < 0)
181 if ((travcb = tdtd->postops[this->t_type]) != NULL &&
182 (rc = travcb(this, thisp, tdtd->private)) < 0)

Completed in 69 milliseconds