Home
last modified time | relevance | path

Searched refs:functionpointer (Results 1 – 11 of 11) sorted by relevance

/external/curl/tests/data/
Dtest140083 CURLOPT_WRITEFUNCTION set to a functionpointer
85 CURLOPT_READFUNCTION set to a functionpointer
87 CURLOPT_SEEKFUNCTION set to a functionpointer
90 CURLOPT_DEBUGFUNCTION set to a functionpointer
92 CURLOPT_HEADERFUNCTION set to a functionpointer
Dtest142077 CURLOPT_WRITEFUNCTION set to a functionpointer
79 CURLOPT_READFUNCTION set to a functionpointer
81 CURLOPT_SEEKFUNCTION set to a functionpointer
84 CURLOPT_DEBUGFUNCTION set to a functionpointer
86 CURLOPT_HEADERFUNCTION set to a functionpointer
Dtest140772 CURLOPT_WRITEFUNCTION set to a functionpointer
74 CURLOPT_READFUNCTION set to a functionpointer
76 CURLOPT_SEEKFUNCTION set to a functionpointer
79 CURLOPT_DEBUGFUNCTION set to a functionpointer
81 CURLOPT_HEADERFUNCTION set to a functionpointer
Dtest140288 CURLOPT_WRITEFUNCTION set to a functionpointer
90 CURLOPT_READFUNCTION set to a functionpointer
92 CURLOPT_SEEKFUNCTION set to a functionpointer
95 CURLOPT_DEBUGFUNCTION set to a functionpointer
97 CURLOPT_HEADERFUNCTION set to a functionpointer
Dtest140383 CURLOPT_WRITEFUNCTION set to a functionpointer
85 CURLOPT_READFUNCTION set to a functionpointer
87 CURLOPT_SEEKFUNCTION set to a functionpointer
90 CURLOPT_DEBUGFUNCTION set to a functionpointer
92 CURLOPT_HEADERFUNCTION set to a functionpointer
Dtest146591 CURLOPT_WRITEFUNCTION set to a functionpointer
93 CURLOPT_READFUNCTION set to a functionpointer
95 CURLOPT_SEEKFUNCTION set to a functionpointer
98 CURLOPT_DEBUGFUNCTION set to a functionpointer
100 CURLOPT_HEADERFUNCTION set to a functionpointer
Dtest140692 CURLOPT_WRITEFUNCTION set to a functionpointer
94 CURLOPT_READFUNCTION set to a functionpointer
96 CURLOPT_SEEKFUNCTION set to a functionpointer
99 CURLOPT_DEBUGFUNCTION set to a functionpointer
101 CURLOPT_HEADERFUNCTION set to a functionpointer
Dtest140599 CURLOPT_WRITEFUNCTION set to a functionpointer
101 CURLOPT_READFUNCTION set to a functionpointer
103 CURLOPT_SEEKFUNCTION set to a functionpointer
106 CURLOPT_DEBUGFUNCTION set to a functionpointer
108 CURLOPT_HEADERFUNCTION set to a functionpointer
Dtest1401100 CURLOPT_WRITEFUNCTION set to a functionpointer
102 CURLOPT_READFUNCTION set to a functionpointer
104 CURLOPT_SEEKFUNCTION set to a functionpointer
107 CURLOPT_DEBUGFUNCTION set to a functionpointer
109 CURLOPT_HEADERFUNCTION set to a functionpointer
Dtest1404157 CURLOPT_WRITEFUNCTION set to a functionpointer
159 CURLOPT_READFUNCTION set to a functionpointer
161 CURLOPT_SEEKFUNCTION set to a functionpointer
164 CURLOPT_DEBUGFUNCTION set to a functionpointer
166 CURLOPT_HEADERFUNCTION set to a functionpointer
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-non-const-parameter.cpp204 void functionpointer(double f(double), int x) { in functionpointer() function