Home
last modified time | relevance | path

Searched refs:pcre_memmove (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h392 pcre_memmove(void *d, const void *s, size_t n) in pcre_memmove() function
410 #define memmove(a, b, c) pcre_memmove(a, b, c)
H A DChangeLog3929 8. The pcre_memmove() function, which is used only if the environment does not

Completed in 31 milliseconds