Lines Matching full:on
49 * @return 0 on success, other value < 0 on error
60 * you must call `git_patch_free()` on the patch when done.
62 * @param out The generated patch; NULL on error
68 * @return 0 on success or error code < 0
84 * data, and you must call `git_patch_free()` on the patch when done.
86 * @param out The generated patch; NULL on error
93 * @return 0 on success or error code < 0
110 * data, and you must call `git_patch_free()` on the patch when done.
112 * @param out The generated patch; NULL on error
120 * @return 0 on success or error code < 0
162 * @return 0 on success, <0 on error
181 * @return 0 on success, GIT_ENOTFOUND if hunk_idx out of range, <0 on error
212 * @return 0 on success, <0 on failure
252 * @return 0 on success, non-zero callback return value, or error code
264 * @return 0 on success, <0 on failure.