Searched refs:pcre_study_data (Results 1 - 6 of 6) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_fullinfo.c83 const pcre_study_data *study = NULL;
88 study = (const pcre_study_data *)extra_data->study_data;
160 ((const pcre_study_data *)extra_data->study_data)->start_bits : NULL;
H A Dpcre_byte_order.c110 pcre_study_data *study;
157 study = (pcre_study_data *)extra_data->study_data;
H A Dpcre_study.c1423 pcre_study_data *study;
1516 pcre_study_data block. The study data is put in the latter, which is pointed to
1518 program. At the moment, the size of pcre_study_data is fixed. We nevertheless
1530 (sizeof(PUBL(extra)) + sizeof(pcre_study_data));
1537 study = (pcre_study_data *)((char *)extra + sizeof(PUBL(extra)));
1541 study->size = sizeof(pcre_study_data);
H A Dpcre_dfa_exec.c3196 const pcre_study_data *study = NULL;
3247 study = (const pcre_study_data *)extra_data->study_data;
H A Dpcre_exec.c6373 const pcre_study_data *study;
6506 study = (const pcre_study_data *)extra_data->study_data;
H A Dpcre_jit_compile.c9739 pcre_study_data *study;

Completed in 359 milliseconds