Searched defs:forms (Results 1 – 6 of 6) sorted by relevance
16 var forms = null; variable
60 static OPT_PAIR forms[] = { variable
708 Curl_formadd_release_local(struct curl_forms *forms, int nargs, int skip) in Curl_formadd_release_local()721 Curl_formadd_convert(struct curl_forms *forms, in Curl_formadd_convert()770 struct curl_forms *forms; in curl_formadd_ccsid() local
212 struct curl_forms *forms = NULL; in FormAdd() local
160 .. _comprehensions:
668 int forms[] = {MathContext.PLAIN, MathContext.ENGINEERING, MathContext.SCIENTIFIC}; field in SerializableTestUtility.MathContextHandler