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

  /external/curl/include/curl/
typecheck-gcc.h 103 if(!_curl_is_ptr((value), CURLSH)) \
355 /* For pointers, you can use the _curl_is_ptr/_curl_is_arr macros,
374 #define _curl_is_ptr(expr, type) \ macro
381 (_curl_is_ptr((expr), type) || \
421 (_curl_is_ptr((expr), void) || \
422 _curl_is_ptr((expr), FILE))
434 (_curl_is_ptr((expr), void) || \
    [all...]
  /external/google-breakpad/src/third_party/curl/
typecheck-gcc.h 84 if ((_curl_opt) == CURLOPT_SHARE && !_curl_is_ptr((value), CURLSH)) \
299 /* For pointers, you can use the _curl_is_ptr/_curl_is_arr macros,
318 #define _curl_is_ptr(expr, type) \ macro
325 (_curl_is_ptr((expr), type) || \
364 (_curl_is_ptr((expr), void) || \
365 _curl_is_ptr((expr), FILE))
377 (_curl_is_ptr((expr), void) || \
    [all...]

Completed in 85 milliseconds