Home
last modified time | relevance | path

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

/PHP-7.2/ext/spl/
H A Dspl_directory.c116 if (intern->_path) { in spl_filesystem_object_free_storage()
117 efree(intern->_path); in spl_filesystem_object_free_storage()
199 return intern->_path; in spl_filesystem_object_get_path()
366 intern->_path = estrndup(source->_path, source->_path_len); in spl_filesystem_object_clone()
371 spl_filesystem_dir_open(intern, source->_path); in spl_filesystem_object_clone()
428 if (intern->_path) { in spl_filesystem_info_set_filename()
429 efree(intern->_path); in spl_filesystem_info_set_filename()
518 intern->_path = estrndup(intern->_path, intern->_path_len); in spl_filesystem_object_create_type()
544 intern->_path = estrndup(intern->_path, intern->_path_len); in spl_filesystem_object_create_type()
733 if (intern->_path) { in spl_filesystem_object_construct()
[all …]
H A Dspl_directory.h65 char *_path; member

Completed in 13 milliseconds