Lines Matching defs:is_binary

1241    and write whether each wchar_t is binary data to is_binary.
1243 We assume offset_buffer and is_binary is already allocated
1248 char *is_binary);
1251 int *offset_buffer, char *is_binary)
1290 is_binary[wc_count] = TRUE;
1293 is_binary[wc_count] = FALSE;
2288 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value)
2311 char *is_binary = NULL;
2365 is_binary = TALLOC(csize + 1, char);
2366 if (pattern == NULL || mbs_offset == NULL || is_binary == NULL)
2370 free(is_binary);
2374 size = convert_mbs_to_wcs(pattern, cpattern, csize, mbs_offset, is_binary);
2380 free(is_binary);
2404 free(is_binary);
4114 || is_exactn_bin != is_binary[p - 1 - pattern]
4139 is_exactn_bin = is_binary[p - 1 - pattern];
4173 free (is_binary);
5041 char *is_binary = NULL;
5095 is_binary = TALLOC (size1 + 1, char);
5101 is_binary = REGEX_TALLOC (size1 + 1, char);
5103 if (!wcs_string1 || !mbs_offset1 || !is_binary)
5109 free (is_binary);
5115 FREE_VAR (is_binary);
5120 mbs_offset1, is_binary);
5123 free (is_binary);
5125 FREE_VAR (is_binary);
5133 is_binary = TALLOC (size2 + 1, char);
5139 is_binary = REGEX_TALLOC (size2 + 1, char);
5141 if (!wcs_string2 || !mbs_offset2 || !is_binary)
5145 free (is_binary);
5147 FREE_VAR (is_binary);
5151 mbs_offset2, is_binary);
5154 free (is_binary);
5156 FREE_VAR (is_binary);
5572 char *is_binary = NULL;
5762 is_binary = REGEX_TALLOC (csize1 + 1, char);
5763 if (!string1 || !mbs_offset1 || !is_binary)
5767 FREE_VAR (is_binary);
5775 is_binary = REGEX_TALLOC (csize2 + 1, char);
5776 if (!string2 || !mbs_offset2 || !is_binary)
5782 FREE_VAR (is_binary);
5786 mbs_offset2, is_binary);
5788 FREE_VAR (is_binary);