Searched refs:old_locale (Results 1 – 4 of 4) sorted by relevance
53 void php_imagick_restore_locale (const char *old_locale);
2415 char *old_locale; local2423 old_locale = php_imagick_set_locale (TSRMLS_C);2427 php_imagick_restore_locale (old_locale);2429 if (old_locale)2430 efree (old_locale);
889 void php_imagick_restore_locale (const char *old_locale) in php_imagick_restore_locale() argument891 if (!old_locale) in php_imagick_restore_locale()894 if (strcmp (old_locale, IMAGICK_LC_NUMERIC_LOCALE) != 0) in php_imagick_restore_locale()895 setlocale (LC_NUMERIC, old_locale); in php_imagick_restore_locale()
555 char *old_locale; in PHP_METHOD() local656 old_locale = php_imagick_set_locale (TSRMLS_C); in PHP_METHOD()660 php_imagick_restore_locale (old_locale); in PHP_METHOD()662 if (old_locale) in PHP_METHOD()663 efree (old_locale); in PHP_METHOD()10098 char *old_locale; local10111 old_locale = php_imagick_set_locale (TSRMLS_C);10115 php_imagick_restore_locale (old_locale);10117 if (old_locale)10118 efree (old_locale);
Completed in 46 milliseconds