Searched refs:op_len (Results 1 – 4 of 4) sorted by relevance
145 int op_len; in call_daemon() local181 op_len = 1; in call_daemon()184 op_len += sizeof(int); in call_daemon()187 ret = write_all(s, op_buf, op_len); in call_daemon()188 if (ret < op_len) { in call_daemon()
484 int op_len; in get_uuid_via_daemon() local524 op_len = 1; in get_uuid_via_daemon()527 op_len += sizeof(*num); in get_uuid_via_daemon()531 ret = write(s, op_buf, op_len); in get_uuid_via_daemon()
90 uint8_t op_len = debug_line_data.getU8(offset_ptr); in parse() local91 StandardOpcodeLengths.push_back(op_len); in parse()
430 uint8_t op_len = debug_line_data.GetU8(offset_ptr); in ParsePrologue() local431 prologue->standard_opcode_lengths.push_back(op_len); in ParsePrologue()