Home
last modified time | relevance | path

Searched refs:FAILURE (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_json/src/
H A Dadapter.rs27 const FAILURE: c_int = 0; consts
174 return FAILURE;
180 Err(_) => return FAILURE,
188 /// Returns a `c_int` indicating whether the operation was successful (SUCCESS) or failed (FAILURE).
195 return FAILURE;
201 Err(_) => return FAILURE,
265 /// Returns a `c_int` indicating whether the operation was successful (SUCCESS) or failed (FAILURE).
272 return FAILURE;
278 Err(_) => return FAILURE,
290 /// Returns a `c_int` indicating whether the operation was successful (SUCCESS) or failed (FAILURE)
[all...]

Completed in 2 milliseconds