Home
last modified time | relevance | path

Searched refs:_path (Results 1 – 2 of 2) sorted by relevance

/PHP-5.6/ext/spl/
H A Dspl_directory.h66 char *_path; member
H A Dspl_directory.c85 if (intern->_path) { in spl_filesystem_object_free_storage()
86 efree(intern->_path); in spl_filesystem_object_free_storage()
198 return intern->_path; in spl_filesystem_object_get_path()
354 intern->_path = estrndup(source->_path, source->_path_len); in spl_filesystem_object_clone()
417 if (intern->_path) { in spl_filesystem_info_set_filename()
418 efree(intern->_path); in spl_filesystem_info_set_filename()
420 intern->_path = estrndup(path, intern->_path_len); in spl_filesystem_info_set_filename()
507 intern->_path = estrndup(intern->_path, intern->_path_len); in spl_filesystem_object_create_type()
532 intern->_path = estrndup(intern->_path, intern->_path_len); in spl_filesystem_object_create_type()
716 if (intern->_path) { in spl_filesystem_object_construct()
[all …]

Completed in 17 milliseconds