Home
last modified time | relevance | path

Searched defs:error_list (Results 1 – 3 of 3) sorted by relevance

/third_party/mbedtls/library/
Dpsa_util_internal.h94 #define PSA_TO_MBEDTLS_ERR_LIST(status, error_list, fallback_f) \ argument
/third_party/mesa3d/src/glx/
Dglxext.c110 static /* const */ char *error_list[] = { variable
134 __GLX_NUMBER_ERRORS, error_list) in XEXT_GENERATE_ERROR_STRING() argument
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc2145 PyObject* error_list = PyList_New(errors.size()); in FindInitializationErrors() local