Searched refs:sinfo (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Drdtarga.c59 JMETHOD(void, read_pixel, (tga_source_ptr sinfo));
72 cjpeg_source_ptr sinfo));
88 read_byte (tga_source_ptr sinfo) argument
91 register FILE *infile = sinfo->pub.input_file;
95 ERREXIT(sinfo->cinfo, JERR_INPUT_EOF);
101 read_colormap (tga_source_ptr sinfo, int cmaplen, int mapentrysize) argument
108 ERREXIT(sinfo->cinfo, JERR_TGA_BADCMAP);
111 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
112 sinfo
123 read_non_rle_pixel(tga_source_ptr sinfo) argument
136 read_rle_pixel(tga_source_ptr sinfo) argument
333 start_input_tga(j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
473 finish_input_tga(j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
[all...]
H A Drdbmp.c69 read_byte (bmp_source_ptr sinfo) argument
72 register FILE *infile = sinfo->pub.input_file;
76 ERREXIT(sinfo->cinfo, JERR_INPUT_EOF);
82 read_colormap (bmp_source_ptr sinfo, int cmaplen, int mapentrysize) argument
91 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
92 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
93 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
276 start_input_bmp(j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
453 finish_input_bmp(j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
[all...]
H A Drdppm.c142 get_text_gray_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
145 ppm_source_ptr source = (ppm_source_ptr) sinfo;
160 get_text_rgb_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
163 ppm_source_ptr source = (ppm_source_ptr) sinfo;
180 get_scaled_gray_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
183 ppm_source_ptr source = (ppm_source_ptr) sinfo;
201 get_scaled_rgb_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
204 ppm_source_ptr source = (ppm_source_ptr) sinfo;
224 get_raw_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
230 ppm_source_ptr source = (ppm_source_ptr) sinfo;
297 start_input_ppm(j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
433 finish_input_ppm(j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
[all...]
H A Drdrle.c81 start_input_rle (j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
83 rle_source_ptr source = (rle_source_ptr) sinfo;
187 get_rle_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
189 rle_source_ptr source = (rle_source_ptr) sinfo;
205 get_pseudocolor_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
207 rle_source_ptr source = (rle_source_ptr) sinfo;
241 load_image (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
243 rle_source_ptr source = (rle_source_ptr) sinfo;
351 return (*source->pub.get_pixel_rows) (cinfo, sinfo);
360 finish_input_rle (j_compress_ptr cinfo, cjpeg_source_ptr sinfo) argument
[all...]
H A Dcdjpeg.h28 cjpeg_source_ptr sinfo));
30 cjpeg_source_ptr sinfo));
32 cjpeg_source_ptr sinfo));
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A DSecCmsSignerInfo.h117 @param sinfo SignerInfo data for this signer.
122 SecCmsSignerInfoGetSigningTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime);
127 @param sinfo SignerInfo data for this signer.
132 SecCmsSignerInfoGetTimestampTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime);
137 @param sinfo SignerInfo data for this signer, timeStampPolicy the policy to verify the timestamp signer
142 SecCmsSignerInfoGetTimestampTimeWithPolicy(SecCmsSignerInfoRef sinfo, CFTypeRef timeStampPolicy, CFAbsoluteTime *stime);
155 @param sinfo SignerInfo data for this signer.
160 SecCmsSignerInfoGetSignerCommonName(SecCmsSignerInfoRef sinfo);
165 @param sinfo SignerInfo data for this signer.
170 SecCmsSignerInfoGetSignerEmailAddress(SecCmsSignerInfoRef sinfo);
[all...]
H A Dcmssiginfo.c852 * sinfo - signerInfo data for this signer
858 SecCmsSignerInfoGetSigningTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime) argument
863 if (sinfo == NULL)
866 if (sinfo->signingTime != 0) {
867 *stime = sinfo->signingTime; /* cached copy */
871 attr = SecCmsAttributeArrayFindAttrByOidTag(sinfo->authAttr, SEC_OID_PKCS9_SIGNING_TIME, PR_TRUE);
877 sinfo->signingTime = *stime; /* make cached copy */
882 SecCmsSignerInfoGetTimestampTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime) argument
884 return SecCmsSignerInfoGetTimestampTimeWithPolicy(sinfo, NULL, stime);
888 SecCmsSignerInfoGetTimestampTimeWithPolicy(SecCmsSignerInfoRef sinfo, CFTypeRe argument
969 SecCmsSignerInfoGetSignerCommonName(SecCmsSignerInfoRef sinfo) argument
992 SecCmsSignerInfoGetSignerEmailAddress(SecCmsSignerInfoRef sinfo) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A DSecCmsSignerInfo.h117 @param sinfo SignerInfo data for this signer.
122 SecCmsSignerInfoGetSigningTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime);
127 @param sinfo SignerInfo data for this signer.
132 SecCmsSignerInfoGetTimestampTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime);
137 @param sinfo SignerInfo data for this signer, timeStampPolicy the policy to verify the timestamp signer
142 SecCmsSignerInfoGetTimestampTimeWithPolicy(SecCmsSignerInfoRef sinfo, CFTypeRef timeStampPolicy, CFAbsoluteTime *stime);
155 @param sinfo SignerInfo data for this signer.
160 SecCmsSignerInfoGetSignerCommonName(SecCmsSignerInfoRef sinfo);
165 @param sinfo SignerInfo data for this signer.
170 SecCmsSignerInfoGetSignerEmailAddress(SecCmsSignerInfoRef sinfo);
[all...]
H A Dcmssiginfo.c852 * sinfo - signerInfo data for this signer
858 SecCmsSignerInfoGetSigningTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime) argument
863 if (sinfo == NULL)
866 if (sinfo->signingTime != 0) {
867 *stime = sinfo->signingTime; /* cached copy */
871 attr = SecCmsAttributeArrayFindAttrByOidTag(sinfo->authAttr, SEC_OID_PKCS9_SIGNING_TIME, PR_TRUE);
877 sinfo->signingTime = *stime; /* make cached copy */
882 SecCmsSignerInfoGetTimestampTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime) argument
884 return SecCmsSignerInfoGetTimestampTimeWithPolicy(sinfo, NULL, stime);
888 SecCmsSignerInfoGetTimestampTimeWithPolicy(SecCmsSignerInfoRef sinfo, CFTypeRe argument
969 SecCmsSignerInfoGetSignerCommonName(SecCmsSignerInfoRef sinfo) argument
992 SecCmsSignerInfoGetSignerEmailAddress(SecCmsSignerInfoRef sinfo) argument
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dmerge.c349 struct sec_merge_info *sinfo; local
385 for (sinfo = (struct sec_merge_info *) *psinfo; sinfo; sinfo = sinfo->next)
386 if ((secinfo = sinfo->chain)
393 if (sinfo == NULL)
396 sinfo = bfd_alloc (abfd, sizeof (struct sec_merge_info));
397 if (sinfo == NULL)
399 sinfo
442 record_section(struct sec_merge_info *sinfo, struct sec_merge_sec_info *secinfo) argument
591 merge_strings(struct sec_merge_info *sinfo) argument
706 struct sec_merge_info *sinfo; local
[all...]
H A Dstabs.c150 struct stab_info *sinfo,
188 if (sinfo->stabstr == NULL)
194 sinfo->strings = _bfd_stringtab_init ();
195 if (sinfo->strings == NULL)
198 (void) _bfd_stringtab_add (sinfo->strings, "", TRUE, TRUE);
199 if (! bfd_hash_table_init (&sinfo->includes,
205 sinfo->stabstr = bfd_make_section_anyway_with_flags (abfd, ".stabstr",
207 if (sinfo->stabstr == NULL)
285 *pstridx = _bfd_stringtab_add (sinfo->strings, string, TRUE, TRUE);
365 bfd_hash_lookup (&sinfo
147 _bfd_link_section_stabs(bfd *abfd, struct stab_info *sinfo, asection *stabsec, asection *stabstrsec, void * *psecinfo, bfd_size_type *pstring_offset) argument
656 _bfd_write_section_stabs(bfd *output_bfd, struct stab_info *sinfo, asection *stabsec, void * *psecinfo, bfd_byte *contents) argument
727 _bfd_write_stab_strings(bfd *output_bfd, struct stab_info *sinfo) argument
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A DSecCmsSignerInfo.h86 @param sinfo SignerInfo data for this signer.
91 SecCmsSignerInfoGetSigningTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime);
104 @param sinfo SignerInfo data for this signer.
109 SecCmsSignerInfoGetSignerCommonName(SecCmsSignerInfoRef sinfo);
114 @param sinfo SignerInfo data for this signer.
119 SecCmsSignerInfoGetSignerEmailAddress(SecCmsSignerInfoRef sinfo);
H A Dcmssiginfo.c788 * sinfo - signerInfo data for this signer
794 SecCmsSignerInfoGetSigningTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime) argument
799 if (sinfo == NULL)
802 if (sinfo->signingTime != 0) {
803 *stime = sinfo->signingTime; /* cached copy */
807 attr = SecCmsAttributeArrayFindAttrByOidTag(sinfo->authAttr, SEC_OID_PKCS9_SIGNING_TIME, PR_TRUE);
813 sinfo->signingTime = *stime; /* make cached copy */
898 * sinfo - signerInfo data for this signer
904 SecCmsSignerInfoGetSignerCommonName(SecCmsSignerInfoRef sinfo) argument
910 if ((signercert = SecCmsSignerInfoGetSigningCertificate(sinfo, NUL
937 SecCmsSignerInfoGetSignerEmailAddress(SecCmsSignerInfoRef sinfo) argument
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A DSecCmsSignerInfo.h86 @param sinfo SignerInfo data for this signer.
91 SecCmsSignerInfoGetSigningTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime);
104 @param sinfo SignerInfo data for this signer.
109 SecCmsSignerInfoGetSignerCommonName(SecCmsSignerInfoRef sinfo);
114 @param sinfo SignerInfo data for this signer.
119 SecCmsSignerInfoGetSignerEmailAddress(SecCmsSignerInfoRef sinfo);
H A Dcmssiginfo.c788 * sinfo - signerInfo data for this signer
794 SecCmsSignerInfoGetSigningTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime) argument
799 if (sinfo == NULL)
802 if (sinfo->signingTime != 0) {
803 *stime = sinfo->signingTime; /* cached copy */
807 attr = SecCmsAttributeArrayFindAttrByOidTag(sinfo->authAttr, SEC_OID_PKCS9_SIGNING_TIME, PR_TRUE);
813 sinfo->signingTime = *stime; /* make cached copy */
898 * sinfo - signerInfo data for this signer
904 SecCmsSignerInfoGetSignerCommonName(SecCmsSignerInfoRef sinfo) argument
910 if ((signercert = SecCmsSignerInfoGetSigningCertificate(sinfo, NUL
937 SecCmsSignerInfoGetSignerEmailAddress(SecCmsSignerInfoRef sinfo) argument
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A DSecCmsSignerInfo.h86 @param sinfo SignerInfo data for this signer.
91 SecCmsSignerInfoGetSigningTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime);
104 @param sinfo SignerInfo data for this signer.
109 SecCmsSignerInfoGetSignerCommonName(SecCmsSignerInfoRef sinfo);
114 @param sinfo SignerInfo data for this signer.
119 SecCmsSignerInfoGetSignerEmailAddress(SecCmsSignerInfoRef sinfo);
H A Dcmssiginfo.c788 * sinfo - signerInfo data for this signer
794 SecCmsSignerInfoGetSigningTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime) argument
799 if (sinfo == NULL)
802 if (sinfo->signingTime != 0) {
803 *stime = sinfo->signingTime; /* cached copy */
807 attr = SecCmsAttributeArrayFindAttrByOidTag(sinfo->authAttr, SEC_OID_PKCS9_SIGNING_TIME, PR_TRUE);
813 sinfo->signingTime = *stime; /* make cached copy */
898 * sinfo - signerInfo data for this signer
904 SecCmsSignerInfoGetSignerCommonName(SecCmsSignerInfoRef sinfo) argument
910 if ((signercert = SecCmsSignerInfoGetSigningCertificate(sinfo, NUL
937 SecCmsSignerInfoGetSignerEmailAddress(SecCmsSignerInfoRef sinfo) argument
[all...]
/macosx-10.10/uucp-11/uucp/uuconf/
H A Dtsinfo.c73 struct sinfo
202 struct sinfo si;
380 struct sinfo *qinfo = (struct sinfo *) pinfo;
407 struct sinfo *qinfo = (struct sinfo *) pinfo;
464 sinfo structure. */
476 struct sinfo *qinfo = (struct sinfo *) pinfo;
527 struct sinfo *qinf
71 struct sinfo struct
[all...]
H A Dcallin.c37 struct sinfo
61 struct sinfo s;
184 struct sinfo *q = (struct sinfo *) pinfo;
36 struct sinfo struct
H A Drdlocs.c65 struct sinfo
91 struct sinfo si;
198 struct sinfo *qinfo = (struct sinfo *) pinfo;
249 struct sinfo *qinfo = (struct sinfo *) pinfo;
63 struct sinfo struct
H A Dtinit.c109 struct sinfo
134 struct sinfo si;
374 struct sinfo *qinfo = (struct sinfo *) pinfo;
106 struct sinfo struct
/macosx-10.10/libxml2-26/libxml2/doc/examples/
H A Dindex.py161 sinfo = symbols[name]
162 refs = sinfo[0]
166 sinfo.append(filename)
167 sinfo[0] = refs + 1
/macosx-10.10/uucp-11/uucp/
H A Dcu.c273 struct sconninfo sinfo;
569 sinfo.fmatched = FALSE;
570 sinfo.flocked = FALSE;
571 sinfo.fdirect = qsys == NULL && zphone == NULL;
572 sinfo.qconn = &sconn;
573 sinfo.zline = zline;
577 icuport_lock, (pointer) &sinfo,
583 if (sinfo.flocked)
595 if (sinfo.fmatched)
650 sinfo
271 struct sconninfo sinfo; local
[all...]
H A Duuchk.c59 struct sinfo
453 struct sinfo si;
775 struct sinfo *qi = (struct sinfo *) pinfo;
57 struct sinfo struct
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dnm.c57 symbol_info *sinfo; member in struct:extended_symbol_info
62 #define SYM_NAME(sym) (sym->sinfo->name)
63 #define SYM_VALUE(sym) (sym->sinfo->value)
64 #define SYM_TYPE(sym) (sym->sinfo->type)
65 #define SYM_STAB_NAME(sym) (sym->sinfo->stab_name)
66 #define SYM_STAB_DESC(sym) (sym->sinfo->stab_desc)
67 #define SYM_STAB_OTHER(sym) (sym->sinfo->stab_other)
805 info.sinfo = &syminfo;

Completed in 244 milliseconds

12