HomeSort by relevance Sort by last modified time
    Searched refs:curl_jmpenv (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
hostip.h 206 extern sigjmp_buf curl_jmpenv;
hostip.c 284 sigjmp_buf curl_jmpenv; variable
540 siglongjmp(curl_jmpenv, 1);
620 if(sigsetjmp(curl_jmpenv, 1)) {

Completed in 63 milliseconds