Lines Matching refs:ccontext
8305 ccontext points to a compile context or is NULL
8313 int *errorptr, PCRE2_SIZE *erroroffset, pcre2_compile_context *ccontext)
8380 if (ccontext == NULL)
8381 ccontext = (pcre2_compile_context *)(&PRIV(default_compile_context));
8391 if (patlen > ccontext->max_pattern_length)
8399 if (patlen > ccontext->max_pattern_length)
8408 copied_pattern = ccontext->memctl.malloc(CU2BYTES(patlen + 1),
8409 ccontext->memctl.memory_data);
8423 tables = (ccontext->tables != NULL)? ccontext->tables : PRIV(default_tables);
8432 cb.cx = ccontext;
8576 if (bsr == 0) bsr = ccontext->bsr_convention;
8580 if (newline == 0) newline = ccontext->newline_convention;
8676 ccontext->memctl.malloc(re_blocksize, ccontext->memctl.memory_data);
8683 re->memctl = ccontext->memctl;
8722 cb.groupinfo = ccontext->memctl.malloc(
8723 (cb.final_bracount + 1)*sizeof(uint32_t), ccontext->memctl.memory_data);
9072 ccontext->memctl.free(copied_pattern, ccontext->memctl.memory_data);
9074 ccontext->memctl.free((void *)cb.named_groups, ccontext->memctl.memory_data);
9076 ccontext->memctl.free((void *)cb.groupinfo, ccontext->memctl.memory_data);