Lines Matching refs:is_binary
1181 char *is_binary);
1183 convert_mbs_to_wcs (dest, src, len, offset_buffer, is_binary) in convert_mbs_to_wcs() argument
1198 char *is_binary;
1209 is_binary[wc_count] = FALSE;
1237 is_binary[wc_count] = TRUE;
1240 is_binary[wc_count] = FALSE;
2260 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value)
2291 char *is_binary = NULL; local
2346 is_binary = TALLOC(csize + 1, char);
2347 if (pattern == NULL || mbs_offset == NULL || is_binary == NULL)
2351 if (is_binary) free(is_binary);
2354 size = convert_mbs_to_wcs(pattern, cpattern, csize, mbs_offset, is_binary);
2360 if (is_binary) free(is_binary);
2384 if (is_binary) free(is_binary);
4093 || is_exactn_bin != is_binary[p - 1 - pattern]
4118 is_exactn_bin = is_binary[p - 1 - pattern];
4152 free (is_binary);
5357 char *is_binary = NULL; local
5538 is_binary = REGEX_TALLOC (csize1 + 1, char);
5539 if (!string1 || !mbs_offset1 || !is_binary)
5543 FREE_VAR (is_binary);
5547 mbs_offset1, is_binary);
5549 FREE_VAR (is_binary);
5555 is_binary = REGEX_TALLOC (csize2 + 1, char);
5556 if (!string2 || !mbs_offset2 || !is_binary)
5562 FREE_VAR (is_binary);
5566 mbs_offset2, is_binary);
5568 FREE_VAR (is_binary);