Home
last modified time | relevance | path

Searched defs:ngx_memcpy (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_string.h106 #define ngx_memcpy(dst, src, n) (void) memcpy(dst, src, n) macro
H A Dngx_string.c2027 ngx_memcpy(void *dst, const void *src, size_t n) in ngx_memcpy() function