Home
last modified time | relevance | path

Searched refs:signature (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dpng_reader.cpp61 UCHAR signature[8]; in CheckImageHasAlphaChannel() local
70 fread(signature, 1, 8, file); in CheckImageHasAlphaChannel()
71 if (png_sig_cmp(signature, 0, 8)) in CheckImageHasAlphaChannel()
140 UCHAR signature[8]; in ReadImage() local
149 fread(signature, 1, 8, file); in ReadImage()
150 if (png_sig_cmp(signature, 0, 8)) in ReadImage()
207 UCHAR signature[8]; in ReadImage() local
209 input_stream->Read(signature, 8, NULL); in ReadImage()
211 if (png_sig_cmp(signature, 0, 8)) in ReadImage()
/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/
Dcommit.h313 GIT_EXTERN(int) git_commit_extract_signature(git_buf *signature, git_buf *signed_data, git_reposito…
493 const char *signature,
524 git_buf *signature, git_buf *signature_field, const char *commit_content, void *payload);
Drebase.h356 const git_signature *signature);
/GUIX-v6.2.1/guix_studio/libs/libgit2/
DLICENSE.txt355 <signature of Ty Coon>, 1 April 1989
960 <signature of Ty Coon>, 1 April 1990
/GUIX-v6.2.1/docs/
Drevision_history.txt617 The following files have been modified to correct the draw() function signature: