Searched refs:bbuf (Results 1 – 2 of 2) sorted by relevance
103 bbuf_free(BBuf* bbuf) in bbuf_free() argument105 if (IS_NOT_NULL(bbuf)) { in bbuf_free()106 if (IS_NOT_NULL(bbuf->p)) xfree(bbuf->p); in bbuf_free()107 xfree(bbuf); in bbuf_free()1185 BBuf* bbuf; in node_new_cclass_by_codepoint_range() local1190 bbuf = (BBuf* )xmalloc(sizeof(BBuf)); in node_new_cclass_by_codepoint_range()1191 CHECK_NULL_RETURN(bbuf); in node_new_cclass_by_codepoint_range()1192 bbuf->alloc = n + 1; in node_new_cclass_by_codepoint_range()1193 bbuf->used = n + 1; in node_new_cclass_by_codepoint_range()1194 bbuf->p = (UChar* )((void* )ranges); in node_new_cclass_by_codepoint_range()[all …]
6183 BBuf* bbuf = NCCLASS(node)->mbuf; in print_indent_tree() local6184 for (i = 0; i < bbuf->used; i++) { in print_indent_tree()6186 fprintf(f, "%0x", bbuf->p[i]); in print_indent_tree()