Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_alloc.h139 #define safe_estrdup(ptr) ((ptr)?(estrdup(ptr)):STR_EMPTY_ALLOC()) macro
/PHP-5.5/ext/exif/
H A Dexif.c3938 ImageInfo->encode_unicode = safe_estrdup(EXIF_G(encode_unicode)); in exif_read_file()
3939 ImageInfo->decode_unicode_be = safe_estrdup(EXIF_G(decode_unicode_be)); in exif_read_file()
3940 ImageInfo->decode_unicode_le = safe_estrdup(EXIF_G(decode_unicode_le)); in exif_read_file()
3941 ImageInfo->encode_jis = safe_estrdup(EXIF_G(encode_jis)); in exif_read_file()
3942 ImageInfo->decode_jis_be = safe_estrdup(EXIF_G(decode_jis_be)); in exif_read_file()
3943 ImageInfo->decode_jis_le = safe_estrdup(EXIF_G(decode_jis_le)); in exif_read_file()
/PHP-5.5/ext/session/
H A Dsession.c1735 RETVAL_STRING(safe_estrdup(PS(mod)->s_name), 0);
/PHP-5.5/ext/pgsql/
H A Dpgsql.c3901 pg_null_as = safe_estrdup("\\\\N");
4031 pg_null_as = safe_estrdup("\\\\N");

Completed in 38 milliseconds