Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_directory.c117 if (intern->_path) { in spl_filesystem_object_free_storage()
118 efree(intern->_path); in spl_filesystem_object_free_storage()
200 return intern->_path; in spl_filesystem_object_get_path()
367 intern->_path = estrndup(source->_path, source->_path_len); in spl_filesystem_object_clone()
372 spl_filesystem_dir_open(intern, source->_path); in spl_filesystem_object_clone()
429 if (intern->_path) { in spl_filesystem_info_set_filename()
430 efree(intern->_path); in spl_filesystem_info_set_filename()
519 intern->_path = estrndup(intern->_path, intern->_path_len); in spl_filesystem_object_create_type()
545 intern->_path = estrndup(intern->_path, intern->_path_len); in spl_filesystem_object_create_type()
732 if (intern->_path) { in spl_filesystem_object_construct()
[all …]
H A Dspl_directory.h63 char *_path; member

Completed in 16 milliseconds