Home
last modified time | relevance | path

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

/imagick/
H A Dphp_imagick_helpers.h53 void php_imagick_restore_locale (const char *old_locale);
H A Dimagickdraw_class.c2415 char *old_locale; local
2423 old_locale = php_imagick_set_locale (TSRMLS_C);
2427 php_imagick_restore_locale (old_locale);
2429 if (old_locale)
2430 efree (old_locale);
H A Dimagick_helpers.c889 void php_imagick_restore_locale (const char *old_locale) in php_imagick_restore_locale() argument
891 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()
H A Dimagick_class.c555 char *old_locale; in PHP_METHOD() local
656 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; local
10111 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