Home
last modified time | relevance | path

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

/sdk/emulator/opengl/tests/event_injector/
Dsockets.c821 int to_copy = MIN((int)sizeof(host_name)-1, port_name - host_and_port); in sock_address_list_create2() local
822 if (to_copy != 0) { in sock_address_list_create2()
823 memcpy(host_name, host_and_port, to_copy); in sock_address_list_create2()
824 host_name[to_copy] = '\0'; in sock_address_list_create2()