Searched refs:ns_fh_v3 (Results 1 – 2 of 2) sorted by relevance
399 if (name == NULL && session->ns_fh_v3.fh_file_index == 0) in ndmpd_api_file_history_file_v3()408 session->ns_fh_v3.fh_file_index == N_FILE_ENTRIES || in ndmpd_api_file_history_file_v3()409 session->ns_fh_v3.fh_file_name_buf_index + strlen(name) + 1 > in ndmpd_api_file_history_file_v3()413 session->ns_fh_v3.fh_file_index); in ndmpd_api_file_history_file_v3()415 request.files.files_len = session->ns_fh_v3.fh_file_index; in ndmpd_api_file_history_file_v3()416 request.files.files_val = session->ns_fh_v3.fh_files; in ndmpd_api_file_history_file_v3()425 session->ns_fh_v3.fh_file_index = 0; in ndmpd_api_file_history_file_v3()426 session->ns_fh_v3.fh_file_name_buf_index = 0; in ndmpd_api_file_history_file_v3()432 if (session->ns_fh_v3.fh_files == 0) { in ndmpd_api_file_history_file_v3()433 session->ns_fh_v3.fh_files = ndmp_malloc(sizeof (ndmp_file_v3) * in ndmpd_api_file_history_file_v3()[all …]
510 ndmpd_session_file_history_v3_t ns_fh_v3; member