cd                346 ext/gd/libgd/gdkanji.c   iconv_t cd;
cd                349 ext/gd/libgd/gdkanji.c   if ((cd = iconv_open (EUCSTR, code)) == (iconv_t) - 1)
cd                364 ext/gd/libgd/gdkanji.c   if ((int) iconv(cd, (char **) &from, &from_len, (char **) &to, &to_len) == -1)
cd                380 ext/gd/libgd/gdkanji.c   if (iconv_close (cd) != 0)
cd                200 ext/iconv/iconv.c static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd);
cd                201 ext/iconv/iconv.c static php_iconv_err_t _php_iconv_appendc(smart_str *d, const char c, iconv_t cd);
cd                456 ext/iconv/iconv.c static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd)
cd                474 ext/iconv/iconv.c 			if (iconv(cd, (char **)&in_p, &in_left, (char **) &out_p, &out_left) == (size_t)-1) {
cd                508 ext/iconv/iconv.c 			if (iconv(cd, NULL, NULL, (char **) &out_p, &out_left) == (size_t)0) {
cd                531 ext/iconv/iconv.c static php_iconv_err_t _php_iconv_appendc(smart_str *d, const char c, iconv_t cd)
cd                533 ext/iconv/iconv.c 	return _php_iconv_appendl(d, &c, 1, cd);
cd                562 ext/iconv/iconv.c 	iconv_t cd;
cd                578 ext/iconv/iconv.c 	cd = iconv_open(out_charset, in_charset);
cd                580 ext/iconv/iconv.c 	if (cd == (iconv_t)(-1)) {
cd                588 ext/iconv/iconv.c 	result = iconv(cd, (char **) &in_p, &in_size, (char **)
cd                590 ext/iconv/iconv.c 	result = iconv(cd, (const char **) &in_p, &in_size, (char **)
cd                608 ext/iconv/iconv.c 	result = iconv(cd, NULL, NULL, &out_p, &out_left);
cd                618 ext/iconv/iconv.c 	iconv_close(cd);
cd                627 ext/iconv/iconv.c 	iconv_t cd;
cd                637 ext/iconv/iconv.c 	cd = iconv_open(out_charset, in_charset);
cd                639 ext/iconv/iconv.c 	if (cd == (iconv_t)(-1)) {
cd                654 ext/iconv/iconv.c 		result = iconv(cd, (char **) &in_p, &in_left, (char **) &out_p, &out_left);
cd                685 ext/iconv/iconv.c 		   	result = iconv(cd, NULL, NULL, (char **) &out_p, &out_left);
cd                704 ext/iconv/iconv.c 	iconv_close(cd);
cd                743 ext/iconv/iconv.c 	iconv_t cd;
cd                755 ext/iconv/iconv.c 	cd = iconv_open(GENERIC_SUPERSET_NAME, enc);
cd                757 ext/iconv/iconv.c 	if (cd == (iconv_t)(-1)) {
cd                779 ext/iconv/iconv.c 		if (iconv(cd, (char **)&in_p, &in_left, (char **) &out_p, &out_left) == (size_t)-1) {
cd                813 ext/iconv/iconv.c 	iconv_close(cd);
cd                976 ext/iconv/iconv.c 	iconv_t cd;
cd               1003 ext/iconv/iconv.c 	cd = iconv_open(GENERIC_SUPERSET_NAME, enc);
cd               1005 ext/iconv/iconv.c 	if (cd == (iconv_t)(-1)) {
cd               1031 ext/iconv/iconv.c 		if (iconv(cd, (char **)&in_p, &in_left, (char **) &out_p, &out_left) == (size_t)-1) {
cd               1145 ext/iconv/iconv.c 	iconv_close(cd);
cd               1155 ext/iconv/iconv.c 	iconv_t cd = (iconv_t)(-1), cd_pl = (iconv_t)(-1);
cd               1208 ext/iconv/iconv.c 	cd = iconv_open(out_charset, enc);
cd               1209 ext/iconv/iconv.c 	if (cd == (iconv_t)(-1)) {
cd               1278 ext/iconv/iconv.c 					if (iconv(cd, (char **)&in_p, &in_left, (char **) &out_p, &out_left) == (size_t)-1) {
cd               1310 ext/iconv/iconv.c 					if (iconv(cd, NULL, NULL, (char **) &out_p, &out_left) == (size_t)-1) {
cd               1326 ext/iconv/iconv.c 					if (iconv(cd, NULL, NULL, NULL, NULL) == (size_t)-1) {
cd               1379 ext/iconv/iconv.c 					if (iconv(cd, (char **)&in_p, &in_left, (char **) &out_p, &out_left) == (size_t)-1) {
cd               1411 ext/iconv/iconv.c 					if (iconv(cd, NULL, NULL, (char **) &out_p, &out_left) == (size_t)-1) {
cd               1454 ext/iconv/iconv.c 				if (iconv(cd, NULL, NULL, NULL, NULL) == (size_t)-1) {
cd               1466 ext/iconv/iconv.c 	if (cd != (iconv_t)(-1)) {
cd               1467 ext/iconv/iconv.c 		iconv_close(cd);
cd               1487 ext/iconv/iconv.c 	iconv_t cd = (iconv_t)(-1), cd_pl = (iconv_t)(-1);
cd               1615 ext/iconv/iconv.c 					if (cd != (iconv_t)(-1)) {
cd               1616 ext/iconv/iconv.c 						iconv_close(cd);
cd               1619 ext/iconv/iconv.c 					cd = iconv_open(enc, tmpbuf);
cd               1621 ext/iconv/iconv.c 					if (cd == (iconv_t)(-1)) {
cd               1854 ext/iconv/iconv.c 						err = _php_iconv_appendl(pretval, ZSTR_VAL(decoded_text), ZSTR_LEN(decoded_text), cd);
cd               1997 ext/iconv/iconv.c 	if (cd != (iconv_t)(-1)) {
cd               1998 ext/iconv/iconv.c 		iconv_close(cd);
cd               2543 ext/iconv/iconv.c 	iconv_t cd;
cd               2557 ext/iconv/iconv.c 	iconv_close(self->cd);
cd               2583 ext/iconv/iconv.c 	if ((iconv_t)-1 == (self->cd = iconv_open(self->to_charset, self->from_charset))) {
cd               2629 ext/iconv/iconv.c 			if (iconv(self->cd, &pt, &tcnt, &pd, &ocnt) == (size_t)-1) {
cd               2707 ext/iconv/iconv.c 		if ((ps == NULL ? iconv(self->cd, NULL, NULL, &pd, &ocnt):
cd               2708 ext/iconv/iconv.c 					iconv(self->cd, (char **)&ps, &icnt, &pd, &ocnt)) == (size_t)-1) {
cd                 47 ext/pcre/pcrelib/pcre_compile.c #define NLBLOCK cd             /* Block containing newline information */
cd                919 ext/pcre/pcrelib/pcre_compile.c expand_workspace(compile_data *cd)
cd                922 ext/pcre/pcrelib/pcre_compile.c int newsize = cd->workspace_size * 2;
cd                925 ext/pcre/pcrelib/pcre_compile.c if (cd->workspace_size >= COMPILE_WORK_SIZE_MAX ||
cd                926 ext/pcre/pcrelib/pcre_compile.c     newsize - cd->workspace_size < WORK_SIZE_SAFETY_MARGIN)
cd                931 ext/pcre/pcrelib/pcre_compile.c memcpy(newspace, cd->start_workspace, cd->workspace_size * sizeof(pcre_uchar));
cd                932 ext/pcre/pcrelib/pcre_compile.c cd->hwm = (pcre_uchar *)newspace + (cd->hwm - cd->start_workspace);
cd                933 ext/pcre/pcrelib/pcre_compile.c if (cd->workspace_size > COMPILE_WORK_SIZE)
cd                934 ext/pcre/pcrelib/pcre_compile.c   (PUBL(free))((void *)cd->start_workspace);
cd                935 ext/pcre/pcrelib/pcre_compile.c cd->start_workspace = newspace;
cd                936 ext/pcre/pcrelib/pcre_compile.c cd->workspace_size = newsize;
cd               1734 ext/pcre/pcrelib/pcre_compile.c find_fixedlength(pcre_uchar *code, BOOL utf, BOOL atend, compile_data *cd,
cd               1763 ext/pcre/pcrelib/pcre_compile.c     d = find_fixedlength(cc + ((op == OP_CBRA)? IMM2_SIZE : 0), utf, atend, cd,
cd               1795 ext/pcre/pcrelib/pcre_compile.c     cs = ce = (pcre_uchar *)cd->start_code + GET(cc, 1);  /* Start subpattern */
cd               1806 ext/pcre/pcrelib/pcre_compile.c     d = find_fixedlength(cs + IMM2_SIZE, utf, atend, cd, &this_recurse);
cd               2395 ext/pcre/pcrelib/pcre_compile.c   BOOL utf, compile_data *cd, recurse_check *recurses)
cd               2427 ext/pcre/pcrelib/pcre_compile.c     const pcre_uchar *scode = cd->start_code + GET(code, 1);
cd               2435 ext/pcre/pcrelib/pcre_compile.c     if (cd->start_workspace != NULL)
cd               2438 ext/pcre/pcrelib/pcre_compile.c       for (tcode = cd->start_workspace; tcode < cd->hwm; tcode += LINK_SIZE)
cd               2439 ext/pcre/pcrelib/pcre_compile.c         if ((int)GET(tcode, 0) == (int)(code + 1 - cd->start_code)) return TRUE;
cd               2467 ext/pcre/pcrelib/pcre_compile.c       if (could_be_empty_branch(scode, endcode, utf, cd, &this_recurse))
cd               2523 ext/pcre/pcrelib/pcre_compile.c         if (!empty_branch && could_be_empty_branch(code, endcode, utf, cd,
cd               2770 ext/pcre/pcrelib/pcre_compile.c   branch_chain *bcptr, BOOL utf, compile_data *cd)
cd               2774 ext/pcre/pcrelib/pcre_compile.c   if (!could_be_empty_branch(bcptr->current_branch, endcode, utf, cd, NULL))
cd               3118 ext/pcre/pcrelib/pcre_compile.c compare_opcodes(const pcre_uchar *code, BOOL utf, const compile_data *cd,
cd               3209 ext/pcre/pcrelib/pcre_compile.c       if (!compare_opcodes(code, utf, cd, base_list, base_end, rec_limit))
cd               3230 ext/pcre/pcrelib/pcre_compile.c     if (!compare_opcodes(next_code, utf, cd, base_list, base_end, rec_limit))
cd               3242 ext/pcre/pcrelib/pcre_compile.c   code = get_chr_property_list(code, utf, cd->fcc, list);
cd               3311 ext/pcre/pcrelib/pcre_compile.c       set2 = (pcre_uint8 *)(cd->cbits + cbit_digit);
cd               3318 ext/pcre/pcrelib/pcre_compile.c       set2 = (pcre_uint8 *)(cd->cbits + cbit_space);
cd               3325 ext/pcre/pcrelib/pcre_compile.c       set2 = (pcre_uint8 *)(cd->cbits + cbit_word);
cd               3518 ext/pcre/pcrelib/pcre_compile.c       if (chr < 256 && (cd->ctypes[chr] & ctype_digit) != 0) return FALSE;
cd               3522 ext/pcre/pcrelib/pcre_compile.c       if (chr > 255 || (cd->ctypes[chr] & ctype_digit) == 0) return FALSE;
cd               3526 ext/pcre/pcrelib/pcre_compile.c       if (chr < 256 && (cd->ctypes[chr] & ctype_space) != 0) return FALSE;
cd               3530 ext/pcre/pcrelib/pcre_compile.c       if (chr > 255 || (cd->ctypes[chr] & ctype_space) == 0) return FALSE;
cd               3534 ext/pcre/pcrelib/pcre_compile.c       if (chr < 255 && (cd->ctypes[chr] & ctype_word) != 0) return FALSE;
cd               3538 ext/pcre/pcrelib/pcre_compile.c       if (chr > 255 || (cd->ctypes[chr] & ctype_word) == 0) return FALSE;
cd               3657 ext/pcre/pcrelib/pcre_compile.c auto_possessify(pcre_uchar *code, BOOL utf, const compile_data *cd)
cd               3681 ext/pcre/pcrelib/pcre_compile.c       get_chr_property_list(code, utf, cd->fcc, list) : NULL;
cd               3685 ext/pcre/pcrelib/pcre_compile.c     if (end != NULL && compare_opcodes(end, utf, cd, list, end, &rec_limit))
cd               3737 ext/pcre/pcrelib/pcre_compile.c       end = get_chr_property_list(code, utf, cd->fcc, list);
cd               3742 ext/pcre/pcrelib/pcre_compile.c       if (compare_opcodes(end, utf, cd, list, end, &rec_limit))
cd               4018 ext/pcre/pcrelib/pcre_compile.c adjust_recurse(pcre_uchar *group, int adjust, BOOL utf, compile_data *cd,
cd               4027 ext/pcre/pcrelib/pcre_compile.c   for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm;
cd               4031 ext/pcre/pcrelib/pcre_compile.c     if (cd->start_code + offset == ptr + 1) break;
cd               4037 ext/pcre/pcrelib/pcre_compile.c   if (hc >= cd->hwm)
cd               4040 ext/pcre/pcrelib/pcre_compile.c     if (cd->start_code + offset >= group) PUT(ptr, 1, offset + adjust);
cd               4048 ext/pcre/pcrelib/pcre_compile.c for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm;
cd               4074 ext/pcre/pcrelib/pcre_compile.c auto_callout(pcre_uchar *code, const pcre_uchar *ptr, compile_data *cd)
cd               4078 ext/pcre/pcrelib/pcre_compile.c PUT(code, 0, (int)(ptr - cd->start_pattern));  /* Pattern offset */
cd               4102 ext/pcre/pcrelib/pcre_compile.c complete_callout(pcre_uchar *previous_callout, const pcre_uchar *ptr, compile_data *cd)
cd               4104 ext/pcre/pcrelib/pcre_compile.c int length = (int)(ptr - cd->start_pattern - GET(previous_callout, 2));
cd               4200 ext/pcre/pcrelib/pcre_compile.c   compile_data *cd, pcre_uint32 start, pcre_uint32 end)
cd               4226 ext/pcre/pcrelib/pcre_compile.c       if (rc > 0) n8 += add_list_to_class(classbits, uchardptr, options, cd,
cd               4243 ext/pcre/pcrelib/pcre_compile.c       else n8 += add_to_class(classbits, uchardptr, options, cd, oc, od);
cd               4253 ext/pcre/pcrelib/pcre_compile.c     SETBIT(classbits, cd->fcc[c]);
cd               4364 ext/pcre/pcrelib/pcre_compile.c   compile_data *cd, const pcre_uint32 *p, unsigned int except)
cd               4373 ext/pcre/pcrelib/pcre_compile.c     n8 += add_to_class(classbits, uchardptr, options, cd, p[0], p[n]);
cd               4402 ext/pcre/pcrelib/pcre_compile.c   int options, compile_data *cd, const pcre_uint32 *p)
cd               4407 ext/pcre/pcrelib/pcre_compile.c   n8 += add_to_class(classbits, uchardptr, options, cd, 0, p[0] - 1);
cd               4411 ext/pcre/pcrelib/pcre_compile.c   n8 += add_to_class(classbits, uchardptr, options, cd, p[0] + 1,
cd               4455 ext/pcre/pcrelib/pcre_compile.c   compile_data *cd, int *lengthptr)
cd               4587 ext/pcre/pcrelib/pcre_compile.c     if (code > cd->hwm) cd->hwm = code;                 /* High water info */
cd               4589 ext/pcre/pcrelib/pcre_compile.c     if (code > cd->start_workspace + cd->workspace_size -
cd               4640 ext/pcre/pcrelib/pcre_compile.c   else if (cd->hwm > cd->start_workspace + cd->workspace_size)
cd               4661 ext/pcre/pcrelib/pcre_compile.c           complete_callout(previous_callout, ptr, cd);
cd               4667 ext/pcre/pcrelib/pcre_compile.c         code = auto_callout(code, ptr, cd);
cd               4681 ext/pcre/pcrelib/pcre_compile.c       while (MAX_255(c) && (cd->ctypes[c] & ctype_space) != 0) c = *(++ptr);
cd               4688 ext/pcre/pcrelib/pcre_compile.c           ptr += cd->nllen;
cd               4713 ext/pcre/pcrelib/pcre_compile.c       complete_callout(previous_callout, ptr, cd);
cd               4723 ext/pcre/pcrelib/pcre_compile.c     code = auto_callout(code, ptr, cd);
cd               4783 ext/pcre/pcrelib/pcre_compile.c     item_hwm_offset = cd->hwm - cd->start_workspace;
cd               4804 ext/pcre/pcrelib/pcre_compile.c     if ((cd->external_options & PCRE_JAVASCRIPT_COMPAT) != 0)
cd               4835 ext/pcre/pcrelib/pcre_compile.c     item_hwm_offset = cd->hwm - cd->start_workspace;
cd               4876 ext/pcre/pcrelib/pcre_compile.c         (cd->external_options & PCRE_JAVASCRIPT_COMPAT) != 0)
cd               4975 ext/pcre/pcrelib/pcre_compile.c         register const pcre_uint8 *cbits = cd->cbits;
cd               5131 ext/pcre/pcrelib/pcre_compile.c         escape = check_escape(&ptr, &ec, errorcodeptr, cd->bracount, options,
cd               5154 ext/pcre/pcrelib/pcre_compile.c           register const pcre_uint8 *cbits = cd->cbits;
cd               5211 ext/pcre/pcrelib/pcre_compile.c             (void)add_list_to_class(classbits, &class_uchardata, options, cd,
cd               5217 ext/pcre/pcrelib/pcre_compile.c               cd, PRIV(hspace_list));
cd               5221 ext/pcre/pcrelib/pcre_compile.c             (void)add_list_to_class(classbits, &class_uchardata, options, cd,
cd               5227 ext/pcre/pcrelib/pcre_compile.c               cd, PRIV(vspace_list));
cd               5289 ext/pcre/pcrelib/pcre_compile.c       if (c == CHAR_CR || c == CHAR_NL) cd->external_flags |= PCRE_HASCRORLF;
cd               5342 ext/pcre/pcrelib/pcre_compile.c             descape = check_escape(&ptr, &d, errorcodeptr, cd->bracount, options, TRUE);
cd               5388 ext/pcre/pcrelib/pcre_compile.c         if (d == CHAR_CR || d == CHAR_NL) cd->external_flags |= PCRE_HASCRORLF;
cd               5391 ext/pcre/pcrelib/pcre_compile.c           add_to_class(classbits, &class_uchardata, options, cd, c, d);
cd               5483 ext/pcre/pcrelib/pcre_compile.c         add_to_class(classbits, &class_uchardata, options, cd, c, c);
cd               5654 ext/pcre/pcrelib/pcre_compile.c         while (MAX_255(*p) && (cd->ctypes[*p] & ctype_space) != 0) p++;
cd               5661 ext/pcre/pcrelib/pcre_compile.c             p += cd->nllen;
cd               5711 ext/pcre/pcrelib/pcre_compile.c       if (lengthptr == NULL && cd->hwm >= cd->start_workspace + LINK_SIZE)
cd               5713 ext/pcre/pcrelib/pcre_compile.c         int offset = GET(cd->hwm, -LINK_SIZE);
cd               5714 ext/pcre/pcrelib/pcre_compile.c         if (offset == previous + 1 - cd->start_code)
cd               5715 ext/pcre/pcrelib/pcre_compile.c           PUT(cd->hwm, -LINK_SIZE, offset + 1 + LINK_SIZE);
cd               5763 ext/pcre/pcrelib/pcre_compile.c           reqcharflags = req_caseopt | cd->req_varyopt;
cd               6028 ext/pcre/pcrelib/pcre_compile.c           adjust_recurse(previous, 1, utf, cd, item_hwm_offset);
cd               6052 ext/pcre/pcrelib/pcre_compile.c           adjust_recurse(previous, 2 + LINK_SIZE, utf, cd, item_hwm_offset);
cd               6115 ext/pcre/pcrelib/pcre_compile.c               size_t this_hwm_offset = cd->hwm - cd->start_workspace;
cd               6118 ext/pcre/pcrelib/pcre_compile.c               while (cd->hwm > cd->start_workspace + cd->workspace_size -
cd               6122 ext/pcre/pcrelib/pcre_compile.c                 *errorcodeptr = expand_workspace(cd);
cd               6126 ext/pcre/pcrelib/pcre_compile.c               for (hc = (pcre_uchar *)cd->start_workspace + base_hwm_offset;
cd               6127 ext/pcre/pcrelib/pcre_compile.c                    hc < (pcre_uchar *)cd->start_workspace + this_hwm_offset;
cd               6130 ext/pcre/pcrelib/pcre_compile.c                 PUT(cd->hwm, 0, GET(hc, 0) + len);
cd               6131 ext/pcre/pcrelib/pcre_compile.c                 cd->hwm += LINK_SIZE;
cd               6178 ext/pcre/pcrelib/pcre_compile.c           size_t this_hwm_offset = cd->hwm - cd->start_workspace;
cd               6199 ext/pcre/pcrelib/pcre_compile.c           while (cd->hwm > cd->start_workspace + cd->workspace_size -
cd               6203 ext/pcre/pcrelib/pcre_compile.c             *errorcodeptr = expand_workspace(cd);
cd               6207 ext/pcre/pcrelib/pcre_compile.c           for (hc = (pcre_uchar *)cd->start_workspace + base_hwm_offset;
cd               6208 ext/pcre/pcrelib/pcre_compile.c                hc < (pcre_uchar *)cd->start_workspace + this_hwm_offset;
cd               6211 ext/pcre/pcrelib/pcre_compile.c             PUT(cd->hwm, 0, GET(hc, 0) + len + ((i != 0)? 2+LINK_SIZE : 1));
cd               6212 ext/pcre/pcrelib/pcre_compile.c             cd->hwm += LINK_SIZE;
cd               6287 ext/pcre/pcrelib/pcre_compile.c               if (could_be_empty_branch(scode, ketcode, utf, cd, NULL))
cd               6316 ext/pcre/pcrelib/pcre_compile.c               adjust_recurse(bracode, 1 + LINK_SIZE, utf, cd, item_hwm_offset);
cd               6450 ext/pcre/pcrelib/pcre_compile.c           adjust_recurse(tempcode, 1 + LINK_SIZE, utf, cd, item_hwm_offset);
cd               6499 ext/pcre/pcrelib/pcre_compile.c         adjust_recurse(tempcode, 1 + LINK_SIZE, utf, cd, item_hwm_offset);
cd               6518 ext/pcre/pcrelib/pcre_compile.c     cd->req_varyopt |= reqvary;
cd               6548 ext/pcre/pcrelib/pcre_compile.c          || (MAX_255(ptr[1]) && ((cd->ctypes[ptr[1]] & ctype_letter) != 0))))
cd               6557 ext/pcre/pcrelib/pcre_compile.c       while (MAX_255(*ptr) && (cd->ctypes[*ptr] & ctype_letter) != 0) ptr++;
cd               6602 ext/pcre/pcrelib/pcre_compile.c             cd->had_accept = TRUE;
cd               6603 ext/pcre/pcrelib/pcre_compile.c             for (oc = cd->open_caps; oc != NULL; oc = oc->next)
cd               6609 ext/pcre/pcrelib/pcre_compile.c               (cd->assert_depth > 0)? OP_ASSERT_ACCEPT : OP_ACCEPT;
cd               6653 ext/pcre/pcrelib/pcre_compile.c             cd->external_flags |= PCRE_HASTHEN;
cd               6660 ext/pcre/pcrelib/pcre_compile.c             cd->had_pruneorskip = TRUE;
cd               6680 ext/pcre/pcrelib/pcre_compile.c     item_hwm_offset = cd->hwm - cd->start_workspace;
cd               6698 ext/pcre/pcrelib/pcre_compile.c         cd->dupgroups = TRUE;     /* Record (?| encountered */
cd               6748 ext/pcre/pcrelib/pcre_compile.c           cd->iscondassert = TRUE;
cd               6822 ext/pcre/pcrelib/pcre_compile.c           if (!MAX_255(*ptr) || (cd->ctypes[*ptr] & ctype_word) == 0)
cd               6828 ext/pcre/pcrelib/pcre_compile.c           while (MAX_255(*ptr) && (cd->ctypes[*ptr] & ctype_word) != 0)
cd               6862 ext/pcre/pcrelib/pcre_compile.c             cd->bracount - recno + 1 : recno + cd->bracount;
cd               6863 ext/pcre/pcrelib/pcre_compile.c           if (recno <= 0 || recno > cd->final_bracount)
cd               6869 ext/pcre/pcrelib/pcre_compile.c           if (recno > cd->top_backref) cd->top_backref = recno;
cd               6875 ext/pcre/pcrelib/pcre_compile.c         slot = cd->name_table;
cd               6876 ext/pcre/pcrelib/pcre_compile.c         for (i = 0; i < cd->names_found; i++)
cd               6879 ext/pcre/pcrelib/pcre_compile.c           slot += cd->name_entry_size;
cd               6887 ext/pcre/pcrelib/pcre_compile.c         if (i < cd->names_found)
cd               6892 ext/pcre/pcrelib/pcre_compile.c           if (recno > cd->top_backref) cd->top_backref = recno;
cd               6893 ext/pcre/pcrelib/pcre_compile.c           for (; i < cd->names_found; i++)
cd               6895 ext/pcre/pcrelib/pcre_compile.c             slot += cd->name_entry_size;
cd               6973 ext/pcre/pcrelib/pcre_compile.c         cd->assert_depth += 1;
cd               6995 ext/pcre/pcrelib/pcre_compile.c         cd->assert_depth += 1;
cd               7005 ext/pcre/pcrelib/pcre_compile.c           cd->assert_depth += 1;
cd               7011 ext/pcre/pcrelib/pcre_compile.c           cd->assert_depth += 1;
cd               7016 ext/pcre/pcrelib/pcre_compile.c           if (MAX_255(ptr[1]) && (cd->ctypes[ptr[1]] & ctype_word) != 0)
cd               7053 ext/pcre/pcrelib/pcre_compile.c           PUT(code, 0, (int)(ptr - cd->start_pattern + 1)); /* Pattern offset */
cd               7089 ext/pcre/pcrelib/pcre_compile.c         while (MAX_255(*ptr) && (cd->ctypes[*ptr] & ctype_word) != 0) ptr++;
cd               7101 ext/pcre/pcrelib/pcre_compile.c           pcre_uint32 number = cd->bracount + 1;
cd               7109 ext/pcre/pcrelib/pcre_compile.c           if (cd->names_found >= MAX_NAME_COUNT)
cd               7115 ext/pcre/pcrelib/pcre_compile.c           if (namelen + IMM2_SIZE + 1 > cd->name_entry_size)
cd               7117 ext/pcre/pcrelib/pcre_compile.c             cd->name_entry_size = namelen + IMM2_SIZE + 1;
cd               7132 ext/pcre/pcrelib/pcre_compile.c           ng = cd->named_groups;
cd               7133 ext/pcre/pcrelib/pcre_compile.c           for (i = 0; i < cd->names_found; i++, ng++)
cd               7144 ext/pcre/pcrelib/pcre_compile.c               cd->dupnames = TRUE;  /* Duplicate names exist */
cd               7153 ext/pcre/pcrelib/pcre_compile.c           if (i >= cd->names_found)     /* Not a duplicate with same number */
cd               7157 ext/pcre/pcrelib/pcre_compile.c             if (cd->names_found >= cd->named_group_list_size)
cd               7159 ext/pcre/pcrelib/pcre_compile.c               int newsize = cd->named_group_list_size * 2;
cd               7169 ext/pcre/pcrelib/pcre_compile.c               memcpy(newspace, cd->named_groups,
cd               7170 ext/pcre/pcrelib/pcre_compile.c                 cd->named_group_list_size * sizeof(named_group));
cd               7171 ext/pcre/pcrelib/pcre_compile.c               if (cd->named_group_list_size > NAMED_GROUP_LIST_SIZE)
cd               7172 ext/pcre/pcrelib/pcre_compile.c                 (PUBL(free))((void *)cd->named_groups);
cd               7173 ext/pcre/pcrelib/pcre_compile.c               cd->named_groups = newspace;
cd               7174 ext/pcre/pcrelib/pcre_compile.c               cd->named_group_list_size = newsize;
cd               7177 ext/pcre/pcrelib/pcre_compile.c             cd->named_groups[cd->names_found].name = name;
cd               7178 ext/pcre/pcrelib/pcre_compile.c             cd->named_groups[cd->names_found].length = namelen;
cd               7179 ext/pcre/pcrelib/pcre_compile.c             cd->named_groups[cd->names_found].number = number;
cd               7180 ext/pcre/pcrelib/pcre_compile.c             cd->names_found++;
cd               7207 ext/pcre/pcrelib/pcre_compile.c         while (MAX_255(*ptr) && (cd->ctypes[*ptr] & ctype_word) != 0) ptr++;
cd               7240 ext/pcre/pcrelib/pcre_compile.c           if (!is_recurse) cd->namedrefcount++;
cd               7268 ext/pcre/pcrelib/pcre_compile.c           if (cd->dupgroups) *lengthptr += 4 + 4*LINK_SIZE;
cd               7277 ext/pcre/pcrelib/pcre_compile.c             ng = cd->named_groups;
cd               7278 ext/pcre/pcrelib/pcre_compile.c             for (i = 0; i < cd->names_found; i++, ng++)
cd               7286 ext/pcre/pcrelib/pcre_compile.c                 for (oc = cd->open_caps; oc != NULL; oc = oc->next)
cd               7306 ext/pcre/pcrelib/pcre_compile.c           slot = cd->name_table;
cd               7307 ext/pcre/pcrelib/pcre_compile.c           for (i = 0; i < cd->names_found; i++)
cd               7312 ext/pcre/pcrelib/pcre_compile.c             slot += cd->name_entry_size;
cd               7315 ext/pcre/pcrelib/pcre_compile.c           if (i < cd->names_found)
cd               7334 ext/pcre/pcrelib/pcre_compile.c         if (lengthptr == NULL && cd->dupnames)
cd               7338 ext/pcre/pcrelib/pcre_compile.c           pcre_uchar *cslot = slot + cd->name_entry_size;
cd               7340 ext/pcre/pcrelib/pcre_compile.c           for (i++; i < cd->names_found; i++)
cd               7344 ext/pcre/pcrelib/pcre_compile.c             cslot += cd->name_entry_size;
cd               7351 ext/pcre/pcrelib/pcre_compile.c             item_hwm_offset = cd->hwm - cd->start_workspace;
cd               7358 ext/pcre/pcrelib/pcre_compile.c             for (; slot < cslot; slot += cd->name_entry_size)
cd               7362 ext/pcre/pcrelib/pcre_compile.c               cd->backref_map |= (recno < 32)? (1 << recno) : 1;
cd               7363 ext/pcre/pcrelib/pcre_compile.c               if (recno > cd->top_backref) cd->top_backref = recno;
cd               7369 ext/pcre/pcrelib/pcre_compile.c               for (oc = cd->open_caps; oc != NULL; oc = oc->next)
cd               7456 ext/pcre/pcrelib/pcre_compile.c             recno = cd->bracount - recno + 1;
cd               7470 ext/pcre/pcrelib/pcre_compile.c             recno += cd->bracount;
cd               7478 ext/pcre/pcrelib/pcre_compile.c           item_hwm_offset = cd->hwm - cd->start_workspace;
cd               7479 ext/pcre/pcrelib/pcre_compile.c           called = cd->start_code;
cd               7492 ext/pcre/pcrelib/pcre_compile.c               called = PRIV(find_bracket)(cd->start_code, utf, recno);
cd               7498 ext/pcre/pcrelib/pcre_compile.c               if (recno > cd->final_bracount)
cd               7508 ext/pcre/pcrelib/pcre_compile.c               called = cd->start_code + recno;
cd               7509 ext/pcre/pcrelib/pcre_compile.c               if (cd->hwm >= cd->start_workspace + cd->workspace_size -
cd               7512 ext/pcre/pcrelib/pcre_compile.c                 *errorcodeptr = expand_workspace(cd);
cd               7515 ext/pcre/pcrelib/pcre_compile.c               PUTINC(cd->hwm, 0, (int)(code + 1 - cd->start_code));
cd               7528 ext/pcre/pcrelib/pcre_compile.c                      could_be_empty(called, code, bcptr, utf, cd))
cd               7540 ext/pcre/pcrelib/pcre_compile.c           PUT(code, 1, (int)(called - cd->start_code));
cd               7565 ext/pcre/pcrelib/pcre_compile.c             cd->external_flags |= PCRE_JCHANGED;
cd               7608 ext/pcre/pcrelib/pcre_compile.c           if (code == cd->start_code + 1 + LINK_SIZE &&
cd               7611 ext/pcre/pcrelib/pcre_compile.c             cd->external_options = newoptions;
cd               7652 ext/pcre/pcrelib/pcre_compile.c       cd->bracount += 1;
cd               7653 ext/pcre/pcrelib/pcre_compile.c       PUT2(code, 1+LINK_SIZE, cd->bracount);
cd               7660 ext/pcre/pcrelib/pcre_compile.c     if ((cd->parens_depth += 1) > PARENS_NEST_LIMIT)
cd               7675 ext/pcre/pcrelib/pcre_compile.c         cd->iscondassert)
cd               7678 ext/pcre/pcrelib/pcre_compile.c       cd->iscondassert = FALSE;
cd               7683 ext/pcre/pcrelib/pcre_compile.c       item_hwm_offset = cd->hwm - cd->start_workspace;
cd               7688 ext/pcre/pcrelib/pcre_compile.c     tempreqvary = cd->req_varyopt;        /* Save value before bracket */
cd               7689 ext/pcre/pcrelib/pcre_compile.c     tempbracount = cd->bracount;          /* Save value before bracket */
cd               7708 ext/pcre/pcrelib/pcre_compile.c          cd,                              /* Tables block */
cd               7714 ext/pcre/pcrelib/pcre_compile.c     cd->parens_depth -= 1;
cd               7719 ext/pcre/pcrelib/pcre_compile.c     if (bravalue == OP_ONCE && cd->bracount <= tempbracount)
cd               7723 ext/pcre/pcrelib/pcre_compile.c       cd->assert_depth -= 1;
cd               7890 ext/pcre/pcrelib/pcre_compile.c     escape = check_escape(&ptr, &ec, errorcodeptr, cd->bracount, options, FALSE);
cd               7932 ext/pcre/pcrelib/pcre_compile.c         item_hwm_offset = cd->hwm - cd->start_workspace;   /* Normally this is set when '(' is read */
cd               8000 ext/pcre/pcrelib/pcre_compile.c         item_hwm_offset = cd->hwm - cd->start_workspace;
cd               8003 ext/pcre/pcrelib/pcre_compile.c         cd->backref_map |= (recno < 32)? (1 << recno) : 1;
cd               8004 ext/pcre/pcrelib/pcre_compile.c         if (recno > cd->top_backref) cd->top_backref = recno;
cd               8010 ext/pcre/pcrelib/pcre_compile.c         for (oc = cd->open_caps; oc != NULL; oc = oc->next)
cd               8030 ext/pcre/pcrelib/pcre_compile.c         item_hwm_offset = cd->hwm - cd->start_workspace;
cd               8056 ext/pcre/pcrelib/pcre_compile.c              cd->max_lookbehind == 0)
cd               8057 ext/pcre/pcrelib/pcre_compile.c           cd->max_lookbehind = 1;
cd               8071 ext/pcre/pcrelib/pcre_compile.c           item_hwm_offset = cd->hwm - cd->start_workspace;
cd               8115 ext/pcre/pcrelib/pcre_compile.c     item_hwm_offset = cd->hwm - cd->start_workspace;
cd               8145 ext/pcre/pcrelib/pcre_compile.c       cd->external_flags |= PCRE_HASCRORLF;
cd               8170 ext/pcre/pcrelib/pcre_compile.c           reqcharflags = cd->req_varyopt;
cd               8188 ext/pcre/pcrelib/pcre_compile.c         reqcharflags = req_caseopt | cd->req_varyopt;
cd               8246 ext/pcre/pcrelib/pcre_compile.c   branch_chain *bcptr, compile_data *cd, int *lengthptr)
cd               8281 ext/pcre/pcrelib/pcre_compile.c save_hwm_offset = cd->hwm - cd->start_workspace;
cd               8307 ext/pcre/pcrelib/pcre_compile.c   capitem.next = cd->open_caps;
cd               8309 ext/pcre/pcrelib/pcre_compile.c   cd->open_caps = &capitem;
cd               8319 ext/pcre/pcrelib/pcre_compile.c orig_bracount = max_bracount = cd->bracount;
cd               8325 ext/pcre/pcrelib/pcre_compile.c   if (reset_bracount) cd->bracount = orig_bracount;
cd               8342 ext/pcre/pcrelib/pcre_compile.c         cond_depth, cd, (lengthptr == NULL)? NULL : &length))
cd               8351 ext/pcre/pcrelib/pcre_compile.c   if (cd->bracount > max_bracount) max_bracount = cd->bracount;
cd               8424 ext/pcre/pcrelib/pcre_compile.c         FALSE, cd, NULL);
cd               8428 ext/pcre/pcrelib/pcre_compile.c         cd->check_lookbehind = TRUE;
cd               8439 ext/pcre/pcrelib/pcre_compile.c         if (fixed_length > cd->max_lookbehind)
cd               8440 ext/pcre/pcrelib/pcre_compile.c           cd->max_lookbehind = fixed_length;
cd               8481 ext/pcre/pcrelib/pcre_compile.c       if (cd->open_caps->flag)
cd               8485 ext/pcre/pcrelib/pcre_compile.c           (options & PCRE_UTF8) != 0, cd, save_hwm_offset);
cd               8496 ext/pcre/pcrelib/pcre_compile.c       cd->open_caps = cd->open_caps->next;
cd               8501 ext/pcre/pcrelib/pcre_compile.c     cd->bracount = max_bracount;
cd               8596 ext/pcre/pcrelib/pcre_compile.c   compile_data *cd, int atomcount)
cd               8608 ext/pcre/pcrelib/pcre_compile.c      if (!is_anchored(scode, bracket_map, cd, atomcount)) return FALSE;
cd               8618 ext/pcre/pcrelib/pcre_compile.c      if (!is_anchored(scode, new_map, cd, atomcount)) return FALSE;
cd               8625 ext/pcre/pcrelib/pcre_compile.c      if (!is_anchored(scode, bracket_map, cd, atomcount)) return FALSE;
cd               8632 ext/pcre/pcrelib/pcre_compile.c      if (!is_anchored(scode, bracket_map, cd, atomcount + 1))
cd               8643 ext/pcre/pcrelib/pcre_compile.c      if (scode[1] != OP_ALLANY || (bracket_map & cd->backref_map) != 0 ||
cd               8644 ext/pcre/pcrelib/pcre_compile.c          atomcount > 0 || cd->had_pruneorskip)
cd               8686 ext/pcre/pcrelib/pcre_compile.c   compile_data *cd, int atomcount)
cd               8713 ext/pcre/pcrelib/pcre_compile.c        if (!is_startline(scode, bracket_map, cd, atomcount)) return FALSE;
cd               8727 ext/pcre/pcrelib/pcre_compile.c      if (!is_startline(scode, bracket_map, cd, atomcount)) return FALSE;
cd               8737 ext/pcre/pcrelib/pcre_compile.c      if (!is_startline(scode, new_map, cd, atomcount)) return FALSE;
cd               8744 ext/pcre/pcrelib/pcre_compile.c      if (!is_startline(scode, bracket_map, cd, atomcount)) return FALSE;
cd               8751 ext/pcre/pcrelib/pcre_compile.c      if (!is_startline(scode, bracket_map, cd, atomcount + 1)) return FALSE;
cd               8762 ext/pcre/pcrelib/pcre_compile.c      if (scode[1] != OP_ANY || (bracket_map & cd->backref_map) != 0 ||
cd               8763 ext/pcre/pcrelib/pcre_compile.c          atomcount > 0 || cd->had_pruneorskip)
cd               8897 ext/pcre/pcrelib/pcre_compile.c add_name(compile_data *cd, const pcre_uchar *name, int length,
cd               8901 ext/pcre/pcrelib/pcre_compile.c pcre_uchar *slot = cd->name_table;
cd               8903 ext/pcre/pcrelib/pcre_compile.c for (i = 0; i < cd->names_found; i++)
cd               8916 ext/pcre/pcrelib/pcre_compile.c     memmove(slot + cd->name_entry_size, slot,
cd               8917 ext/pcre/pcrelib/pcre_compile.c       IN_UCHARS((cd->names_found - i) * cd->name_entry_size));
cd               8923 ext/pcre/pcrelib/pcre_compile.c   slot += cd->name_entry_size;
cd               8929 ext/pcre/pcrelib/pcre_compile.c cd->names_found++;
cd               9010 ext/pcre/pcrelib/pcre_compile.c compile_data *cd = &compile_block;
cd               9056 ext/pcre/pcrelib/pcre_compile.c cd->lcc = tables + lcc_offset;
cd               9057 ext/pcre/pcrelib/pcre_compile.c cd->fcc = tables + fcc_offset;
cd               9058 ext/pcre/pcrelib/pcre_compile.c cd->cbits = tables + cbits_offset;
cd               9059 ext/pcre/pcrelib/pcre_compile.c cd->ctypes = tables + ctypes_offset;
cd               9076 ext/pcre/pcrelib/pcre_compile.c cd->external_flags = 0;   /* Initialize here for LIMIT_MATCH/RECURSION */
cd               9123 ext/pcre/pcrelib/pcre_compile.c       cd->external_flags |= PCRE_MLSET;
cd               9142 ext/pcre/pcrelib/pcre_compile.c       cd->external_flags |= PCRE_RLSET;
cd               9242 ext/pcre/pcrelib/pcre_compile.c   cd->nltype = NLTYPE_ANYCRLF;
cd               9246 ext/pcre/pcrelib/pcre_compile.c   cd->nltype = NLTYPE_ANY;
cd               9250 ext/pcre/pcrelib/pcre_compile.c   cd->nltype = NLTYPE_FIXED;
cd               9253 ext/pcre/pcrelib/pcre_compile.c     cd->nllen = 2;
cd               9254 ext/pcre/pcrelib/pcre_compile.c     cd->nl[0] = (newline >> 8) & 255;
cd               9255 ext/pcre/pcrelib/pcre_compile.c     cd->nl[1] = newline & 255;
cd               9259 ext/pcre/pcrelib/pcre_compile.c     cd->nllen = 1;
cd               9260 ext/pcre/pcrelib/pcre_compile.c     cd->nl[0] = newline;
cd               9268 ext/pcre/pcrelib/pcre_compile.c cd->top_backref = 0;
cd               9269 ext/pcre/pcrelib/pcre_compile.c cd->backref_map = 0;
cd               9286 ext/pcre/pcrelib/pcre_compile.c cd->bracount = cd->final_bracount = 0;
cd               9287 ext/pcre/pcrelib/pcre_compile.c cd->names_found = 0;
cd               9288 ext/pcre/pcrelib/pcre_compile.c cd->name_entry_size = 0;
cd               9289 ext/pcre/pcrelib/pcre_compile.c cd->name_table = NULL;
cd               9290 ext/pcre/pcrelib/pcre_compile.c cd->dupnames = FALSE;
cd               9291 ext/pcre/pcrelib/pcre_compile.c cd->dupgroups = FALSE;
cd               9292 ext/pcre/pcrelib/pcre_compile.c cd->namedrefcount = 0;
cd               9293 ext/pcre/pcrelib/pcre_compile.c cd->start_code = cworkspace;
cd               9294 ext/pcre/pcrelib/pcre_compile.c cd->hwm = cworkspace;
cd               9295 ext/pcre/pcrelib/pcre_compile.c cd->iscondassert = FALSE;
cd               9296 ext/pcre/pcrelib/pcre_compile.c cd->start_workspace = cworkspace;
cd               9297 ext/pcre/pcrelib/pcre_compile.c cd->workspace_size = COMPILE_WORK_SIZE;
cd               9298 ext/pcre/pcrelib/pcre_compile.c cd->named_groups = named_groups;
cd               9299 ext/pcre/pcrelib/pcre_compile.c cd->named_group_list_size = NAMED_GROUP_LIST_SIZE;
cd               9300 ext/pcre/pcrelib/pcre_compile.c cd->start_pattern = (const pcre_uchar *)pattern;
cd               9301 ext/pcre/pcrelib/pcre_compile.c cd->end_pattern = (const pcre_uchar *)(pattern + STRLEN_UC((const pcre_uchar *)pattern));
cd               9302 ext/pcre/pcrelib/pcre_compile.c cd->req_varyopt = 0;
cd               9303 ext/pcre/pcrelib/pcre_compile.c cd->parens_depth = 0;
cd               9304 ext/pcre/pcrelib/pcre_compile.c cd->assert_depth = 0;
cd               9305 ext/pcre/pcrelib/pcre_compile.c cd->max_lookbehind = 0;
cd               9306 ext/pcre/pcrelib/pcre_compile.c cd->external_options = options;
cd               9307 ext/pcre/pcrelib/pcre_compile.c cd->open_caps = NULL;
cd               9319 ext/pcre/pcrelib/pcre_compile.c (void)compile_regex(cd->external_options, &code, &ptr, &errorcode, FALSE,
cd               9321 ext/pcre/pcrelib/pcre_compile.c   cd, &length);
cd               9325 ext/pcre/pcrelib/pcre_compile.c   (int)(cd->hwm - cworkspace)));
cd               9338 ext/pcre/pcrelib/pcre_compile.c   (length + cd->names_found * cd->name_entry_size) * sizeof(pcre_uchar);
cd               9357 ext/pcre/pcrelib/pcre_compile.c re->options = cd->external_options;
cd               9358 ext/pcre/pcrelib/pcre_compile.c re->flags = cd->external_flags;
cd               9364 ext/pcre/pcrelib/pcre_compile.c re->name_entry_size = cd->name_entry_size;
cd               9365 ext/pcre/pcrelib/pcre_compile.c re->name_count = cd->names_found;
cd               9382 ext/pcre/pcrelib/pcre_compile.c cd->final_bracount = cd->bracount;  /* Save for checking forward references */
cd               9383 ext/pcre/pcrelib/pcre_compile.c cd->parens_depth = 0;
cd               9384 ext/pcre/pcrelib/pcre_compile.c cd->assert_depth = 0;
cd               9385 ext/pcre/pcrelib/pcre_compile.c cd->bracount = 0;
cd               9386 ext/pcre/pcrelib/pcre_compile.c cd->max_lookbehind = 0;
cd               9387 ext/pcre/pcrelib/pcre_compile.c cd->name_table = (pcre_uchar *)re + re->name_table_offset;
cd               9388 ext/pcre/pcrelib/pcre_compile.c codestart = cd->name_table + re->name_entry_size * re->name_count;
cd               9389 ext/pcre/pcrelib/pcre_compile.c cd->start_code = codestart;
cd               9390 ext/pcre/pcrelib/pcre_compile.c cd->hwm = (pcre_uchar *)(cd->start_workspace);
cd               9391 ext/pcre/pcrelib/pcre_compile.c cd->iscondassert = FALSE;
cd               9392 ext/pcre/pcrelib/pcre_compile.c cd->req_varyopt = 0;
cd               9393 ext/pcre/pcrelib/pcre_compile.c cd->had_accept = FALSE;
cd               9394 ext/pcre/pcrelib/pcre_compile.c cd->had_pruneorskip = FALSE;
cd               9395 ext/pcre/pcrelib/pcre_compile.c cd->check_lookbehind = FALSE;
cd               9396 ext/pcre/pcrelib/pcre_compile.c cd->open_caps = NULL;
cd               9401 ext/pcre/pcrelib/pcre_compile.c if (cd->names_found > 0)
cd               9403 ext/pcre/pcrelib/pcre_compile.c   int i = cd->names_found;
cd               9404 ext/pcre/pcrelib/pcre_compile.c   named_group *ng = cd->named_groups;
cd               9405 ext/pcre/pcrelib/pcre_compile.c   cd->names_found = 0;
cd               9407 ext/pcre/pcrelib/pcre_compile.c     add_name(cd, ng->name, ng->length, ng->number);
cd               9408 ext/pcre/pcrelib/pcre_compile.c   if (cd->named_group_list_size > NAMED_GROUP_LIST_SIZE)
cd               9409 ext/pcre/pcrelib/pcre_compile.c     (PUBL(free))((void *)cd->named_groups);
cd               9420 ext/pcre/pcrelib/pcre_compile.c   &firstchar, &firstcharflags, &reqchar, &reqcharflags, NULL, cd, NULL);
cd               9421 ext/pcre/pcrelib/pcre_compile.c re->top_bracket = cd->bracount;
cd               9422 ext/pcre/pcrelib/pcre_compile.c re->top_backref = cd->top_backref;
cd               9423 ext/pcre/pcrelib/pcre_compile.c re->max_lookbehind = cd->max_lookbehind;
cd               9424 ext/pcre/pcrelib/pcre_compile.c re->flags = cd->external_flags | PCRE_MODE;
cd               9426 ext/pcre/pcrelib/pcre_compile.c if (cd->had_accept)
cd               9455 ext/pcre/pcrelib/pcre_compile.c if (cd->hwm > cd->start_workspace)
cd               9459 ext/pcre/pcrelib/pcre_compile.c   while (errorcode == 0 && cd->hwm > cd->start_workspace)
cd               9462 ext/pcre/pcrelib/pcre_compile.c     cd->hwm -= LINK_SIZE;
cd               9463 ext/pcre/pcrelib/pcre_compile.c     offset = GET(cd->hwm, 0);
cd               9488 ext/pcre/pcrelib/pcre_compile.c if (cd->workspace_size > COMPILE_WORK_SIZE)
cd               9489 ext/pcre/pcrelib/pcre_compile.c   (PUBL(free))((void *)cd->start_workspace);
cd               9490 ext/pcre/pcrelib/pcre_compile.c cd->start_workspace = NULL;
cd               9507 ext/pcre/pcrelib/pcre_compile.c   auto_possessify(temp, utf, cd);
cd               9518 ext/pcre/pcrelib/pcre_compile.c if (errorcode == 0 && cd->check_lookbehind)
cd               9538 ext/pcre/pcrelib/pcre_compile.c         cd, NULL);
cd               9547 ext/pcre/pcrelib/pcre_compile.c       if (fixed_length > cd->max_lookbehind) cd->max_lookbehind = fixed_length;
cd               9580 ext/pcre/pcrelib/pcre_compile.c   if (is_anchored(codestart, 0, cd, 0)) re->options |= PCRE_ANCHORED;
cd               9602 ext/pcre/pcrelib/pcre_compile.c             if (cd->fcc[re->first_char] != re->first_char)
cd               9611 ext/pcre/pcrelib/pcre_compile.c             && cd->fcc[re->first_char] != re->first_char)
cd               9618 ext/pcre/pcrelib/pcre_compile.c     else if (is_startline(codestart, 0, cd, 0)) re->flags |= PCRE_STARTLINE;
cd               9644 ext/pcre/pcrelib/pcre_compile.c         if (cd->fcc[re->req_char] != re->req_char)
cd               9652 ext/pcre/pcrelib/pcre_compile.c     if (MAX_255(re->req_char) && cd->fcc[re->req_char] != re->req_char)
cd               9712 ext/pcre/pcrelib/pcre_compile.c   if (could_be_empty_branch(codestart, code, utf, cd, NULL))
cd                634 ext/pcre/pcrelib/pcre_study.c   compile_data *cd, BOOL utf)
cd                662 ext/pcre/pcrelib/pcre_study.c if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]);
cd                693 ext/pcre/pcrelib/pcre_study.c if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]);
cd                722 ext/pcre/pcrelib/pcre_study.c   compile_data *cd)
cd                725 ext/pcre/pcrelib/pcre_study.c for (c = 0; c < table_limit; c++) start_bits[c] |= cd->cbits[c+cbit_type];
cd                730 ext/pcre/pcrelib/pcre_study.c   if ((cd->cbits[c/8] & (1 << (c&7))) != 0)
cd                764 ext/pcre/pcrelib/pcre_study.c   compile_data *cd)
cd                767 ext/pcre/pcrelib/pcre_study.c for (c = 0; c < table_limit; c++) start_bits[c] |= ~cd->cbits[c+cbit_type];
cd                801 ext/pcre/pcrelib/pcre_study.c   compile_data *cd)
cd                971 ext/pcre/pcrelib/pcre_study.c       rc = set_start_bits(tcode, start_bits, utf, cd);
cd               1018 ext/pcre/pcrelib/pcre_study.c       rc = set_start_bits(++tcode, start_bits, utf, cd);
cd               1045 ext/pcre/pcrelib/pcre_study.c       tcode = set_table_bit(start_bits, tcode + 1, FALSE, cd, utf);
cd               1054 ext/pcre/pcrelib/pcre_study.c       tcode = set_table_bit(start_bits, tcode + 1, TRUE, cd, utf);
cd               1062 ext/pcre/pcrelib/pcre_study.c       tcode = set_table_bit(start_bits, tcode + 1 + IMM2_SIZE, FALSE, cd, utf);
cd               1068 ext/pcre/pcrelib/pcre_study.c       tcode = set_table_bit(start_bits, tcode + 1 + IMM2_SIZE, TRUE, cd, utf);
cd               1080 ext/pcre/pcrelib/pcre_study.c       (void)set_table_bit(start_bits, tcode + 1, FALSE, cd, utf);
cd               1091 ext/pcre/pcrelib/pcre_study.c       (void)set_table_bit(start_bits, tcode + 1, TRUE, cd, utf);
cd               1164 ext/pcre/pcrelib/pcre_study.c       set_nottype_bits(start_bits, cbit_digit, table_limit, cd);
cd               1169 ext/pcre/pcrelib/pcre_study.c       set_type_bits(start_bits, cbit_digit, table_limit, cd);
cd               1178 ext/pcre/pcrelib/pcre_study.c       set_nottype_bits(start_bits, cbit_space, table_limit, cd);
cd               1183 ext/pcre/pcrelib/pcre_study.c       set_type_bits(start_bits, cbit_space, table_limit, cd);
cd               1188 ext/pcre/pcrelib/pcre_study.c       set_nottype_bits(start_bits, cbit_word, table_limit, cd);
cd               1193 ext/pcre/pcrelib/pcre_study.c       set_type_bits(start_bits, cbit_word, table_limit, cd);
cd               1277 ext/pcre/pcrelib/pcre_study.c         set_nottype_bits(start_bits, cbit_digit, table_limit, cd);
cd               1281 ext/pcre/pcrelib/pcre_study.c         set_type_bits(start_bits, cbit_digit, table_limit, cd);
cd               1289 ext/pcre/pcrelib/pcre_study.c         set_nottype_bits(start_bits, cbit_space, table_limit, cd);
cd               1293 ext/pcre/pcrelib/pcre_study.c         set_type_bits(start_bits, cbit_space, table_limit, cd);
cd               1297 ext/pcre/pcrelib/pcre_study.c         set_nottype_bits(start_bits, cbit_word, table_limit, cd);
cd               1301 ext/pcre/pcrelib/pcre_study.c         set_type_bits(start_bits, cbit_word, table_limit, cd);
cd               1200 ext/standard/filters.c 	php_conv *cd;
cd               1433 ext/standard/filters.c 	if ((inst->cd = php_conv_open(conv_mode, conv_opts, persistent)) == NULL) {
cd               1440 ext/standard/filters.c 	if (inst->cd != NULL) {
cd               1441 ext/standard/filters.c 		php_conv_dtor(inst->cd);
cd               1442 ext/standard/filters.c 		pefree(inst->cd, persistent);
cd               1452 ext/standard/filters.c 	if (inst->cd != NULL) {
cd               1453 ext/standard/filters.c 		php_conv_dtor(inst->cd);
cd               1454 ext/standard/filters.c 		pefree(inst->cd, inst->persistent);
cd               1499 ext/standard/filters.c 			err = php_conv_convert(inst->cd, &pt, &tcnt, &pd, &ocnt);
cd               1577 ext/standard/filters.c 		err = ((ps == NULL ? php_conv_convert(inst->cd, NULL, NULL, &pd, &ocnt):
cd               1578 ext/standard/filters.c 				php_conv_convert(inst->cd, &ps, &icnt, &pd, &ocnt)));
cd                 49 ext/zip/lib/zip_dirent.c _zip_cdir_free(zip_cdir_t *cd)
cd                 53 ext/zip/lib/zip_dirent.c     if (!cd)
cd                 56 ext/zip/lib/zip_dirent.c     for (i=0; i<cd->nentry; i++)
cd                 57 ext/zip/lib/zip_dirent.c 	_zip_entry_finalize(cd->entry+i);
cd                 58 ext/zip/lib/zip_dirent.c     free(cd->entry);
cd                 59 ext/zip/lib/zip_dirent.c     _zip_string_free(cd->comment);
cd                 60 ext/zip/lib/zip_dirent.c     free(cd);
cd                 67 ext/zip/lib/zip_dirent.c     zip_cdir_t *cd;
cd                 70 ext/zip/lib/zip_dirent.c     if ((cd=(zip_cdir_t *)malloc(sizeof(*cd))) == NULL) {
cd                 76 ext/zip/lib/zip_dirent.c 	cd->entry = NULL;
cd                 77 ext/zip/lib/zip_dirent.c     else if ((nentry > SIZE_MAX/sizeof(*(cd->entry))) || (cd->entry=(zip_entry_t *)malloc(sizeof(*(cd->entry))*(size_t)nentry)) == NULL) {
cd                 79 ext/zip/lib/zip_dirent.c 	free(cd);
cd                 84 ext/zip/lib/zip_dirent.c 	_zip_entry_init(cd->entry+i);
cd                 86 ext/zip/lib/zip_dirent.c     cd->nentry = cd->nentry_alloc = nentry;
cd                 87 ext/zip/lib/zip_dirent.c     cd->size = cd->offset = 0;
cd                 88 ext/zip/lib/zip_dirent.c     cd->comment = NULL;
cd                 90 ext/zip/lib/zip_dirent.c     return cd;
cd                278 ext/zip/lib/zip_open.c     zip_cdir_t *cd;
cd                298 ext/zip/lib/zip_open.c         cd = _zip_read_eocd64(za->src, buffer, buf_offset, za->flags, error);
cd                302 ext/zip/lib/zip_open.c         cd = _zip_read_eocd(buffer, buf_offset, za->flags, error);
cd                305 ext/zip/lib/zip_open.c     if (cd == NULL)
cd                311 ext/zip/lib/zip_open.c     if (cd->offset + cd->size > buf_offset + eocd_offset) {
cd                314 ext/zip/lib/zip_open.c 	_zip_cdir_free(cd);
cd                326 ext/zip/lib/zip_open.c             _zip_cdir_free(cd);
cd                331 ext/zip/lib/zip_open.c             if ((cd->comment=_zip_string_new(_zip_buffer_get(buffer, comment_len), comment_len, ZIP_FL_ENC_GUESS, error)) == NULL) {
cd                332 ext/zip/lib/zip_open.c                 _zip_cdir_free(cd);
cd                338 ext/zip/lib/zip_open.c     if (cd->offset >= buf_offset) {
cd                341 ext/zip/lib/zip_open.c         _zip_buffer_set_offset(buffer, cd->offset - buf_offset);
cd                343 ext/zip/lib/zip_open.c         if ((data = _zip_buffer_get(buffer, cd->size)) == NULL) {
cd                345 ext/zip/lib/zip_open.c             _zip_cdir_free(cd);
cd                348 ext/zip/lib/zip_open.c         if ((cd_buffer = _zip_buffer_new(data, cd->size)) == NULL) {
cd                350 ext/zip/lib/zip_open.c             _zip_cdir_free(cd);
cd                357 ext/zip/lib/zip_open.c         if (zip_source_seek(za->src, (zip_int64_t)cd->offset, SEEK_SET) < 0) {
cd                359 ext/zip/lib/zip_open.c             _zip_cdir_free(cd);
cd                364 ext/zip/lib/zip_open.c 	if (zip_source_tell(za->src) != (zip_int64_t)cd->offset) {
cd                366 ext/zip/lib/zip_open.c 	    _zip_cdir_free(cd);
cd                371 ext/zip/lib/zip_open.c     left = (zip_uint64_t)cd->size;
cd                373 ext/zip/lib/zip_open.c     while (i<cd->nentry && left > 0) {
cd                375 ext/zip/lib/zip_open.c 	if ((cd->entry[i].orig=_zip_dirent_new()) == NULL || (entry_size = _zip_dirent_read(cd->entry[i].orig, za->src, cd_buffer, false, error)) < 0) {
cd                376 ext/zip/lib/zip_open.c 	    _zip_cdir_free(cd);
cd                384 ext/zip/lib/zip_open.c     if (i != cd->nentry) {
cd                387 ext/zip/lib/zip_open.c         _zip_cdir_free(cd);
cd                403 ext/zip/lib/zip_open.c                 _zip_cdir_free(cd);
cd                406 ext/zip/lib/zip_open.c             ok = ((zip_uint64_t)offset == cd->offset + cd->size);
cd                412 ext/zip/lib/zip_open.c             _zip_cdir_free(cd);
cd                418 ext/zip/lib/zip_open.c     return cd;
cd                429 ext/zip/lib/zip_open.c _zip_checkcons(zip_t *za, zip_cdir_t *cd, zip_error_t *error)
cd                436 ext/zip/lib/zip_open.c     if (cd->nentry) {
cd                437 ext/zip/lib/zip_open.c 	max = cd->entry[0].orig->offset;
cd                438 ext/zip/lib/zip_open.c 	min = cd->entry[0].orig->offset;
cd                443 ext/zip/lib/zip_open.c     for (i=0; i<cd->nentry; i++) {
cd                444 ext/zip/lib/zip_open.c 	if (cd->entry[i].orig->offset < min)
cd                445 ext/zip/lib/zip_open.c 	    min = cd->entry[i].orig->offset;
cd                446 ext/zip/lib/zip_open.c 	if (min > (zip_uint64_t)cd->offset) {
cd                451 ext/zip/lib/zip_open.c 	j = cd->entry[i].orig->offset + cd->entry[i].orig->comp_size
cd                452 ext/zip/lib/zip_open.c 	    + _zip_string_length(cd->entry[i].orig->filename) + LENTRYSIZE;
cd                455 ext/zip/lib/zip_open.c 	if (max > (zip_uint64_t)cd->offset) {
cd                460 ext/zip/lib/zip_open.c         if (zip_source_seek(za->src, (zip_int64_t)cd->entry[i].orig->offset, SEEK_SET) < 0) {
cd                470 ext/zip/lib/zip_open.c 	if (_zip_headercomp(cd->entry[i].orig, &temp) != 0) {
cd                476 ext/zip/lib/zip_open.c 	cd->entry[i].orig->extra_fields = _zip_ef_merge(cd->entry[i].orig->extra_fields, temp.extra_fields);
cd                477 ext/zip/lib/zip_open.c 	cd->entry[i].orig->local_extra_fields_read = 1;
cd                669 ext/zip/lib/zip_open.c     zip_cdir_t *cd;
cd                715 ext/zip/lib/zip_open.c     if ((cd=_zip_cdir_new(nentry, error)) == NULL)
cd                718 ext/zip/lib/zip_open.c     cd->size = size;
cd                719 ext/zip/lib/zip_open.c     cd->offset = offset;
cd                721 ext/zip/lib/zip_open.c     return cd;
cd                728 ext/zip/lib/zip_open.c     zip_cdir_t *cd;
cd                845 ext/zip/lib/zip_open.c     if ((cd=_zip_cdir_new(nentry, error)) == NULL)
cd                849 ext/zip/lib/zip_open.c     cd->size = size;
cd                850 ext/zip/lib/zip_open.c     cd->offset = offset;
cd                852 ext/zip/lib/zip_open.c     return cd;
cd                795 main/rfc1867.c 		char *cd = NULL, *param = NULL, *filename = NULL, *tmp = NULL;
cd                805 main/rfc1867.c 		if ((cd = php_mime_get_hdr_value(header, "Content-Disposition"))) {
cd                809 main/rfc1867.c 			while (isspace(*cd)) {
cd                810 main/rfc1867.c 				++cd;
cd                813 main/rfc1867.c 			while (*cd && (pair = getword(mbuff->input_encoding, &cd, ';')))
cd                817 main/rfc1867.c 				while (isspace(*cd)) {
cd                818 main/rfc1867.c 					++cd;
cd               1174 main/rfc1867.c 			if (cancel_upload || !(cd = php_mime_get_hdr_value(header, "Content-Type"))) {
cd               1175 main/rfc1867.c 				cd = "";
cd               1178 main/rfc1867.c 				s = strchr(cd, ';');
cd               1191 main/rfc1867.c 				safe_php_register_variable(lbuf, cd, strlen(cd), NULL, 0);
cd               1200 main/rfc1867.c 			register_http_post_files_variable(lbuf, cd, &PG(http_globals)[TRACK_VARS_FILES], 0);