Home
last modified time | relevance | path

Searched refs:xmalloc (Results 1 – 11 of 11) sorted by relevance

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregext.c102 *conv = (UChar* )xmalloc(len * 2); in conv_encoding()
110 *conv = (UChar* )xmalloc(len); in conv_encoding()
119 *conv = (UChar* )xmalloc(len * 2); in conv_encoding()
131 *conv = (UChar* )xmalloc(len * 4); in conv_encoding()
139 *conv = (UChar* )xmalloc(len); in conv_encoding()
148 *conv = (UChar* )xmalloc(len * 4); in conv_encoding()
181 *reg = (regex_t* )xmalloc(sizeof(regex_t)); in onig_new_deluxe()
H A Dreggnu.c128 *reg = (regex_t* )xmalloc(sizeof(regex_t)); in re_alloc_pattern()
H A Dregposix.c183 pm = (regmatch_t* )xmalloc(sizeof(regmatch_t) in regexec()
H A Dregparse.c115 *rto = to = (BBuf* )xmalloc(sizeof(BBuf)); in bbuf_clone()
238 r = (UChar* )xmalloc(slen + term_len); in strdup_with_null()
277 r = (UChar* )xmalloc(capa + 1); in strcat_capa()
291 r = (UChar* )xmalloc(capa + 1); in strcat_capa_from_static()
727 e = (NameEntry* )xmalloc(sizeof(NameEntry)); in name_add()
746 t = (NameTable* )xmalloc(sizeof(NameTable)); in name_add()
956 p = (Node** )xmalloc(sizeof(Node*) * alloc); in scan_env_add_mem_entry()
1112 node = (Node* )xmalloc(sizeof(Node)); in node_new()
1176 bbuf = (BBuf* )xmalloc(sizeof(BBuf)); in node_new_cclass_by_codepoint_range()
1310 int* p = (int* )xmalloc(sizeof(int) * back_num); in node_new_backref()
[all …]
H A Dregexec.c85 node = (OnigCaptureTreeNode* )xmalloc(sizeof(OnigCaptureTreeNode)); in history_node_new()
108 (OnigCaptureTreeNode** )xmalloc(sizeof(OnigCaptureTreeNode*) * n); in history_tree_add_child()
180 region->beg = (int* )xmalloc(n * sizeof(int)); in onig_region_resize()
181 region->end = (int* )xmalloc(n * sizeof(int)); in onig_region_resize()
242 r = (OnigRegion* )xmalloc(sizeof(OnigRegion)); in onig_region_new()
273 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
274 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
356 (msa).state_check_buff = (void* )xmalloc(size);\
440 x = (OnigStackType* )xmalloc(sizeof(OnigStackType) * n * 2); in stack_double()
2976 *skip = (int* )xmalloc(sizeof(int) * ONIG_CHAR_TABLE_SIZE); in set_bm_backward_skip()
H A Dst.c54 #define alloc(type) (type*)xmalloc((unsigned)sizeof(type))
H A Dregenc.c849 list = (const OnigCodePoint** )xmalloc(size); in resize_property_list()
H A Dregcomp.c58 UChar* r = (UChar* )xmalloc(len + 1); in str_dup()
146 buf->p = (UChar* )xmalloc(size); in onig_bbuf_init()
163 p = (UnsetAddr* )xmalloc(sizeof(UnsetAddr)* size); in unset_addr_list_init()
657 p = (OnigRepeatRange* )xmalloc(sizeof(OnigRepeatRange) * REPEAT_RANGE_ALLOC); in entry_repeat_range()
3199 sbuf = (UChar* )xmalloc(sbuf_size); in update_string_node_case_fold()
3917 *int_skip = (int* )xmalloc(sizeof(int) * ONIG_CHAR_TABLE_SIZE); in set_bm_skip()
4890 reg->exact = (UChar* )xmalloc(e->len); in set_optimize_exact_info()
5540 *reg = (regex_t* )xmalloc(sizeof(regex_t)); in onig_new()
H A Dregint.h104 #define xmalloc malloc macro
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp27 #define xmalloc(s) HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, (s)) macro
799 lpszRespBuf = (char *)xmalloc(*lpdwSize);//+ 80);//accommodate our header in ServerSupportFunction()
837 lpszRespBuf = (char *)xmalloc(*lpdwSize +80) ; in ServerSupportFunction()
862 char *szDate= (char *)xmalloc(64); in MakeDateStr()
930 var = (char *)xmalloc(dwLen); in GetEnv()
/PHP-5.5/
H A Dltmain.sh5041 void * xmalloc (size_t num);

Completed in 112 milliseconds