Lines Matching refs:NULL
119 return NULL; in ps_files_path_create()
167 data->lastkey = NULL; in ps_files_open()
173 …php_error_docref(NULL, E_WARNING, "The session id is too long or contains illegal characters, vali… in ps_files_open()
178 …php_error_docref(NULL, E_WARNING, "Failed to create session data file path. Too short session ID, … in ps_files_open()
209 php_error_docref(NULL, E_WARNING, "Session data file is not created by your uid"); in ps_files_open()
222 …php_error_docref(NULL, E_WARNING, "fcntl(%d, F_SETFD, FD_CLOEXEC) failed: %s (%d)", data->fd, stre… in ps_files_open()
226 …php_error_docref(NULL, E_WARNING, "open(%s, O_RDWR) failed: %s (%d)", buf, strerror(errno), errno); in ps_files_open()
274 php_error_docref(NULL, E_WARNING, "write failed: %s (%d)", strerror(errno), errno); in ps_files_write()
276 php_error_docref(NULL, E_WARNING, "write wrote less bytes than requested"); in ps_files_write()
296 …php_error_docref(NULL, E_NOTICE, "ps_files_cleanup_dir: opendir(%s) failed: %s (%d)", dirname, str… in ps_files_cleanup_dir()
305 php_error_docref(NULL, E_NOTICE, "ps_files_cleanup_dir: dirname(%s) is too long", dirname); in ps_files_cleanup_dir()
402 dirdepth = (size_t) ZEND_STRTOL(argv[0], NULL, 10); in PS_OPEN_FUNC()
411 filemode = (int)ZEND_STRTOL(argv[1], NULL, 8); in PS_OPEN_FUNC()
454 data->lastkey = NULL; in PS_CLOSE_FUNC()
459 PS_SET_MOD_DATA(NULL); in PS_CLOSE_FUNC()
526 php_error_docref(NULL, E_WARNING, "read failed: %s (%d)", strerror(errno), errno); in PS_READ_FUNC()
528 php_error_docref(NULL, E_WARNING, "read returned less bytes than requested"); in PS_READ_FUNC()
581 ret = VCWD_UTIME(buf, NULL); in PS_UPDATE_TIMESTAMP_FUNC()
678 return NULL; in PS_CREATE_SID_FUNC()
688 sid = NULL; in PS_CREATE_SID_FUNC()
691 return NULL; in PS_CREATE_SID_FUNC()