Home
last modified time | relevance | path

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

/PHP-7.4/ext/com_dotnet/
H A Dcom_dotnet.c198 const struct php_win32_cp *cp_it; in PHP_FUNCTION() local
250 cp_it = php_win32_cp_get_by_id((DWORD)cp); in PHP_FUNCTION()
251 if (!cp_it) { in PHP_FUNCTION()
255 obj->code_page = (int)cp_it->id; in PHP_FUNCTION()
H A Dcom_com.c54 const struct php_win32_cp *cp_it; in PHP_FUNCTION() local
72 cp_it = php_win32_cp_get_by_id((DWORD)cp); in PHP_FUNCTION()
73 if (!cp_it) { in PHP_FUNCTION()

Completed in 17 milliseconds