Lines Matching refs:FAILURE
27 const FAILURE: c_int = 0;
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).
297 return FAILURE;
303 Err(_) => return FAILURE,
315 /// Returns a `c_int` indicating whether the operation was successful (SUCCESS) or failed (FAILURE).
322 return FAILURE;
328 Err(_) => return FAILURE,
335 /// Returns a `c_int` indicating whether the operation was successful (SUCCESS) or failed (FAILURE).
342 return FAILURE;
348 Err(_) => return FAILURE,
388 return FAILURE;
394 Err(_) => return FAILURE,
403 /// If the `YlongJson` string or the input string is null, it returns `FAILURE`.
410 return FAILURE;
416 Err(_) => return FAILURE,
443 /// If the `YlongJson` array or the size is null, it returns `FAILURE`.
450 return FAILURE;
456 Err(_) => return FAILURE,
488 /// Returns `FAILURE` if the array or the item is null, and `SUCCESS` otherwise.
495 return FAILURE;
501 Err(_) => return FAILURE,
511 /// Returns `FAILURE` if the array or the new item is null, the index is out of bounds, or any error occurs, and `SUCCESS` otherwise.
519 return FAILURE;
525 Err(_) => return FAILURE,
535 FAILURE
643 /// Returns `FAILURE` if the array node or the new item is null, and `SUCCESS` otherwise.
651 return FAILURE;
707 /// If the `YlongJson` object or the size is null, it returns `FAILURE`.
714 return FAILURE;
720 Err(_) => return FAILURE,
789 /// Returns a `c_int` indicating whether the operation was successful (SUCCESS) or failed (FAILURE).
798 return FAILURE;
804 Err(_) => return FAILURE,
822 /// Returns a `c_int` indicating whether the operation was successful (SUCCESS) or failed (FAILURE).
830 return FAILURE;
836 Err(_) => return FAILURE,
854 FAILURE
907 /// Returns SUCCESS if the operation is successful, FAILURE otherwise.
916 return FAILURE;
922 Err(_) => return FAILURE,
937 /// Returns SUCCESS if the operation is successful, FAILURE otherwise.
944 return FAILURE;
950 Err(_) => return FAILURE,
1046 /// Returns SUCCESS if the operation is successful, FAILURE otherwise.
1054 return FAILURE;