Searched refs:eof_cb (Results 1 - 13 of 13) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dedit.h13 void (*eof_cb)(void *ctx),
H A Dedit_simple.c58 void (*eof_cb)(void *ctx),
64 edit_eof_cb = eof_cb;
H A Dedit_readline.c113 void (*eof_cb)(void *ctx),
119 edit_eof_cb = eof_cb;
H A Dedit.c1113 void (*eof_cb)(void *ctx),
1125 edit_eof_cb = eof_cb;
/external/wpa_supplicant_8/src/utils/
H A Dedit.h13 void (*eof_cb)(void *ctx),
H A Dedit_simple.c58 void (*eof_cb)(void *ctx),
64 edit_eof_cb = eof_cb;
H A Dedit_readline.c113 void (*eof_cb)(void *ctx),
119 edit_eof_cb = eof_cb;
H A Dedit.c1113 void (*eof_cb)(void *ctx),
1125 edit_eof_cb = eof_cb;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dedit.h13 void (*eof_cb)(void *ctx),
H A Dedit_simple.c58 void (*eof_cb)(void *ctx),
64 edit_eof_cb = eof_cb;
H A Dedit_readline.c113 void (*eof_cb)(void *ctx),
119 edit_eof_cb = eof_cb;
H A Dedit.c1113 void (*eof_cb)(void *ctx),
1125 edit_eof_cb = eof_cb;
/external/flac/libFLAC/
H A Dmetadata_iterators.c133 static FLAC__bool copy_remaining_bytes_from_file_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOCallback_Eof eof_cb, FLAC__IOHandle temp_handle, FLAC__IOCallback_Write temp_write_cb, FLAC__Metadata_SimpleIteratorStatus *status);
1458 static FLAC__bool chain_rewrite_file_cb_(FLAC__Metadata_Chain *chain, FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOCallback_Seek seek_cb, FLAC__IOCallback_Eof eof_cb, FLAC__IOHandle temp_handle, FLAC__IOCallback_Write temp_write_cb) argument
1491 if(!copy_remaining_bytes_from_file_cb_(handle, read_cb, eof_cb, temp_handle, temp_write_cb, &status)) {
3196 FLAC__bool copy_remaining_bytes_from_file_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOCallback_Eof eof_cb, FLAC__IOHandle temp_handle, FLAC__IOCallback_Write temp_write_cb, FLAC__Metadata_SimpleIteratorStatus *status) argument
3201 while(!eof_cb(handle)) {
3203 if(n == 0 && !eof_cb(handle)) {

Completed in 86 milliseconds