Home
last modified time | relevance | path

Searched refs:eof_cb (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dedit_simple.c65 void (*eof_cb)(void *ctx), in edit_init()
71 edit_eof_cb = eof_cb; in edit_init()
Dedit_readline.c113 void (*eof_cb)(void *ctx), in edit_init()
119 edit_eof_cb = eof_cb; in edit_init()
Dedit.h13 void (*eof_cb)(void *ctx),
Dedit.c1114 void (*eof_cb)(void *ctx), in edit_init()
1126 edit_eof_cb = eof_cb; in edit_init()
/external/flac/libFLAC/
Dmetadata_iterators.c116 …AC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOCallback_Eof eof_cb, FLAC__IOHandle te…
1465 …llback_Read read_cb, FLAC__IOCallback_Seek seek_cb, FLAC__IOCallback_Eof eof_cb, FLAC__IOHandle te… in chain_rewrite_file_cb_() argument
1498 …if(!copy_remaining_bytes_from_file_cb_(handle, read_cb, eof_cb, temp_handle, temp_write_cb, &statu… in chain_rewrite_file_cb_()
3286 …AC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOCallback_Eof eof_cb, FLAC__IOHandle te… in copy_remaining_bytes_from_file_cb_() argument
3291 while(!eof_cb(handle)) { in copy_remaining_bytes_from_file_cb_()
3293 if(n == 0 && !eof_cb(handle)) { in copy_remaining_bytes_from_file_cb_()