Home
last modified time | relevance | path

Searched defs:ret_err (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/parallel/
Dtest-child-process-spawnsync.js37 const ret_err = spawnSync('command_does_not_exist', ['bar']).error; constant
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dxml_libxml2.c54 const char *xml_schema_fname, char **ret_err) in xml_validate()
116 const char *dtd_fname, char **ret_err) in xml_validate_dtd()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dxml_libxml2.c54 const char *xml_schema_fname, char **ret_err) in xml_validate()
116 const char *dtd_fname, char **ret_err) in xml_validate_dtd()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_debug.h131 #define ret_err(x, r) \ macro
/third_party/lwip/src/netif/
Dbridgeif.c276 err_t err, ret_err = ERR_OK; in bridgeif_send_to_ports() local
/third_party/grpc/src/core/lib/iomgr/
Dev_epoll1_linux.cc1072 grpc_error* ret_err = GRPC_ERROR_NONE; in pollset_kick() local