Home
last modified time | relevance | path

Searched refs:respbuf (Results 1 – 25 of 88) sorted by relevance

1234

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/providers/smtp/
H A Dcamel-smtp-transport.c233 g_free (respbuf); in connect_to_server()
245 g_free (respbuf); in connect_to_server()
250 g_free (respbuf); in connect_to_server()
296 respbuf = NULL; in connect_to_server()
300 g_free (respbuf); in connect_to_server()
312 g_free (respbuf); in connect_to_server()
739 if (!respbuf) { in smtp_transport_authenticate_sync()
785 respbuf = NULL; in smtp_transport_authenticate_sync()
816 while (respbuf && respbuf[3] == '-') { in smtp_transport_authenticate_sync()
881 g_free (respbuf); in smtp_transport_authenticate_sync()
[all …]
/dports/comms/hamlib/hamlib-4.3.1/rigs/tentec/
H A Dorion.c603 ttreceiver = vfo == RIG_VFO_SUB ? respbuf[4] : respbuf[3]; in tt565_get_split_vfo()
703 if (respbuf[1] != 'R' || respbuf[3] != 'M' || resp_len <= 4) in tt565_get_mode()
746 if (respbuf[1] != 'R' || respbuf[3] != 'F' || resp_len <= 4) in tt565_get_mode()
802 if (respbuf[1] != 'R' || respbuf[3] != 'I' || resp_len <= 4) in tt565_get_ts()
859 if (respbuf[1] != 'R' || respbuf[3] != 'R' || resp_len <= 4) in tt565_get_rit()
918 if (respbuf[1] != 'R' || respbuf[3] != 'X' || resp_len <= 4) in tt565_get_xit()
2040 if (resp_len != 7 || respbuf[1] != 'K' || respbuf[2] != 'A') in tt565_set_ant()
2103 respbuf[7] = 0; in tt565_set_ant()
2136 if (respbuf[1] != 'K' || respbuf[2] != 'A' || resp_len != 7) in tt565_get_ant()
2144 if (respbuf[3] == which_receiver(rig, vfo) || respbuf[3] == 'B') in tt565_get_ant()
[all …]
H A Domnivii.c493 if ((respbuf[0] == 'A' || respbuf[0] == 'B') && respbuf[5] == 0x0d) in tt588_get_freq()
630 respbuf[4] = 0; in tt588_get_mode()
696 switch (respbuf[1]) in tt588_get_mode()
832 if (respbuf[0] != 'M' || respbuf[3] != 0x0d) in tt588_set_mode()
1324 if (respbuf[0] != 'N' || respbuf[2] != 0x0d) in tt588_set_split_vfo()
1327 respbuf); in tt588_set_split_vfo()
1366 if (respbuf[0] != 'N' || respbuf[2] != 0x0d || (respbuf[1] != 0 in tt588_get_split_vfo()
1489 if (respbuf[0] != 'L' || respbuf[4] != 0x0d) in tt588_get_xit()
1494 *xit = (respbuf[2] * (short)256) | respbuf[3]; in tt588_get_xit()
1586 if (respbuf[0] != 'C' || respbuf[4] != 0x0d)
[all …]
H A Djupiter.c417 if (respbuf[0] != curVfo) in tt538_get_freq()
420 __func__, respbuf); in tt538_get_freq()
431 *freq = (respbuf[1] << 24) in tt538_get_freq()
432 + (respbuf[2] << 16) in tt538_get_freq()
433 + (respbuf[3] << 8) in tt538_get_freq()
434 + respbuf[4]; in tt538_get_freq()
538 __func__, respbuf); in tt538_get_mode()
545 ttmode = respbuf[1]; in tt538_get_mode()
549 ttmode = respbuf[2]; in tt538_get_mode()
591 __func__, respbuf); in tt538_get_mode()
[all …]
/dports/emulators/hercules/hercules-3.13/
H A Dcomm3705.c1712 BYTE *respbuf; in make_sna_requests2() local
1726 respbuf[0] = 0x1C; in make_sna_requests2()
1727 respbuf[1] = 0x00; in make_sna_requests2()
1789 BYTE *respbuf; in make_sna_requests3() local
1802 respbuf[0] = 0x1D; in make_sna_requests3()
1803 respbuf[1] = 0x00; in make_sna_requests3()
1808 respbuf[6] = 0x11; in make_sna_requests3()
1834 BYTE *respbuf; in make_sna_requests4() local
1903 BYTE *respbuf; in make_sna_requests5() local
1947 BYTE *respbuf; in make_sna_requests() local
[all …]
/dports/news/inn-current/inn-2.7-20211226/storage/ovsqlite/
H A Dovsqlite-server.c779 buffer_t *respbuf; in sql_error_response() local
784 respbuf = client->response; in sql_error_response()
1002 buffer_t *reqbuf, *respbuf; in do_get_groupinfo() local
1043 respbuf = client->response; in do_get_groupinfo()
1094 buffer_t *reqbuf, *respbuf; in do_list_groups() local
1111 respbuf = client->response; in do_list_groups()
1113 off_code = respbuf->left - 1; in do_list_groups()
1342 buffer_t *reqbuf, *respbuf; in do_get_artinfo() local
1377 respbuf = client->response; in do_get_artinfo()
1467 buffer_t *reqbuf, *respbuf; in do_search_group() local
[all …]
/dports/security/openconnect/openconnect-8.10/
H A Dyubikey.c557 struct oc_text_buf *respbuf = NULL; in do_gen_yubikey_code() local
581 respbuf = buf_alloc(); in do_gen_yubikey_code()
582 ret = select_yubioath_applet(vpninfo, vpninfo->pcsc->pcsc_card, respbuf); in do_gen_yubikey_code()
620 reqbuf, i, respbuf); in do_gen_yubikey_code()
624 if (respbuf->pos != 7 || (unsigned char)respbuf->data[0] != T_RESPONSE_TAG || in do_gen_yubikey_code()
625 respbuf->data[1] != 5 || respbuf->data[2] > 8 || respbuf->data[2] < 6) { in do_gen_yubikey_code()
632 tokval = load_be32(respbuf->data + 3); in do_gen_yubikey_code()
633 opt->_value = malloc(respbuf->data[2] + 1); in do_gen_yubikey_code()
639 i = respbuf->data[2]; in do_gen_yubikey_code()
649 buf_free(respbuf); in do_gen_yubikey_code()
/dports/net-mgmt/xymon-client/xymon-4.3.30/demotool/
H A Ddemotool.c54 char *respbuf, *respptr; member
363 if (awalk->respbuf) free(awalk->respbuf); in do_select()
401 newitem->respbuf = strdup(nwalk->response); in do_select()
402 newitem->respptr = newitem->respbuf; in do_select()
406 newitem->respbuf = NULL; in do_select()
448 conn->respbuf = (char *)malloc(strlen(cwalk->msg) + 4096); in do_clients()
449 …sprintf(conn->respbuf, "client %s.%s\n[date]\n%s[uptime]\n %02d:%02d:%02d up %d days, %d:%02d, 1 u… in do_clients()
455 conn->respptr = conn->respbuf; in do_clients()
456 conn->bytesleft = strlen(conn->respbuf); in do_clients()
467 free(conn->respbuf); in do_clients()
/dports/net-mgmt/xymon-server/xymon-4.3.30/demotool/
H A Ddemotool.c54 char *respbuf, *respptr; member
363 if (awalk->respbuf) free(awalk->respbuf); in do_select()
401 newitem->respbuf = strdup(nwalk->response); in do_select()
402 newitem->respptr = newitem->respbuf; in do_select()
406 newitem->respbuf = NULL; in do_select()
448 conn->respbuf = (char *)malloc(strlen(cwalk->msg) + 4096); in do_clients()
449 …sprintf(conn->respbuf, "client %s.%s\n[date]\n%s[uptime]\n %02d:%02d:%02d up %d days, %d:%02d, 1 u… in do_clients()
455 conn->respptr = conn->respbuf; in do_clients()
456 conn->bytesleft = strlen(conn->respbuf); in do_clients()
467 free(conn->respbuf); in do_clients()
/dports/print/gutenprint/gutenprint-5.3.3/src/cups/
H A Dbackend_kodak6800.c396 uint8_t respbuf[64]; in kodak6800_get_tonecurve() local
426 respbuf[0] = 0xff; in kodak6800_get_tonecurve()
429 respbuf, sizeof(respbuf), in kodak6800_get_tonecurve()
433 if (respbuf[0] != CMD_CODE_OK) { in kodak6800_get_tonecurve()
454 respbuf, sizeof(respbuf), in kodak6800_get_tonecurve()
465 memcpy(((uint8_t*)data)+i*64, respbuf, 64); in kodak6800_get_tonecurve()
494 uint8_t respbuf[64]; in kodak6800_set_tonecurve() local
539 respbuf, sizeof(respbuf), in kodak6800_set_tonecurve()
549 if (respbuf[0] != CMD_CODE_OK) { in kodak6800_set_tonecurve()
568 respbuf, sizeof(respbuf), in kodak6800_set_tonecurve()
[all …]
H A Dbackend_kodak1400.c165 uint8_t respbuf[64]; in kodak1400_set_tonecurve() local
201 respbuf, sizeof(respbuf), &num); in kodak1400_set_tonecurve()
210 if (respbuf[1] != 0x01) { in kodak1400_set_tonecurve()
235 respbuf, sizeof(respbuf), &num); in kodak1400_set_tonecurve()
244 if (respbuf[1] != 0x00) { in kodak1400_set_tonecurve()
/dports/print/gimp-gutenprint/gutenprint-5.3.3/src/cups/
H A Dbackend_kodak6800.c396 uint8_t respbuf[64]; in kodak6800_get_tonecurve() local
426 respbuf[0] = 0xff; in kodak6800_get_tonecurve()
429 respbuf, sizeof(respbuf), in kodak6800_get_tonecurve()
433 if (respbuf[0] != CMD_CODE_OK) { in kodak6800_get_tonecurve()
454 respbuf, sizeof(respbuf), in kodak6800_get_tonecurve()
465 memcpy(((uint8_t*)data)+i*64, respbuf, 64); in kodak6800_get_tonecurve()
494 uint8_t respbuf[64]; in kodak6800_set_tonecurve() local
539 respbuf, sizeof(respbuf), in kodak6800_set_tonecurve()
549 if (respbuf[0] != CMD_CODE_OK) { in kodak6800_set_tonecurve()
568 respbuf, sizeof(respbuf), in kodak6800_set_tonecurve()
[all …]
H A Dbackend_kodak1400.c165 uint8_t respbuf[64]; in kodak1400_set_tonecurve() local
201 respbuf, sizeof(respbuf), &num); in kodak1400_set_tonecurve()
210 if (respbuf[1] != 0x01) { in kodak1400_set_tonecurve()
235 respbuf, sizeof(respbuf), &num); in kodak1400_set_tonecurve()
244 if (respbuf[1] != 0x00) { in kodak1400_set_tonecurve()
/dports/databases/libcouchbase/libcouchbase-2.10.7/tests/iotests/
H A Dt_forward.cc23 vector<char> respbuf; member
65 fc->respbuf.insert(fc->respbuf.end(), buf, buf+len); in pktfwd_callback()
68 ASSERT_EQ(blen+24, fc->respbuf.size()); in pktfwd_callback()
/dports/comms/hamlib/hamlib-4.3.1/rigs/icmarine/
H A Dicmarine.c177 char respbuf[BUFSZ + 1]; in icmarine_open() local
179 int retval = icmarine_transaction(rig, "REMOTE", "ON", respbuf); in icmarine_open()
247 char respbuf[BUFSZ + 1]; in icmarine_transaction() local
291 retval = read_string(&rs->rigport, respbuf, BUFSZ, LF, strlen(LF)); in icmarine_transaction()
305 if (memcmp(respbuf, "$PICOA,", strlen("$PICOA,"))) in icmarine_transaction()
315 if (memcmp(cmdbuf + OFFSET_CMD, respbuf + OFFSET_CMD, in icmarine_transaction()
327 strip = strrchr(respbuf, '*'); in icmarine_transaction()
336 __func__, respbuf); in icmarine_transaction()
340 p = strrchr(respbuf, ','); in icmarine_transaction()
/dports/comms/hamlib/hamlib-4.3.1/rigs/racal/
H A Dra37xx.c83 char respbuf[BUFSZ]; in ra37xx_one_transaction() local
125 retval = read_string(&rs->rigport, respbuf, BUFSZ, EOM, strlen(EOM)); in ra37xx_one_transaction()
133 if (retval <= pkt_header_len + 1 || respbuf[0] != '\x0a') in ra37xx_one_transaction()
146 if ((priv->receiver_id != -1 && (respbuf[1] - '0') != priv->receiver_id) || in ra37xx_one_transaction()
159 if (retval >= pkt_header_len + 3 && !memcmp(respbuf + pkt_header_len, "ERR", 3)) in ra37xx_one_transaction()
165 && !memcmp(respbuf + pkt_header_len, "FAULT", 5)) in ra37xx_one_transaction()
171 cmd[1] != respbuf[pkt_header_len])) in ra37xx_one_transaction()
190 memcpy(data, respbuf + pkt_header_len, retval - pkt_header_len - 1); in ra37xx_one_transaction()
/dports/www/sitecopy/sitecopy-0.16.6/lib/neon/
H A Dne_request.c116 char respbuf[NE_BUFSIZ]; member
698 ne_sock_readline(sock, req->respbuf, sizeof req->respbuf), in read_response_block()
701 chunk_len = strtoul(req->respbuf, &ptr, 16); in read_response_block()
704 if (ptr == req->respbuf || in read_response_block()
863 char *buffer = req->respbuf; in read_status_line()
901 sizeof req->respbuf), in discard_headers()
903 NE_DEBUG(NE_DBG_HTTP, "[discard] < %s", req->respbuf); in discard_headers()
904 } while (strcmp(req->respbuf, EOL) != 0); in discard_headers()
1332 while ((len = ne_read_response_block(req, req->respbuf, in ne_read_response_to_fd()
1334 const char *block = req->respbuf; in ne_read_response_to_fd()
[all …]
/dports/www/litmus/litmus-0.13/lib/neon/
H A Dne_request.c116 char respbuf[NE_BUFSIZ]; member
727 ne_sock_readline(sock, req->respbuf, sizeof req->respbuf), in read_response_block()
730 chunk_len = strtoul(req->respbuf, &ptr, 16); in read_response_block()
733 if (ptr == req->respbuf || in read_response_block()
891 char *buffer = req->respbuf; in read_status_line()
929 sizeof req->respbuf), in discard_headers()
931 NE_DEBUG(NE_DBG_HTTP, "[discard] < %s", req->respbuf); in discard_headers()
932 } while (strcmp(req->respbuf, EOL) != 0); in discard_headers()
1360 while ((len = ne_read_response_block(req, req->respbuf, in ne_read_response_to_fd()
1362 const char *block = req->respbuf; in ne_read_response_to_fd()
[all …]
/dports/www/davix/davix-0.7.6/deps/libneon/src/
H A Dne_request.c120 char respbuf[NE_BUFSIZ]; member
734 ne_sock_readline(sock, req->respbuf, sizeof req->respbuf), in read_response_block()
737 chunk_len = strtoul(req->respbuf, &ptr, 16); in read_response_block()
740 if (ptr == req->respbuf || in read_response_block()
918 char *buffer = req->respbuf; in read_status_line()
956 sizeof req->respbuf), in discard_headers()
958 NE_DEBUG(NE_DBG_HTTP, "[discard] < %s", req->respbuf); in discard_headers()
959 } while (strcmp(req->respbuf, EOL) != 0); in discard_headers()
1399 while ((len = ne_read_response_block(req, req->respbuf, in ne_read_response_to_fd()
1401 const char *block = req->respbuf; in ne_read_response_to_fd()
[all …]
/dports/www/neon/neon-0.32.1/src/
H A Dne_request.c118 char respbuf[NE_BUFSIZ]; member
787 ne_sock_readline(sock, req->respbuf, sizeof req->respbuf), in read_response_block()
790 chunk_len = strtoul(req->respbuf, &ptr, 16); in read_response_block()
793 if (ptr == req->respbuf || in read_response_block()
958 char *buffer = req->respbuf; in read_status_line()
999 sizeof req->respbuf), in discard_headers()
1001 NE_DEBUG(NE_DBG_HTTP, "[discard] < %s", req->respbuf); in discard_headers()
1002 } while (strcmp(req->respbuf, EOL) != 0); in discard_headers()
1440 while ((len = ne_read_response_block(req, req->respbuf, in ne_read_response_to_fd()
1442 const char *block = req->respbuf; in ne_read_response_to_fd()
[all …]
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/plat/intel/soc/common/
H A Dsocfpga_sip_svc.c354 static uint32_t intel_rsu_status(uint64_t *respbuf, unsigned int respbuf_sz) in intel_rsu_status() argument
356 if (mailbox_rsu_status((uint32_t *)respbuf, respbuf_sz) < 0) in intel_rsu_status()
376 static uint32_t intel_rsu_retry_counter(uint32_t *respbuf, uint32_t respbuf_sz, in intel_rsu_retry_counter() argument
379 if (mailbox_rsu_status((uint32_t *)respbuf, respbuf_sz) < 0) in intel_rsu_retry_counter()
382 *ret_stat = respbuf[8]; in intel_rsu_retry_counter()
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/plat/intel/soc/common/
H A Dsocfpga_sip_svc.c354 static uint32_t intel_rsu_status(uint64_t *respbuf, unsigned int respbuf_sz) in intel_rsu_status() argument
356 if (mailbox_rsu_status((uint32_t *)respbuf, respbuf_sz) < 0) in intel_rsu_status()
376 static uint32_t intel_rsu_retry_counter(uint32_t *respbuf, uint32_t respbuf_sz, in intel_rsu_retry_counter() argument
379 if (mailbox_rsu_status((uint32_t *)respbuf, respbuf_sz) < 0) in intel_rsu_retry_counter()
382 *ret_stat = respbuf[8]; in intel_rsu_retry_counter()
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/plat/intel/soc/common/
H A Dsocfpga_sip_svc.c354 static uint32_t intel_rsu_status(uint64_t *respbuf, unsigned int respbuf_sz) in intel_rsu_status() argument
356 if (mailbox_rsu_status((uint32_t *)respbuf, respbuf_sz) < 0) in intel_rsu_status()
376 static uint32_t intel_rsu_retry_counter(uint32_t *respbuf, uint32_t respbuf_sz, in intel_rsu_retry_counter() argument
379 if (mailbox_rsu_status((uint32_t *)respbuf, respbuf_sz) < 0) in intel_rsu_retry_counter()
382 *ret_stat = respbuf[8]; in intel_rsu_retry_counter()
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/plat/intel/soc/common/
H A Dsocfpga_sip_svc.c354 static uint32_t intel_rsu_status(uint64_t *respbuf, unsigned int respbuf_sz) in intel_rsu_status() argument
356 if (mailbox_rsu_status((uint32_t *)respbuf, respbuf_sz) < 0) in intel_rsu_status()
376 static uint32_t intel_rsu_retry_counter(uint32_t *respbuf, uint32_t respbuf_sz, in intel_rsu_retry_counter() argument
379 if (mailbox_rsu_status((uint32_t *)respbuf, respbuf_sz) < 0) in intel_rsu_retry_counter()
382 *ret_stat = respbuf[8]; in intel_rsu_retry_counter()
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/plat/intel/soc/common/
H A Dsocfpga_sip_svc.c354 static uint32_t intel_rsu_status(uint64_t *respbuf, unsigned int respbuf_sz) in intel_rsu_status() argument
356 if (mailbox_rsu_status((uint32_t *)respbuf, respbuf_sz) < 0) in intel_rsu_status()
376 static uint32_t intel_rsu_retry_counter(uint32_t *respbuf, uint32_t respbuf_sz, in intel_rsu_retry_counter() argument
379 if (mailbox_rsu_status((uint32_t *)respbuf, respbuf_sz) < 0) in intel_rsu_retry_counter()
382 *ret_stat = respbuf[8]; in intel_rsu_retry_counter()

1234