Searched refs:codebytes (Results 1 – 1 of 1) sorted by relevance
4302 char *codebytes; /* the nbytes bytes after the opcode */ in load_extension() local4310 if (self->read_func(self, &codebytes, nbytes) < 0) return -1; in load_extension()4311 code = calc_binint(codebytes, nbytes); in load_extension()5119 char *codebytes; in noload_extension() local5122 if (self->read_func(self, &codebytes, nbytes) < 0) return -1; in noload_extension()