Home | History | Annotate | Download | only in daemon

Lines Matching defs:code

143  * context switch (via handlers[code)), we cache the
149 unsigned long long code;
152 code = pop_buffer_value(trans);
154 if (!is_escape_code(code)) {
155 opd_put_spu_sample(trans, code);
166 code = pop_buffer_value(trans);
168 if (code >= LAST_CODE) {
169 fprintf(stderr, "Unknown code %llu\n", code);
173 handlers[code](trans);