Home
last modified time | relevance | path

Searched refs:respHandle (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dlib_ksils12.c112 KSI_AsyncHandle *respHandle; member
1655 qi->respHandle = NULL; in add_queue_item()
1722 KSI_AsyncHandle *respHandle = NULL; in process_requests_async() local
1736 respHandle = NULL; in process_requests_async()
1738 tmpRes=KSI_AsyncService_run(as, &respHandle, &p); in process_requests_async()
1742 if (respHandle == NULL) { /* nothing received */ in process_requests_async()
1754 KSI_AsyncHandle_free(respHandle); in process_requests_async()
1761 item->respHandle = respHandle; in process_requests_async()
1774 KSI_AsyncHandle_free(respHandle); in process_requests_async()
1856 KSI_AsyncHandle_free(item->respHandle); in process_requests_async()
[all …]
/dports/comms/ncid/ncid/server/
H A Dncidd.c2880 FILE *respHandle; in handleClientRequest() local
2902 respHandle = popen (updatecmd, "r"); in handleClientRequest()
2911 ignore = fgets (ptr, cnt, respHandle); in handleClientRequest()
2931 while (fgets(ptr, cnt, respHandle)) in handleClientRequest()
2937 pclose(respHandle); in handleClientRequest()
3268 FILE *respHandle; in handleClientRequest() local
3277 respHandle = popen (utilcmd, "r"); in handleClientRequest()
3295 pclose(respHandle); in handleClientRequest()
4783 FILE *respHandle; in runExternalHangup() local
4798 respHandle = popen (exthupcmd, "r"); in runExternalHangup()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/apiservers/engine/proxy/
H A Dcontainer_proxy.go547 respHandle, ok := resp.Payload.Handle.(string)
554 return respHandle, nil