Searched refs:fx_file_write_notify (Results 1 – 4 of 4) sorted by relevance
77 file_ptr -> fx_file_write_notify = file_write_notify; in _fx_file_write_notify_set()
123 file_ptr -> fx_file_write_notify = FX_NULL; in _fx_file_open()
1423 if (file_ptr -> fx_file_write_notify) in _fx_file_write()1425 file_ptr -> fx_file_write_notify(file_ptr); in _fx_file_write()
1161 VOID (*fx_file_write_notify)(struct FX_FILE_STRUCT *); member