Home
last modified time | relevance | path

Searched defs:infile (Results 1 – 25 of 140) sorted by relevance

123456

/third_party/openssl/test/
Dpem_read_depr_test.c29 BIO *infile = NULL; in getfile() local
44 BIO *infile = getfile("dhparams.pem"); in test_read_dh_params() local
65 BIO *infile = getfile("x942params.pem"); in test_read_dh_x942_params() local
88 BIO *infile = getfile("dsaparams.pem"); in test_read_dsa_params() local
109 BIO *infile = getfile("dsaprivatekey.pem"); in test_read_dsa_private() local
130 BIO *infile = getfile("dsapublickey.pem"); in test_read_dsa_public() local
152 BIO *infile = getfile("rsaprivatekey.pem"); in test_read_rsa_private() local
173 BIO *infile = getfile("rsapublickey.pem"); in test_read_rsa_public() local
/third_party/python/Tools/scripts/
Dgenerate_token.py90 def make_h(infile, outfile='Include/token.h'): argument
161 def make_c(infile, outfile='Parser/token.c'): argument
197 def make_rst(infile, outfile='Doc/library/token-list.inc'): argument
243 def make_py(infile, outfile='Lib/token.py'): argument
265 def main(op, infile='Grammar/Tokens', *args): argument
/third_party/libjpeg-turbo/
Drdcolmap.c79 read_gif_map(j_decompress_ptr cinfo, FILE *infile) in read_gif_map()
121 pbm_getc(FILE *infile) in pbm_getc()
138 read_pbm_integer(j_decompress_ptr cinfo, FILE *infile) in read_pbm_integer()
171 read_ppm_map(j_decompress_ptr cinfo, FILE *infile) in read_ppm_map()
231 read_color_map(j_decompress_ptr cinfo, FILE *infile) in read_color_map()
Drdppm.c75 pbm_getc(FILE *infile) in pbm_getc()
92 read_pbm_integer(j_compress_ptr cinfo, FILE *infile, unsigned int maxval) in read_pbm_integer()
139 FILE *infile = source->pub.input_file; in get_text_gray_row() local
167 FILE *infile = source->pub.input_file; in get_text_gray_rgb_row() local
202 FILE *infile = source->pub.input_file; in get_text_gray_cmyk_row() local
241 FILE *infile = source->pub.input_file; in get_text_rgb_row() local
276 FILE *infile = source->pub.input_file; in get_text_rgb_cmyk_row() local
Djdatasrc.c32 FILE *infile; /* source stream */ member
217 jpeg_stdio_src(j_decompress_ptr cinfo, FILE *infile) in jpeg_stdio_src()
/third_party/skia/third_party/externals/libjpeg-turbo/
Drdcolmap.c79 read_gif_map(j_decompress_ptr cinfo, FILE *infile) in read_gif_map()
121 pbm_getc(FILE *infile) in pbm_getc()
138 read_pbm_integer(j_decompress_ptr cinfo, FILE *infile) in read_pbm_integer()
171 read_ppm_map(j_decompress_ptr cinfo, FILE *infile) in read_ppm_map()
231 read_color_map(j_decompress_ptr cinfo, FILE *infile) in read_color_map()
Drdppm.c75 pbm_getc(FILE *infile) in pbm_getc()
92 read_pbm_integer(j_compress_ptr cinfo, FILE *infile, unsigned int maxval) in read_pbm_integer()
139 FILE *infile = source->pub.input_file; in get_text_gray_row() local
167 FILE *infile = source->pub.input_file; in get_text_gray_rgb_row() local
202 FILE *infile = source->pub.input_file; in get_text_gray_cmyk_row() local
241 FILE *infile = source->pub.input_file; in get_text_rgb_row() local
276 FILE *infile = source->pub.input_file; in get_text_rgb_cmyk_row() local
Djdatasrc.c32 FILE *infile; /* source stream */ member
217 jpeg_stdio_src(j_decompress_ptr cinfo, FILE *infile) in jpeg_stdio_src()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Drdcolmap.c80 read_gif_map(j_decompress_ptr cinfo, FILE *infile) in read_gif_map()
122 pbm_getc(FILE *infile) in pbm_getc()
139 read_pbm_integer(j_decompress_ptr cinfo, FILE *infile) in read_pbm_integer()
172 read_ppm_map(j_decompress_ptr cinfo, FILE *infile) in read_ppm_map()
232 read_color_map(j_decompress_ptr cinfo, FILE *infile) in read_color_map()
Djdatasrc.c32 FILE *infile; /* source stream */ member
217 jpeg_stdio_src(j_decompress_ptr cinfo, FILE *infile) in jpeg_stdio_src()
Drdppm.c85 pbm_getc(FILE *infile) in pbm_getc()
102 read_pbm_integer(j_compress_ptr cinfo, FILE *infile, unsigned int maxval) in read_pbm_integer()
150 FILE *infile = source->pub.input_file; in get_text_gray_row() local
178 FILE *infile = source->pub.input_file; in get_text_gray_rgb_row() local
213 FILE *infile = source->pub.input_file; in get_text_gray_cmyk_row() local
252 FILE *infile = source->pub.input_file; in get_text_rgb_row() local
287 FILE *infile = source->pub.input_file; in get_text_rgb_cmyk_row() local
/third_party/nghttp2/doc/
Dmkapiref.py122 def make_api_ref(infile): argument
209 def process_macro(infile): argument
215 def process_macrosection(infile): argument
219 def process_typedef(infile): argument
226 def process_enum(infile): argument
249 def process_struct(infile): argument
273 def process_function(domain, infile): argument
292 def read_content(infile): argument
/third_party/python/Tools/c-analyzer/c_parser/
Ddatafiles.py32 def read_parsed(infile): argument
46 def read_decls(infile, fmt=None): argument
85 def iter_decls_tsv(infile, extracolumns=None, relroot=fsutil.USE_CWD): argument
105 def _iter_decls_tsv(infile, extracolumns=None): argument
/third_party/python/Tools/c-analyzer/c_analyzer/
Ddatafiles.py33 def read_known(infile, extracolumns=None, relroot=fsutil.USE_CWD): argument
92 def read_ignored(infile, relroot=fsutil.USE_CWD): argument
96 def _iter_ignored(infile, relroot): argument
/third_party/libsnd/programs/
Dcommon.c50 sfe_copy_data_fp (SNDFILE *outfile, SNDFILE *infile, int channels, int normalize) in sfe_copy_data_fp()
86 sfe_copy_data_int (SNDFILE *outfile, SNDFILE *infile, int channels) in sfe_copy_data_int()
105 merge_broadcast_info (SNDFILE * infile, SNDFILE * outfile, int format, const METADATA_INFO * info) in merge_broadcast_info()
234 { SNDFILE *infile = NULL, *outfile = NULL ; in sfe_apply_metadata_changes() local
Dsndfile-convert.c136 SNDFILE *infile = NULL, *outfile = NULL ; in main() local
373 copy_metadata (SNDFILE *outfile, SNDFILE *infile, int channels) in copy_metadata()
/third_party/python/Lib/
Dpipes.py170 def copy(self, infile, outfile): argument
173 def makepipeline(self, infile, outfile): argument
181 def makepipeline(infile, steps, outfile): argument
Dshlex.py21 def __init__(self, instream=None, infile=None, posix=False, argument
288 def error_leader(self, infile=None, lineno=None): argument
/third_party/libsnd/examples/
Dsndfile-to-text.c64 convert_to_text (SNDFILE * infile, FILE * outfile, int channels, int full_precision) in convert_to_text()
88 SNDFILE *infile = NULL ; in main() local
Dsndfile-loopify.c70 SNDFILE *infile = NULL, *outfile = NULL ; in main() local
138 sfe_copy_data_int (SNDFILE *outfile, SNDFILE *infile, int channels) in sfe_copy_data_int()
/third_party/openssl/apps/
Dsess_id.c53 char *infile = NULL, *outfile = NULL, *context = NULL, *prog; in sess_id_main() local
177 static SSL_SESSION *load_sess_id(char *infile, int format) in load_sess_id()
/third_party/lz4/ossfuzz/
Dstandaloneengine.c18 FILE *infile; in main() local
/third_party/node/tools/
Dspecialize_node_d.py18 infile = open(sys.argv[2], 'r') variable
/third_party/libsnd/ossfuzz/
Dstandaloneengine.cc18 FILE *infile; in main() local
/third_party/nghttp2/
Dhelp2rst.py12 def help2man(infile): argument

123456