Searched refs:codeptr (Results 1 – 3 of 3) sorted by relevance
140 unsigned char *codeptr; in write_idt_stub() local142 codeptr = (unsigned char *)target; in write_idt_stub()143 memcpy(codeptr, &__idt_handler, __idt_handler_size); in write_idt_stub()144 codeptr[3] = intnum; /* modify int# in the code stub. */ in write_idt_stub()
517 *codeptr; /* Pointer into copy of code */ in _cupsRasterExecPS() local544 codeptr = codecopy; in _cupsRasterExecPS()546 while ((obj = scan_ps(st, &codeptr)) != NULL) in _cupsRasterExecPS()
4911 compile_branch(uint32_t *optionsptr, PCRE2_UCHAR **codeptr, uint32_t **pptrptr, in compile_branch() argument4933 PCRE2_UCHAR *code = *codeptr; in compile_branch()5094 *codeptr = code; in compile_branch()7519 compile_regex(uint32_t options, PCRE2_UCHAR **codeptr, uint32_t **pptrptr, in compile_regex() argument7524 PCRE2_UCHAR *code = *codeptr; in compile_regex()7739 *codeptr = code; in compile_regex()7768 code = *codeptr + 1 + LINK_SIZE + skipunits; in compile_regex()