Home
last modified time | relevance | path

Searched refs:wc (Results 1 – 8 of 8) sorted by relevance

/curl/lib/vtls/
H A Dx509asn1.c376 unsigned int wc = 0; in utf8asn1str() local
380 wc = (wc << 8) | *(const unsigned char *) from++; in utf8asn1str()
381 wc = (wc << 8) | *(const unsigned char *) from++; in utf8asn1str()
384 wc = (wc << 8) | *(const unsigned char *) from++; in utf8asn1str()
387 wc = (wc << 8) | *(const unsigned char *) from++; in utf8asn1str()
389 if(wc >= 0x00000080) { in utf8asn1str()
390 if(wc >= 0x00000800) { in utf8asn1str()
398 wc = (wc >> 6) | 0x00010000; in utf8asn1str()
402 wc = (wc >> 6) | 0x00000800; in utf8asn1str()
406 wc = (wc >> 6) | 0x000000C0; in utf8asn1str()
[all …]
/curl/lib/
H A Dftplistparser.c190 wc->state = CURLWC_INIT; in Curl_wildcard_init()
198 if(!wc) in Curl_wildcard_dtor()
201 if(wc->dtor) { in Curl_wildcard_dtor()
202 wc->dtor(wc->ftpwc); in Curl_wildcard_dtor()
203 wc->dtor = ZERO_NULL; in Curl_wildcard_dtor()
204 wc->ftpwc = NULL; in Curl_wildcard_dtor()
209 free(wc->path); in Curl_wildcard_dtor()
210 wc->path = NULL; in Curl_wildcard_dtor()
211 free(wc->pattern); in Curl_wildcard_dtor()
212 wc->pattern = NULL; in Curl_wildcard_dtor()
[all …]
H A Dftplistparser.h68 CURLcode Curl_wildcard_init(struct WildcardData *wc);
H A Dtransfer.c638 struct WildcardData *wc; in Curl_pretransfer() local
644 wc = data->wildcard; in Curl_pretransfer()
645 if(wc->state < CURLWC_INIT) { in Curl_pretransfer()
646 if(wc->ftpwc) in Curl_pretransfer()
647 wc->dtor(wc->ftpwc); in Curl_pretransfer()
648 Curl_safefree(wc->pattern); in Curl_pretransfer()
649 Curl_safefree(wc->path); in Curl_pretransfer()
650 result = Curl_wildcard_init(wc); /* init wildcard structures */ in Curl_pretransfer()
H A Dmulti.c2244 struct WildcardData *wc = data->wildcard; local
2245 if(wc->state == CURLWC_DONE || wc->state == CURLWC_SKIP) {
/curl/tests/server/
H A Dutil.c611 WNDCLASS wc; in main_window_loop() local
615 ZeroMemory(&wc, sizeof(wc)); in main_window_loop()
616 wc.lpfnWndProc = (WNDPROC)main_window_proc; in main_window_loop()
617 wc.hInstance = (HINSTANCE)lpParameter; in main_window_loop()
618 wc.lpszClassName = TEXT("MainWClass"); in main_window_loop()
619 if(!RegisterClass(&wc)) { in main_window_loop()
630 wc.hInstance, (LPVOID)NULL); in main_window_loop()
H A Dsockfilt.c283 ssize_t wc = write(filedes, (const unsigned char *)buffer + nwrite, in fullwrite() local
291 if(wc < 0) { in fullwrite()
301 if(wc == 0) { in fullwrite()
306 nwrite += wc; in fullwrite()
/curl/m4/
H A Dzz40-xc-ovr.m4296 dnl Emits shell code that verifies that 'wc' utility
303 # Verify that 'wc' utility is found within 'PATH', otherwise abort.
308 | wc -w 2>/dev/null | tr -d "$xc_space$xc_tab" 2>/dev/null`
314 echo "$xc_msg_err 'wc' utility not found in 'PATH'. $xc_msg_abrt" >&2
337 | wc -l 2>/dev/null | tr -d "$xc_space$xc_tab" 2>/dev/null

Completed in 38 milliseconds