Searched defs:C_OK (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/courgette/
H A Dcourgette.h16 // Client code should only rely on the distintion between C_OK and the other
20 C_OK = 1, // Successful operation. enumerator in enum:courgette::Status
74 // Returns C_OK unless something went wrong.
80 // Returns C_OK unless something went wrong.
89 // Returns C_OK unless something when wrong (unexpected).
97 // Fill in type and detected_length, and return C_OK.
107 // Returns C_OK if successful, otherwise returns an error status and sets
117 // Returns C_OK if succeeded, otherwise returns an error status and
122 // Returns C_OK if succeeded, otherwise returns an error status.
126 // Returns C_OK i
[all...]

Completed in 196 milliseconds