Home
last modified time | relevance | path

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

/PHP-5.3/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()
199 return intern->_path; in spl_filesystem_object_get_path()
253 intern->_path = estrndup(path, intern->_path_len); in spl_filesystem_dir_open()
352 intern->_path = estrndup(source->_path, source->_path_len); in spl_filesystem_object_clone()
415 if (intern->_path) { in spl_filesystem_info_set_filename()
416 efree(intern->_path); in spl_filesystem_info_set_filename()
418 intern->_path = estrndup(path, intern->_path_len); in spl_filesystem_info_set_filename()
505 intern->_path = estrndup(intern->_path, intern->_path_len); in spl_filesystem_object_create_type()
530 intern->_path = estrndup(intern->_path, intern->_path_len); in spl_filesystem_object_create_type()
[all …]

Completed in 12 milliseconds