Lines Matching defs:cpy
1295 char *cpy;1309 cpy = MHD_pool_allocate (connection->pool, strlen (hdr) + 1, MHD_YES);1310 if (NULL == cpy)1320 memcpy (cpy, hdr, strlen (hdr) + 1);1321 pos = cpy;