Home
last modified time | relevance | path

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

/third_party/curl/src/
Dvar.c85 #define FUNCMATCH(ptr,name,len) \ macro
117 if(FUNCMATCH(f, FUNC_TRIM, FUNC_TRIM_LEN)) { in varfunc()
136 else if(FUNCMATCH(f, FUNC_JSON, FUNC_JSON_LEN)) { in varfunc()
146 else if(FUNCMATCH(f, FUNC_URL, FUNC_URL_LEN)) { in varfunc()
164 else if(FUNCMATCH(f, FUNC_B64, FUNC_B64_LEN)) { in varfunc()