Home
last modified time | relevance | path

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

/PHP-7.0/ext/spl/
H A Dspl_directory.c85 if (intern->_path) { in spl_filesystem_object_free_storage()
86 efree(intern->_path); in spl_filesystem_object_free_storage()
184 return intern->_path; in spl_filesystem_object_get_path()
342 intern->_path = estrndup(source->_path, source->_path_len); in spl_filesystem_object_clone()
347 spl_filesystem_dir_open(intern, source->_path); in spl_filesystem_object_clone()
405 if (intern->_path) { in spl_filesystem_info_set_filename()
406 efree(intern->_path); in spl_filesystem_info_set_filename()
495 intern->_path = estrndup(intern->_path, intern->_path_len); in spl_filesystem_object_create_type()
521 intern->_path = estrndup(intern->_path, intern->_path_len); in spl_filesystem_object_create_type()
709 if (intern->_path) { in spl_filesystem_object_construct()
[all …]
H A Dspl_directory.h65 char *_path; member

Completed in 20 milliseconds