Home | History | Annotate | Download | only in Modules

Lines Matching refs:in_ptr

874 FILE_TIME_to_time_t_nsec(FILETIME *in_ptr, time_t *time_out, int* nsec_out)

877 /* Cannot simply cast and dereference in_ptr,
880 memcpy(&in, in_ptr, sizeof(in));