HomeSort by: relevance | last modified time | path
    Searched refs:strclass (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/unbound/dist/testcode/
streamtcp.c 147 const char* strname, const char* strtype, const char* strclass)
181 qinfo.qclass = sldns_get_rr_class_by_name(strclass);
182 if(qinfo.qclass == 0 && strcmp(strclass, "CLASS0") != 0) {
183 printf("cannot parse query class: '%s'\n", strclass);
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 9496 static int JimStringIs(Jim_Interp *interp, Jim_Obj *strObjPtr, Jim_Obj *strClass, int strict)
9509 int strclass; local
9515 if (Jim_GetEnum(interp, strClass, strclassnames, &strclass, "class", JIM_ERRMSG | JIM_ENUM_ABBREV) != JIM_OK) {
9525 switch (strclass) {

Completed in 34 milliseconds