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

  /src/external/bsd/libevent/dist/test/
regress_http.c 2530 const int nonconform = (ptr != NULL); local
2532 nonconform ? EVHTTP_URI_NONCONFORMANT : 0;
2558 if (uri != NULL && !nonconform) { \
2560 } else if (uri == NULL && nonconform) { \
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_http.c 2527 const int nonconform = (ptr != NULL); local
2529 nonconform ? EVHTTP_URI_NONCONFORMANT : 0;
2555 if (uri != NULL && !nonconform) { \
2557 } else if (uri == NULL && nonconform) { \

Completed in 62 milliseconds