Home
last modified time | relevance | path

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

/php-src/ext/session/tests/
H A Dbug73100.phpt2 Bug #73100 (session_destroy null dereference in ps_files_path_create)
/php-src/ext/session/
H A Dmod_files.c107 static char *ps_files_path_create(char *buf, size_t buflen, ps_files *data, const zend_string *key) in ps_files_path_create() function
173 if (!ps_files_path_create(buf, sizeof(buf), data, key)) { in ps_files_open()
340 if (!key || !ps_files_path_create(buf, sizeof(buf), data, key)) { in ps_files_key_exists()
568 if (!ps_files_path_create(buf, sizeof(buf), data, key)) { in PS_UPDATE_TIMESTAMP_FUNC()
598 if (!ps_files_path_create(buf, sizeof(buf), data, key)) { in PS_DESTROY_FUNC()

Completed in 8 milliseconds