Home
last modified time | relevance | path

Searched refs:xmemcpy (Results 1 – 6 of 6) sorted by relevance

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregerror.c220 xmemcpy(buf, s, (size_t )len); in to_ascii()
266 xmemcpy(p, parbuf, len);
269 xmemcpy(p, "...", 3);
289 xmemcpy(s, q, len);
H A Dregint.h123 #define xmemcpy memcpy macro
484 xmemcpy((buf)->p + (pos), (bytes), (n));\
524 xmemcpy((buf)->p + (pos), (bytes), (n));\
685 xmemcpy(&val, (p), sizeof(type));\
H A Dregposix.c200 xmemcpy(pmatch, pm, sizeof(regmatch_t) * nmatch); in regexec()
H A Dregcomp.c58 xmemcpy(r, s, len); in k_strdup()
4129 xmemcpy(map, &clean_info, sizeof(OptMapInfo)); in clear_opt_map_info()
4685 xmemcpy(reg->exact, e->s, e->len); in set_optimize_exact_info()
5001 xmemcpy(to, from, sizeof(regex_t));\
5079 xmemcpy(reg, from, sizeof(onig_t));
5086 xmemcpy(reg->p, from->p, reg->alloc);
5093 xmemcpy(reg->exact, from->exact, reg->exact_end - reg->exact);
5100 xmemcpy(reg->int_map, from->int_map, size);
5107 xmemcpy(reg->int_map_backward, from->int_map_backward, size);
H A Dregparse.c119 xmemcpy(to->p, from->p, from->used); in bbuf_clone()
231 xmemcpy(dest, src, len); in k_strcpy()
247 xmemcpy(r, s, slen); in strdup_with_null()
964 xmemcpy(p, env->mem_nodes_static, in scan_env_add_mem_entry()
4983 xmemcpy(new_key, &key, sizeof(type_cclass_key)); in parse_exp()
H A Dregexec.c500 xmemcpy(x, stk_base, n * sizeof(StackType)); in stack_double()
1486 if (q < end) { xmemcpy(bp, "...\"", 4); bp += 4; } in match_at()
1487 else { xmemcpy(bp, "\"", 1); bp += 1; } in match_at()

Completed in 80 milliseconds