Searched refs:lzo_fwrite (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/usr/local/include/lzo/
H A Dlzoutil.h66 #define lzo_fwrite(f,b,s) (fwrite(b,1,s,f)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/include/lzo/
H A Dlzoutil.h66 #define lzo_fwrite(f,b,s) (fwrite(b,1,s,f)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/examples/
H A Dportab_a.h99 #undef lzo_fwrite macro
119 # define lzo_fwrite(f,b,s) acc_hfwrite(f,b,s) macro
121 # define lzo_fwrite(f,b,s) __ACCLIB_FUNCNAME(acc_hfwrite)(f,b,s) macro
H A Dportab.h99 # define lzo_fwrite(f,b,s) (fwrite(b,1,s,f)) macro
H A Dprecomp.c300 if (lzo_fwrite(fp, out, out_len) != out_len || fclose(fp) != 0)
H A Dprecomp2.c352 if (lzo_fwrite(fp, out, out_len) != out_len || fclose(fp) != 0)
H A Dlzopack.c100 if (fp != NULL && lzo_fwrite(fp, buf, len) != len)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/lzotest/
H A Dlzotest.c1129 lzo_uint l = (lzo_uint) lzo_fwrite(fp_dump, block_c.ptr, c_len);

Completed in 116 milliseconds