Lines Matching defs:is_binary
1246 and write whether each wchar_t is binary data to is_binary.
1248 We assume offset_buffer and is_binary is already allocated
1253 char *is_binary);
1256 int *offset_buffer, char *is_binary)
1295 is_binary[wc_count] = TRUE;
1298 is_binary[wc_count] = FALSE;
2293 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value)
2316 char *is_binary = NULL;
2370 is_binary = TALLOC(csize + 1, char);
2371 if (pattern == NULL || mbs_offset == NULL || is_binary == NULL)
2375 free(is_binary);
2379 size = convert_mbs_to_wcs(pattern, cpattern, csize, mbs_offset, is_binary);
2385 free(is_binary);
2409 free(is_binary);
4120 || is_exactn_bin != is_binary[p - 1 - pattern]
4145 is_exactn_bin = is_binary[p - 1 - pattern];
4179 free (is_binary);
5047 char *is_binary = NULL;
5101 is_binary = TALLOC (size1 + 1, char);
5107 is_binary = REGEX_TALLOC (size1 + 1, char);
5109 if (!wcs_string1 || !mbs_offset1 || !is_binary)
5115 free (is_binary);
5121 FREE_VAR (is_binary);
5126 mbs_offset1, is_binary);
5129 free (is_binary);
5131 FREE_VAR (is_binary);
5139 is_binary = TALLOC (size2 + 1, char);
5145 is_binary = REGEX_TALLOC (size2 + 1, char);
5147 if (!wcs_string2 || !mbs_offset2 || !is_binary)
5151 free (is_binary);
5153 FREE_VAR (is_binary);
5157 mbs_offset2, is_binary);
5160 free (is_binary);
5162 FREE_VAR (is_binary);
5578 char *is_binary = NULL;
5768 is_binary = REGEX_TALLOC (csize1 + 1, char);
5769 if (!string1 || !mbs_offset1 || !is_binary)
5773 FREE_VAR (is_binary);
5781 is_binary = REGEX_TALLOC (csize2 + 1, char);
5782 if (!string2 || !mbs_offset2 || !is_binary)
5788 FREE_VAR (is_binary);
5792 mbs_offset2, is_binary);
5794 FREE_VAR (is_binary);