Home
last modified time | relevance | path

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

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

Completed in 30 milliseconds