Home
last modified time | relevance | path

Searched refs:DEBUGASSERT (Results 76 – 100 of 111) sorted by relevance

12345

/curl/lib/
H A Dinet_ntop.c66 DEBUGASSERT(size >= 16); in inet_ntop4()
H A Dgopher.c151 DEBUGASSERT(path); in gopher_do()
H A Durlapi.c209 DEBUGASSERT(!buf || (buflen > MAX_SCHEME_LEN)); in Curl_is_absolute_url()
449 DEBUGASSERT(login); in parse_hostname_login()
578 DEBUGASSERT(*hostname == '['); in ipv6_parse()
637 DEBUGASSERT(hostname); in hostname_check()
852 DEBUGASSERT(authority); in Curl_url_set_authority()
1010 DEBUGASSERT(url); in parseurl()
1897 DEBUGASSERT(storep); in curl_url_set()
H A Dcurl_addrinfo.c273 DEBUGASSERT((he->h_name != NULL) && (he->h_addr_list != NULL)); in Curl_he2ai()
394 DEBUGASSERT(inaddr && hostname); in Curl_ip2addr()
H A Dheaders.c192 DEBUGASSERT(hlen); in namevalue()
231 DEBUGASSERT(data->state.prevhead); in unfold_value()
H A Dcontent_encoding.c870 DEBUGASSERT(buf); in Curl_all_content_encodings()
871 DEBUGASSERT(blen); in Curl_all_content_encodings()
1077 DEBUGASSERT(buf); in Curl_all_content_encodings()
1078 DEBUGASSERT(blen); in Curl_all_content_encodings()
H A Dnetrc.c80 DEBUGASSERT(netrcfile); in parsenetrc()
H A Dcf-h1-proxy.c101 DEBUGASSERT(ts); in tunnel_reinit()
277 DEBUGASSERT(blen >= (size_t)nwritten); in send_CONNECT()
509 DEBUGASSERT(ts->keepon == KEEPON_IGNORE in recv_CONNECT_resp()
954 DEBUGASSERT(ts->tunnel_state == H1_TUNNEL_RESPONSE); in H1_CONNECT()
H A Dmprintf.c625 DEBUGASSERT(NULL); /* unexpected */ in parsefmt()
1009 DEBUGASSERT(strlen(work) <= sizeof(work)); in formatf()
1066 DEBUGASSERT(retcode); in curl_mvsnprintf()
H A Dhttp_chunks.c564 DEBUGASSERT(!ctx->read_eos); in add_chunk()
638 DEBUGASSERT(ctx->eos || !ctx->read_eos); in cr_chunked_read()
H A Dcookie.c366 DEBUGASSERT(newstr); in strstore()
367 DEBUGASSERT(str); in strstore()
505 DEBUGASSERT(data); in Curl_cookie_add()
506 DEBUGASSERT(MAX_SET_COOKIE_AMOUNT <= 255); /* counter is an unsigned char */ in Curl_cookie_add()
H A Deasy.c504 DEBUGASSERT(0); in events_socket()
615 DEBUGASSERT(e); in wait_or_timeout()
617 DEBUGASSERT(data); in wait_or_timeout()
H A Dsmb.c621 DEBUGASSERT((sizeof(struct smb_header) + msg_len) <= MAX_MESSAGE_SIZE); in smb_send_message()
674 DEBUGASSERT(byte_count == (size_t)(p - msg.bytes)); in smb_send_setup()
702 DEBUGASSERT(byte_count == (size_t)(p - msg.bytes)); in smb_send_tree_connect()
H A Dtelnet.c1123 DEBUGASSERT(startwrite < 0); in telrcv()
1243 DEBUGASSERT(tn); in send_telnet_data()
1244 DEBUGASSERT(nread > 0); in send_telnet_data()
H A Dversion.c275 DEBUGASSERT(i <= VERSION_PARTS); in curl_version()
H A Dstrerror.c850 DEBUGASSERT(err >= 0); in Curl_strerror()
H A Dsetopt.c117 DEBUGASSERT(userp); in setstropt_userpwd()
118 DEBUGASSERT(passwdp); in setstropt_userpwd()
150 DEBUGASSERT(devp); in setstropt_interface()
151 DEBUGASSERT(ifacep); in setstropt_interface()
152 DEBUGASSERT(hostp); in setstropt_interface()
/curl/lib/vquic/
H A Dvquic-tls.c204 DEBUGASSERT(!ctx->wssl.handle); in Curl_wssl_init_ssl()
205 DEBUGASSERT(ctx->wssl.ctx); in Curl_wssl_init_ssl()
/curl/src/
H A Dtool_cb_prg.c78 DEBUGASSERT(bar->width <= MAX_BARLENGTH); in fly()
H A Dtool_parsecfg.c98 DEBUGASSERT(filename); in parseconfig()
H A Dtool_urlglob.c68 DEBUGASSERT(*amount >= 0); in multiply()
69 DEBUGASSERT(with >= 0); in multiply()
H A Dtool_operate.c322 DEBUGASSERT(transfers); in del_per_transfer()
323 DEBUGASSERT(transfersl); in del_per_transfer()
324 DEBUGASSERT(per); in del_per_transfer()
1193 DEBUGASSERT(per->outfile); in single_transfer()
1226 DEBUGASSERT(!outs->filename); in single_transfer()
1303 DEBUGASSERT(per->infdopen == FALSE); in single_transfer()
1304 DEBUGASSERT(per->infd == STDIN_FILENO); in single_transfer()
2507 DEBUGASSERT(mcode == CURLM_OUT_OF_MEMORY); in add_parallel_transfers()
H A Dvar.c356 DEBUGASSERT(nlen); in addvariable()
/curl/lib/vssh/
H A Dlibssh2.c379 DEBUGASSERT(sizeof(names)/sizeof(names[0]) == SSH_LAST); in state()
3002 DEBUGASSERT(sshc->ssh_session == NULL); in ssh_statemach_act()
3003 DEBUGASSERT(sshc->ssh_channel == NULL); in ssh_statemach_act()
3004 DEBUGASSERT(sshc->sftp_session == NULL); in ssh_statemach_act()
3005 DEBUGASSERT(sshc->sftp_handle == NULL); in ssh_statemach_act()
3007 DEBUGASSERT(sshc->kh == NULL); in ssh_statemach_act()
3010 DEBUGASSERT(sshc->ssh_agent == NULL); in ssh_statemach_act()
3826 DEBUGASSERT(data); in ssh_attach()
3827 DEBUGASSERT(conn); in ssh_attach()
H A Dwolfssh.c209 DEBUGASSERT(sizeof(names)/sizeof(names[0]) == SSH_LAST); in state()
283 DEBUGASSERT(rc == (int)len); in wsftp_send()
323 DEBUGASSERT(rc <= (int)len); in wsftp_recv()

Completed in 99 milliseconds

12345