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.c3895 ImageInfo->encode_unicode = safe_estrdup(EXIF_G(encode_unicode));
3896 ImageInfo->decode_unicode_be = safe_estrdup(EXIF_G(decode_unicode_be));
3897 ImageInfo->decode_unicode_le = safe_estrdup(EXIF_G(decode_unicode_le));
3898 ImageInfo->encode_jis = safe_estrdup(EXIF_G(encode_jis));
3899 ImageInfo->decode_jis_be = safe_estrdup(EXIF_G(decode_jis_be));
3900 ImageInfo->decode_jis_le = safe_estrdup(EXIF_G(decode_jis_le));
/PHP_5_4/ext/pgsql/
H A Dpgsql.c3775 pg_null_as = safe_estrdup("\\\\N");
3905 pg_null_as = safe_estrdup("\\\\N");
/PHP_5_4/ext/session/
H A Dsession.c1554 RETVAL_STRING(safe_estrdup(PS(mod)->s_name), 0);

Completed in 24 milliseconds