Home
last modified time | relevance | path

Searched refs:do_write (Results 1 – 25 of 2118) sorted by relevance

12345678910>>...85

/dports/mail/libetpan/libetpan-1.9.4/src/low-level/imf/
H A Dmailimf_write_generic.c162 r = do_write(data, str, length); in flush_buf()
202 r = do_write(data, CRLF, sizeof(CRLF) - 1); in mailimf_string_write_driver()
218 r = do_write(data, CRLF, sizeof(CRLF) - 1); in mailimf_string_write_driver()
238 r = do_write(data, CRLF, sizeof(CRLF) - 1); in mailimf_string_write_driver()
257 r = do_write(data, CRLF, sizeof(CRLF) - 1); in mailimf_string_write_driver()
278 r = flush_buf(do_write, data, block_begin, count); in mailimf_string_write_driver()
1395 r = do_write(data, "\"", 1); in mailimf_quoted_string_write_driver()
1402 r = do_write(data, "\\", 1); in mailimf_quoted_string_write_driver()
1405 r = do_write(data, &string[i], 1); in mailimf_quoted_string_write_driver()
1412 r = do_write(data, &string[i], 1); in mailimf_quoted_string_write_driver()
[all …]
H A Dmailimf_write_generic.h57 int mailimf_string_write_driver(int (* do_write)(void *, const char *, size_t), void * data,
72 int mailimf_fields_write_driver(int (* do_write)(void *, const char *, size_t), void * data,
87 int mailimf_envelope_fields_write_driver(int (* do_write)(void *, const char *, size_t), void * dat…
102 int mailimf_field_write_driver(int (* do_write)(void *, const char *, size_t), void * data,
117 int mailimf_quoted_string_write_driver(int (* do_write)(void *, const char *, size_t), void * data,
122 int mailimf_address_list_write_driver(int (* do_write)(void *, const char *, size_t), void * data,
127 int mailimf_mailbox_list_write_driver(int (* do_write)(void *, const char *, size_t), void * data,
142 int mailimf_header_string_write_driver(int (* do_write)(void *, const char *, size_t), void * data,
H A Dmailimf_write_mem.c39 static int do_write(void * data, const char * str, size_t length) in do_write() function
55 return mailimf_string_write_driver(do_write, f, col, str, length); in mailimf_string_write_mem()
62 return mailimf_fields_write_driver(do_write, f, col, fields); in mailimf_fields_write_mem()
69 return mailimf_envelope_fields_write_driver(do_write, f, col, fields); in mailimf_envelope_fields_write_mem()
76 return mailimf_field_write_driver(do_write, f, col, field); in mailimf_field_write_mem()
83 return mailimf_quoted_string_write_driver(do_write, f, col, string, len); in mailimf_quoted_string_write_mem()
90 return mailimf_address_list_write_driver(do_write, f, col, addr_list); in mailimf_address_list_write_mem()
97 return mailimf_mailbox_list_write_driver(do_write, f, col, mb_list); in mailimf_mailbox_list_write_mem()
104 return mailimf_header_string_write_driver(do_write, f, col, str, length); in mailimf_header_string_write_mem()
H A Dmailimf_write_file.c39 static int do_write(void * data, const char * str, size_t length) in do_write() function
52 return mailimf_string_write_driver(do_write, f, col, str, length); in mailimf_string_write_file()
59 return mailimf_fields_write_driver(do_write, f, col, fields); in mailimf_fields_write_file()
66 return mailimf_envelope_fields_write_driver(do_write, f, col, fields); in mailimf_envelope_fields_write_file()
73 return mailimf_field_write_driver(do_write, f, col, field); in mailimf_field_write_file()
80 return mailimf_quoted_string_write_driver(do_write, f, col, string, len); in mailimf_quoted_string_write_file()
87 return mailimf_address_list_write_driver(do_write, f, col, addr_list); in mailimf_address_list_write_file()
94 return mailimf_mailbox_list_write_driver(do_write, f, col, mb_list); in mailimf_mailbox_list_write_file()
101 return mailimf_header_string_write_driver(do_write, f, col, str, length); in mailimf_header_string_write_file()
/dports/mail/libetpan/libetpan-1.9.4/src/low-level/mime/
H A Dmailmime_write_generic.c133 r = mailmime_field_write_driver(do_write, data, col, field); in mailmime_fields_write_driver()
198 r = mailimf_string_write_driver(do_write, data, col, "<", 1); in mailmime_id_write_driver()
206 r = mailimf_string_write_driver(do_write, data, col, ">", 1); in mailmime_id_write_driver()
520 r = mailimf_quoted_string_write_driver(do_write, data, col, in mailmime_disposition_param_write_driver()
855 r = mailmime_data_write_driver(do_write, data, col, in mailmime_part_write_driver()
960 r = mailmime_data_write_driver(do_write, data, col, in mailmime_part_write_driver()
973 r = mailimf_fields_write_driver(do_write, data, col, in mailmime_part_write_driver()
1005 r = mailmime_sub_write_driver(do_write, data, col, in mailmime_part_write_driver()
1108 r = mailimf_string_write_driver(do_write, data, col, in mailmime_data_write_driver()
1347 r = write_remaining(do_write, data, col, &start, &len); in mailmime_quoted_printable_write_driver()
[all …]
H A Dmailmime_write_mem.c59 static int do_write(void * data, const char * str, size_t length) in do_write() function
74 return mailmime_fields_write_driver(do_write, f, col, fields); in mailmime_fields_write_mem()
80 return mailmime_content_write_driver(do_write, f, col, content); in mailmime_content_write_mem()
86 return mailmime_content_type_write_driver(do_write, f, col, content); in mailmime_content_type_write_mem()
92 return mailmime_write_driver(do_write, f, col, build_info); in mailmime_write_mem()
98 return mailmime_quoted_printable_write_driver(do_write, f, col, in mailmime_quoted_printable_write_mem()
105 return mailmime_base64_write_driver(do_write, f, col, text, size); in mailmime_base64_write_mem()
112 return mailmime_data_write_driver(do_write, f, col, data, istext); in mailmime_data_write_mem()
H A Dmailmime_write_generic.h47 int mailmime_fields_write_driver(int (* do_write)(void *, const char *, size_t), void * data, int *…
50 int mailmime_content_write_driver(int (* do_write)(void *, const char *, size_t), void * data, int …
53 int mailmime_content_type_write_driver(int (* do_write)(void *, const char *, size_t), void * data,…
56 int mailmime_write_driver(int (* do_write)(void *, const char *, size_t), void * data, int * col,
59 int mailmime_quoted_printable_write_driver(int (* do_write)(void *, const char *, size_t), void * d…
62 int mailmime_base64_write_driver(int (* do_write)(void *, const char *, size_t), void * data, int *…
65 int mailmime_data_write_driver(int (* do_write)(void *, const char *, size_t), void * data, int * c…
H A Dmailmime_write_file.c59 static int do_write(void * data, const char * str, size_t length) in do_write() function
72 return mailmime_fields_write_driver(do_write, f, col, fields); in mailmime_fields_write_file()
78 return mailmime_content_write_driver(do_write, f, col, content); in mailmime_content_write_file()
84 return mailmime_content_type_write_driver(do_write, f, col, content); in mailmime_content_type_write_file()
90 return mailmime_write_driver(do_write, f, col, build_info); in mailmime_write_file()
96 return mailmime_quoted_printable_write_driver(do_write, f, col, in mailmime_quoted_printable_write_file()
103 return mailmime_base64_write_driver(do_write, f, col, text, size); in mailmime_base64_write_file()
110 return mailmime_data_write_driver(do_write, f, col, data, istext); in mailmime_data_write_file()
/dports/textproc/miller/miller-5.10.2/c/experimental/
H A Dgetlines.c41 if (do_write) { in read_file_mlr_alloc_read_line_single_delimiter_no_autodetect()
65 if (do_write) { in read_file_mlr_alloc_read_line_single_delimiter_with_autodetect()
86 if (do_write) { in read_file_mlr_alloc_read_line_multiple_delimiter()
128 if (do_write) { in read_file_fgetc_fixed_len()
172 if (do_write) { in read_file_getc_unlocked_fixed_len()
210 if (do_write) { in read_file_getc_unlocked_psb()
249 if (do_write) { in read_file_fgetc_psb()
309 if (do_write) { in read_file_pfr_psb()
329 int do_write = 0; in main() local
336 (void)sscanf(argv[3], "%d", &do_write); in main()
[all …]
/dports/security/john/john-1.9.0-jumbo-1/src/ztex/fpga-bcrypt/util/
H A Dfifo_sync.v70 wire do_write = ~full & wr_en; net
74 if (do_write) begin
83 || inptr + 2'b10 == outptr & do_write);
85 empty <= ~do_write & (inptr == outptr
114 wire do_write = ~full & wr_en; net
118 if (do_write) begin
127 || inptr + 2'b10 == outptr & do_write);
131 || inptr + 2'b11 == outptr & do_write);
133 empty <= ~do_write & (inptr == outptr
137 || ~do_write & (inptr == outptr + 1'b1
/dports/misc/py-powerline-status/powerline-2.8.2/client/
H A Dpowerline.c31 void do_write(int sd, const char *raw, size_t len) { in do_write() function
127 do_write(sd, num_args, len); in main()
128 do_write(sd, eof, 1); in main()
131 do_write(sd, argv[i], strlen(argv[i])); in main()
132 do_write(sd, eof, 1); in main()
137 do_write(sd, wd, strlen(wd)); in main()
141 do_write(sd, eof, 1); in main()
144 do_write(sd, *envp, strlen(*envp)); in main()
145 do_write(sd, eof, 1); in main()
148 do_write(sd, eof, 2); in main()
[all …]
/dports/www/node10/node-v10.24.1/test/cctest/
H A Dtest_inspector_socket.cc239 static void do_write(const char* data, int len) { in do_write() function
398 do_write(SERVER_FRAME, sizeof(SERVER_FRAME)); in TEST_F()
467 do_write(MULTIPLE_REQUESTS, sizeof(MULTIPLE_REQUESTS)); in TEST_F()
479 do_write(const_cast<char*>(HANDSHAKE_REQ), write1); in TEST_F()
517 do_write(SERVER_FRAME, sizeof(SERVER_FRAME)); in TEST_F()
534 do_write(SERVER_FRAME, sizeof(SERVER_FRAME)); in TEST_F()
537 do_write(SERVER_FRAME, sizeof(SERVER_FRAME)); in TEST_F()
573 do_write(data + i, step); in send_in_chunks()
576 do_write(data + i, len - i); in send_in_chunks()
780 do_write(&outgoing[0], outgoing.size()); in TEST_F()
[all …]
/dports/graphics/box/box-0.4.0/box/
H A Dprint.c52 unsigned int do_write = 1, do_read = 1, do_continue = 1, do_dealloc = 1, in Box_Print() local
94 do_write = 1; in Box_Print()
99 do_write = 0; in Box_Print()
106 assert(do_read && !do_write); in Box_Print()
110 do_write = 1; in Box_Print()
121 do_write = 1; in Box_Print()
225 do_write = 1; in Box_Print()
238 do_write = 0; in Box_Print()
246 do_write = 1; in Box_Print()
251 printf("do_write = %d, cw = '%c'\n", do_write, cw); in Box_Print()
[all …]
/dports/security/john/john-1.9.0-jumbo-1/src/ztex/fpga-descrypt/util/
H A Dfifo_sync.v70 wire do_write = ~full & wr_en; net
74 if (do_write) begin
83 || inptr + 2'b10 == outptr & do_write);
85 empty <= ~do_write & (inptr == outptr
114 wire do_write = ~full & wr_en; net
118 if (do_write) begin
127 || inptr + 2'b10 == outptr & do_write);
131 || inptr + 2'b11 == outptr & do_write);
133 empty <= ~do_write & (inptr == outptr
137 || ~do_write & (inptr == outptr + 1'b1
/dports/science/siesta/siesta-4.1.5/Src/
H A Dsave_density_matrix.F9062 logical :: do_write local
78 do_write = when
80 do_write = writedm
93 if ( write_cdf .and. do_write ) then
109 if ( do_write ) then
129 if ( istp /= 1 ) do_write = .false.
139 if ( do_write ) then
148 do_write = SCFconverged .and. TS_DE_save
151 if ( do_write ) then
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/test_decoding/expected/
H A Dondisk_startup.out19 step s2alter: ALTER TABLE do_write ADD COLUMN addedbys2 int;
36 step s1insert: INSERT INTO do_write DEFAULT VALUES;
42 table public.do_write: INSERT: id[integer]:1 addedbys2[integer]:null
46 step s1insert: INSERT INTO do_write DEFAULT VALUES;
47 step s1alter: ALTER TABLE do_write ADD COLUMN addedbys1 int;
48 step s1insert: INSERT INTO do_write DEFAULT VALUES;
53 table public.do_write: INSERT: id[integer]:2 addedbys2[integer]:null
58 table public.do_write: INSERT: id[integer]:3 addedbys2[integer]:null addedbys1[integer]:null
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/test_decoding/expected/
H A Dondisk_startup.out19 step s2alter: ALTER TABLE do_write ADD COLUMN addedbys2 int;
36 step s1insert: INSERT INTO do_write DEFAULT VALUES;
42 table public.do_write: INSERT: id[integer]:1 addedbys2[integer]:null
46 step s1insert: INSERT INTO do_write DEFAULT VALUES;
47 step s1alter: ALTER TABLE do_write ADD COLUMN addedbys1 int;
48 step s1insert: INSERT INTO do_write DEFAULT VALUES;
53 table public.do_write: INSERT: id[integer]:2 addedbys2[integer]:null
58 table public.do_write: INSERT: id[integer]:3 addedbys2[integer]:null addedbys1[integer]:null
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/test_decoding/expected/
H A Dondisk_startup.out19 step s2alter: ALTER TABLE do_write ADD COLUMN addedbys2 int;
36 step s1insert: INSERT INTO do_write DEFAULT VALUES;
42 table public.do_write: INSERT: id[integer]:1 addedbys2[integer]:null
46 step s1insert: INSERT INTO do_write DEFAULT VALUES;
47 step s1alter: ALTER TABLE do_write ADD COLUMN addedbys1 int;
48 step s1insert: INSERT INTO do_write DEFAULT VALUES;
53 table public.do_write: INSERT: id[integer]:2 addedbys2[integer]:null
58 table public.do_write: INSERT: id[integer]:3 addedbys2[integer]:null addedbys1[integer]:null
/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/test_decoding/expected/
H A Dondisk_startup.out19 step s2alter: ALTER TABLE do_write ADD COLUMN addedbys2 int;
36 step s1insert: INSERT INTO do_write DEFAULT VALUES;
42 table public.do_write: INSERT: id[integer]:1 addedbys2[integer]:null
46 step s1insert: INSERT INTO do_write DEFAULT VALUES;
47 step s1alter: ALTER TABLE do_write ADD COLUMN addedbys1 int;
48 step s1insert: INSERT INTO do_write DEFAULT VALUES;
53 table public.do_write: INSERT: id[integer]:2 addedbys2[integer]:null
58 table public.do_write: INSERT: id[integer]:3 addedbys2[integer]:null addedbys1[integer]:null
/dports/databases/postgresql10-server/postgresql-10.19/contrib/test_decoding/expected/
H A Dondisk_startup.out19 step s2alter: ALTER TABLE do_write ADD COLUMN addedbys2 int;
36 step s1insert: INSERT INTO do_write DEFAULT VALUES;
42 table public.do_write: INSERT: id[integer]:1 addedbys2[integer]:null
46 step s1insert: INSERT INTO do_write DEFAULT VALUES;
47 step s1alter: ALTER TABLE do_write ADD COLUMN addedbys1 int;
48 step s1insert: INSERT INTO do_write DEFAULT VALUES;
53 table public.do_write: INSERT: id[integer]:2 addedbys2[integer]:null
58 table public.do_write: INSERT: id[integer]:3 addedbys2[integer]:null addedbys1[integer]:null
/dports/databases/postgresql10-pltcl/postgresql-10.19/contrib/test_decoding/expected/
H A Dondisk_startup.out19 step s2alter: ALTER TABLE do_write ADD COLUMN addedbys2 int;
36 step s1insert: INSERT INTO do_write DEFAULT VALUES;
42 table public.do_write: INSERT: id[integer]:1 addedbys2[integer]:null
46 step s1insert: INSERT INTO do_write DEFAULT VALUES;
47 step s1alter: ALTER TABLE do_write ADD COLUMN addedbys1 int;
48 step s1insert: INSERT INTO do_write DEFAULT VALUES;
53 table public.do_write: INSERT: id[integer]:2 addedbys2[integer]:null
58 table public.do_write: INSERT: id[integer]:3 addedbys2[integer]:null addedbys1[integer]:null
/dports/databases/postgresql11-client/postgresql-11.14/contrib/test_decoding/expected/
H A Dondisk_startup.out19 step s2alter: ALTER TABLE do_write ADD COLUMN addedbys2 int;
36 step s1insert: INSERT INTO do_write DEFAULT VALUES;
42 table public.do_write: INSERT: id[integer]:1 addedbys2[integer]:null
46 step s1insert: INSERT INTO do_write DEFAULT VALUES;
47 step s1alter: ALTER TABLE do_write ADD COLUMN addedbys1 int;
48 step s1insert: INSERT INTO do_write DEFAULT VALUES;
53 table public.do_write: INSERT: id[integer]:2 addedbys2[integer]:null
58 table public.do_write: INSERT: id[integer]:3 addedbys2[integer]:null addedbys1[integer]:null
/dports/databases/postgresql10-client/postgresql-10.19/contrib/test_decoding/expected/
H A Dondisk_startup.out19 step s2alter: ALTER TABLE do_write ADD COLUMN addedbys2 int;
36 step s1insert: INSERT INTO do_write DEFAULT VALUES;
42 table public.do_write: INSERT: id[integer]:1 addedbys2[integer]:null
46 step s1insert: INSERT INTO do_write DEFAULT VALUES;
47 step s1alter: ALTER TABLE do_write ADD COLUMN addedbys1 int;
48 step s1insert: INSERT INTO do_write DEFAULT VALUES;
53 table public.do_write: INSERT: id[integer]:2 addedbys2[integer]:null
58 table public.do_write: INSERT: id[integer]:3 addedbys2[integer]:null addedbys1[integer]:null
/dports/databases/postgresql10-docs/postgresql-10.19/contrib/test_decoding/expected/
H A Dondisk_startup.out19 step s2alter: ALTER TABLE do_write ADD COLUMN addedbys2 int;
36 step s1insert: INSERT INTO do_write DEFAULT VALUES;
42 table public.do_write: INSERT: id[integer]:1 addedbys2[integer]:null
46 step s1insert: INSERT INTO do_write DEFAULT VALUES;
47 step s1alter: ALTER TABLE do_write ADD COLUMN addedbys1 int;
48 step s1insert: INSERT INTO do_write DEFAULT VALUES;
53 table public.do_write: INSERT: id[integer]:2 addedbys2[integer]:null
58 table public.do_write: INSERT: id[integer]:3 addedbys2[integer]:null addedbys1[integer]:null
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/test_decoding/expected/
H A Dondisk_startup.out19 step s2alter: ALTER TABLE do_write ADD COLUMN addedbys2 int;
36 step s1insert: INSERT INTO do_write DEFAULT VALUES;
42 table public.do_write: INSERT: id[integer]:1 addedbys2[integer]:null
46 step s1insert: INSERT INTO do_write DEFAULT VALUES;
47 step s1alter: ALTER TABLE do_write ADD COLUMN addedbys1 int;
48 step s1insert: INSERT INTO do_write DEFAULT VALUES;
53 table public.do_write: INSERT: id[integer]:2 addedbys2[integer]:null
58 table public.do_write: INSERT: id[integer]:3 addedbys2[integer]:null addedbys1[integer]:null

12345678910>>...85