Home
last modified time | relevance | path

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

/PHP-5.4/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()
351 intern->_path = estrndup(source->_path, source->_path_len); in spl_filesystem_object_clone()
414 if (intern->_path) { in spl_filesystem_info_set_filename()
415 efree(intern->_path); in spl_filesystem_info_set_filename()
417 intern->_path = estrndup(path, intern->_path_len); in spl_filesystem_info_set_filename()
504 intern->_path = estrndup(intern->_path, intern->_path_len); in spl_filesystem_object_create_type()
529 intern->_path = estrndup(intern->_path, intern->_path_len); in spl_filesystem_object_create_type()
713 if (intern->_path) { in spl_filesystem_object_construct()
[all …]

Completed in 12 milliseconds