Searched refs:CURLOPT_COOKIE (Results 1 – 5 of 5) sorted by relevance
20 curl_setopt($ch, CURLOPT_COOKIE, 'foo=bar');
14 curl_setopt($ch, CURLOPT_COOKIE, str_repeat("a", $FILE_size - 1));
44 const CURLOPT_COOKIE = UNKNOWN; define
230 REGISTER_LONG_CONSTANT("CURLOPT_COOKIE", CURLOPT_COOKIE, CONST_PERSISTENT); in register_curl_symbols()
1856 case CURLOPT_COOKIE: in _php_curl_setopt()
Completed in 36 milliseconds