Searched defs:stream (Results 251 - 275 of 350) sorted by relevance

<<11121314

/freebsd-10-stable/contrib/gdb/gdb/
H A Dobjc-lang.c277 objc_emit_char (int c, struct ui_file *stream, int quoter) argument
323 objc_printchar(int c, struct ui_file *stream) argument
337 objc_printstr(struct ui_file *stream, char *string, unsigned int length, int width, int force_ellipses) argument
[all...]
H A Dser-go32.c690 dos_print_tty_state(struct serial *scb, serial_ttystate ttystate, struct ui_file *stream) argument
H A Dtop.c635 do_restore_instream_cleanup(void *stream) argument
643 read_command_file(FILE *stream) argument
1379 print_gdb_version(struct ui_file *stream) argument
[all...]
/freebsd-10-stable/contrib/groff/src/preproc/html/
H A Dpre-html.cpp1508 usage(FILE *stream) argument
[all...]
/freebsd-10-stable/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp386 usage(FILE *stream) argument
/freebsd-10-stable/contrib/texinfo/util/
H A Dtexindex.c888 readline(struct linebuffer *linebuffer, FILE *stream) argument
/freebsd-10-stable/gnu/usr.bin/rcs/lib/
H A Drcsbase.h266 FILE *stream; member in struct:RILE
/freebsd-10-stable/sys/dev/fatm/
H A Dif_fatmreg.h300 uint32_t stream; /* traffic shaping word */ member in struct:tpd
/freebsd-10-stable/sys/dev/firewire/
H A Dfirewire.h149 } stream; member in union:fw_pkt::__anon8658
/freebsd-10-stable/crypto/openssl/crypto/modes/
H A Dgcm128.c1333 CRYPTO_gcm128_encrypt_ctr32(GCM128_CONTEXT *ctx, const unsigned char *in, unsigned char *out, size_t len, ctr128_f stream) argument
1455 CRYPTO_gcm128_decrypt_ctr32(GCM128_CONTEXT *ctx, const unsigned char *in, unsigned char *out, size_t len, ctr128_f stream) argument
/freebsd-10-stable/contrib/binutils/opcodes/
H A Darm-dis.c1578 arm_decode_shift(long given, fprintf_ftype func, void *stream, int print_shift) argument
1623 void *stream = info->stream; local
2117 void *stream = info->stream; local
2212 void *stream = info->stream; local
2669 void *stream = info->stream; local
3029 void *stream = info->stream; local
3305 void *stream = info->stream; local
4221 print_arm_disassembler_options(FILE *stream) argument
[all...]
/freebsd-10-stable/contrib/serf/buckets/
H A Dssl_buckets.c127 serf_bucket_t *stream; member in struct:__anon12
1467 serf_bucket_ssl_decrypt_create( serf_bucket_t *stream, serf_ssl_context_t *ssl_ctx, serf_bucket_alloc_t *allocator) argument
1499 serf_bucket_ssl_encrypt_create( serf_bucket_t *stream, serf_ssl_context_t *ssl_ctx, serf_bucket_alloc_t *allocator) argument
[all...]
/freebsd-10-stable/sys/netinet/
H A Dsctp_header.h377 uint16_t stream; member in struct:sctp_strseq
H A Dsctp_indata.c5022 sctp_flush_reassm_for_str_seq(struct sctp_tcb *stcb, struct sctp_association *asoc, uint16_t stream, uint16_t seq) argument
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_file.c1954 svn_stream_t *stream; member in struct:context_saver_t
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddeprecated.c614 svn_repos_dump_fs(svn_repos_t *repos, svn_stream_t *stream, svn_stream_t *feedback_stream, svn_revnum_t start_rev, svn_revnum_t end_rev, svn_boolean_t incremental, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
736 svn_repos_dump_fs2(svn_repos_t *repos, svn_stream_t *stream, svn_stream_t *feedback_stream, svn_revnum_t start_rev, svn_revnum_t end_rev, svn_boolean_t incremental, svn_boolean_t use_deltas, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
957 svn_repos_parse_dumpstream2(svn_stream_t *stream, const svn_repos_parser_fns2_t *parse_fns, void *parse_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
971 svn_repos_parse_dumpstream(svn_stream_t *stream, const svn_repos_parser_fns_t *parse_fns, void *parse_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
H A Ddump.c390 write_header(svn_stream_t *stream, apr_hash_t *headers, const char *key, apr_pool_t *scratch_pool) argument
410 write_revision_headers(svn_stream_t *stream, apr_hash_t *headers, apr_pool_t *scratch_pool) argument
493 svn_repos__dump_headers(svn_stream_t *stream, svn_repos__dumpfile_headers_t *headers, apr_pool_t *scratch_pool) argument
628 svn_stream_t *stream; member in struct:edit_baton
1052 dump_node_delete(svn_stream_t *stream, const char *node_relpath, apr_pool_t *pool) argument
1838 get_dump_editor(const svn_delta_editor_t **editor, void **edit_baton, svn_fs_t *fs, svn_revnum_t to_rev, const char *root_path, svn_stream_t *stream, svn_boolean_t *found_old_reference, svn_boolean_t *found_old_mergeinfo, svn_error_t *(*custom_close_directory)(void *dir_baton, apr_pool_t *scratch_pool), svn_repos_notify_func_t notify_func, void *notify_baton, svn_revnum_t oldest_dumped_rev, svn_boolean_t use_deltas, svn_boolean_t verify, svn_boolean_t check_normalization, apr_pool_t *pool) argument
1924 write_revision_record(svn_stream_t *stream, svn_fs_t *fs, svn_revnum_t rev, apr_pool_t *pool) argument
1957 svn_repos_dump_fs3(svn_repos_t *repos, svn_stream_t *stream, svn_revnum_t start_rev, svn_revnum_t end_rev, svn_boolean_t incremental, svn_boolean_t use_deltas, svn_repos_notify_func_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
[all...]
/freebsd-10-stable/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c72 create_stdio_stream(svn_stream_t **stream, argument
853 set_fulltext(svn_stream_t **stream, void *node_baton) argument
[all...]
/freebsd-10-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c646 dump_contents(svn_stream_t *stream, svn_fs_root_t *root, const char *path , apr_pool_t *pool) argument
691 svn_stream_t *stream; local
962 svn_stream_t *stream; local
1292 svn_stream_t *stream; local
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dcached_data.c1736 read_rep_header(svn_fs_x__rep_header_t **rep_header, svn_fs_t *fs, svn_stream_t *stream, svn_fs_x__representation_cache_key_t *key, apr_pool_t *pool) argument
2457 read_dir_entries(apr_array_header_t *entries, svn_stream_t *stream, svn_boolean_t incremental, const svn_fs_x__id_t *id, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2756 svn_stream_t *stream; local
2919 read_item(svn_stream_t **stream, svn_fs_t *fs, svn_fs_x__revision_file_t *rev_file, svn_fs_x__p2l_entry_t* entry, apr_pool_t *pool) argument
2977 svn_stream_t *stream; local
3033 svn_stream_t *stream; local
3080 svn_stream_t *stream; local
3122 svn_stream_t *stream; local
3169 svn_stream_t *stream; local
[all...]
H A Dpack.c1092 svn_stream_t *stream local
1245 svn_stream_t *stream; local
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Ddiff.c792 svn_stream_t *stream; local
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
H A Dupgrade.c94 svn_stream_t *stream; local
223 svn_stream_t *stream; local
145 read_one_proplist(apr_hash_t *all_wcprops, const char *name, svn_stream_t *stream, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c366 svn_cmdline_fprintf(FILE *stream, apr_pool_t *pool, const char *fmt, ...) argument
381 svn_cmdline_fputs(const char *string, FILE* stream, apr_pool_t *pool) argument
458 svn_cmdline_fflush(FILE *stream) argument
[all...]
H A Dsubst.c428 translate_write(svn_stream_t *stream, const void *buf, apr_size_t len) argument
1226 svn_stream_t *stream; member in struct:translated_stream_baton
1443 svn_subst_read_specialfile(svn_stream_t **stream, const char *path, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1486 stream_translated(svn_stream_t *stream, const char *eol_str, svn_boolean_t *translated_eol, svn_boolean_t repair, apr_hash_t *keywords, svn_boolean_t expand, apr_pool_t *result_pool) argument
1557 svn_subst_stream_translated(svn_stream_t *stream, const char *eol_str, svn_boolean_t repair, apr_hash_t *keywords, svn_boolean_t expand, apr_pool_t *result_pool) argument
1890 svn_subst_create_specialfile(svn_stream_t **stream, const char *path, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1918 svn_subst_stream_from_specialfile(svn_stream_t **stream, const char *path, apr_pool_t *pool) argument
[all...]

Completed in 392 milliseconds

<<11121314