Searched refs:memcpy_len (Results 1 – 1 of 1) sorted by relevance
430 zend_long memcpy_len; in php_remove_shm_data() local437 memcpy_len = ptr->end-shm_varpos - chunk_ptr->next; in php_remove_shm_data()440 if (memcpy_len > 0) { in php_remove_shm_data()441 memmove(chunk_ptr, next_chunk_ptr, memcpy_len); in php_remove_shm_data()
Completed in 6 milliseconds