Lines Matching refs:SUCCESS

26 const SUCCESS: c_int = 1;
184 SUCCESS
188 /// Returns a `c_int` indicating whether the operation was successful (SUCCESS) or failed (FAILURE).
205 SUCCESS
265 /// Returns a `c_int` indicating whether the operation was successful (SUCCESS) or failed (FAILURE).
286 SUCCESS
290 /// Returns a `c_int` indicating whether the operation was successful (SUCCESS) or failed (FAILURE).
311 SUCCESS
315 /// Returns a `c_int` indicating whether the operation was successful (SUCCESS) or failed (FAILURE).
331 SUCCESS
335 /// Returns a `c_int` indicating whether the operation was successful (SUCCESS) or failed (FAILURE).
351 SUCCESS
399 SUCCESS
421 SUCCESS
460 SUCCESS
488 /// Returns `FAILURE` if the array or the item is null, and `SUCCESS` otherwise.
507 SUCCESS
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.
533 return SUCCESS;
643 /// Returns `FAILURE` if the array node or the new item is null, and `SUCCESS` otherwise.
659 SUCCESS
724 SUCCESS
789 /// Returns a `c_int` indicating whether the operation was successful (SUCCESS) or failed (FAILURE).
818 SUCCESS
822 /// Returns a `c_int` indicating whether the operation was successful (SUCCESS) or failed (FAILURE).
851 return SUCCESS;
907 /// Returns SUCCESS if the operation is successful, FAILURE otherwise.
933 SUCCESS
937 /// Returns SUCCESS if the operation is successful, FAILURE otherwise.
957 SUCCESS
1046 /// Returns SUCCESS if the operation is successful, FAILURE otherwise.
1062 SUCCESS