Home
last modified time | relevance | path

Searched refs:sendit (Results 1 – 4 of 4) sorted by relevance

/external/libcups/scheduler/
Dsysman.c613 int sendit = 1; /* Send event to main thread? * in sysEventPowerNotifier() local
642 sendit = 2; in sysEventPowerNotifier()
652 sendit = 0; in sysEventPowerNotifier()
702 if (sendit == 0) in sysEventPowerNotifier()
709 if (sendit == 1) in sysEventPowerNotifier()
/external/curl/lib/
Dhttp.c2124 http->sendit = &data->set.mimepost; in Curl_http()
2133 http->sendit = &http->form; in Curl_http()
2136 http->sendit = NULL; in Curl_http()
2140 if(http->sendit) { in Curl_http()
2144 http->sendit->flags |= MIME_BODY_ONLY; in Curl_http()
2151 else if(http->sendit->kind == MIMEKIND_MULTIPART) in Curl_http()
2154 curl_mime_headers(http->sendit, data->set.headers, 0); in Curl_http()
2155 result = Curl_mime_prepare_headers(http->sendit, cthdr, in Curl_http()
2157 curl_mime_headers(http->sendit, NULL, 0); in Curl_http()
2159 result = Curl_mime_rewind(http->sendit); in Curl_http()
[all …]
Dhttp.h113 curl_mimepart *sendit; member
Dtransfer.c431 if(http->sendit) in Curl_readrewind()
432 mimepart = http->sendit; in Curl_readrewind()