Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_alloc.h139 #define safe_estrdup(ptr) ((ptr)?(estrdup(ptr)):STR_EMPTY_ALLOC()) macro
/PHP-5.4/ext/exif/
H A Dexif.c3902 ImageInfo->encode_unicode = safe_estrdup(EXIF_G(encode_unicode)); in exif_read_file()
3903 ImageInfo->decode_unicode_be = safe_estrdup(EXIF_G(decode_unicode_be)); in exif_read_file()
3904 ImageInfo->decode_unicode_le = safe_estrdup(EXIF_G(decode_unicode_le)); in exif_read_file()
3905 ImageInfo->encode_jis = safe_estrdup(EXIF_G(encode_jis)); in exif_read_file()
3906 ImageInfo->decode_jis_be = safe_estrdup(EXIF_G(decode_jis_be)); in exif_read_file()
3907 ImageInfo->decode_jis_le = safe_estrdup(EXIF_G(decode_jis_le)); in exif_read_file()
/PHP-5.4/ext/session/
H A Dsession.c1635 RETVAL_STRING(safe_estrdup(PS(mod)->s_name), 0);
/PHP-5.4/ext/pgsql/
H A Dpgsql.c3901 pg_null_as = safe_estrdup("\\\\N");
4031 pg_null_as = safe_estrdup("\\\\N");

Completed in 63 milliseconds