/third_party/openssl/crypto/asn1/ |
D | a_mbstr.c | 46 int str_type; in ASN1_mbstring_ncopy() local 120 str_type = V_ASN1_NUMERICSTRING; in ASN1_mbstring_ncopy() 122 str_type = V_ASN1_PRINTABLESTRING; in ASN1_mbstring_ncopy() 124 str_type = V_ASN1_IA5STRING; in ASN1_mbstring_ncopy() 126 str_type = V_ASN1_T61STRING; in ASN1_mbstring_ncopy() 128 str_type = V_ASN1_BMPSTRING; in ASN1_mbstring_ncopy() 131 str_type = V_ASN1_UNIVERSALSTRING; in ASN1_mbstring_ncopy() 134 str_type = V_ASN1_UTF8STRING; in ASN1_mbstring_ncopy() 138 return str_type; in ASN1_mbstring_ncopy() 145 dest->type = str_type; in ASN1_mbstring_ncopy() [all …]
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
D | a_mbstr.c | 46 int str_type; in ASN1_mbstring_ncopy() local 120 str_type = V_ASN1_NUMERICSTRING; in ASN1_mbstring_ncopy() 122 str_type = V_ASN1_PRINTABLESTRING; in ASN1_mbstring_ncopy() 124 str_type = V_ASN1_IA5STRING; in ASN1_mbstring_ncopy() 126 str_type = V_ASN1_T61STRING; in ASN1_mbstring_ncopy() 128 str_type = V_ASN1_BMPSTRING; in ASN1_mbstring_ncopy() 131 str_type = V_ASN1_UNIVERSALSTRING; in ASN1_mbstring_ncopy() 134 str_type = V_ASN1_UTF8STRING; in ASN1_mbstring_ncopy() 138 return str_type; in ASN1_mbstring_ncopy() 145 dest->type = str_type; in ASN1_mbstring_ncopy() [all …]
|
/third_party/libsnd/src/ |
D | strings.c | 31 psf_store_string (SF_PRIVATE *psf, int str_type, const char *str) in psf_store_string() argument 48 if (str_type != SF_STR_SOFTWARE && str_len == 0) in psf_store_string() 55 if (psf->strings.data [k].type == str_type) in psf_store_string() 88 switch (str_type) in psf_store_string() 142 psf->strings.data [k].type = str_type ; in psf_store_string() 160 psf_set_string (SF_PRIVATE *psf, int str_type, const char *str) in psf_set_string() argument 164 return psf_store_string (psf, str_type, str) ; in psf_set_string() 168 psf_get_string (SF_PRIVATE *psf, int str_type) in psf_get_string() argument 172 if (str_type == psf->strings.data [k].type) in psf_get_string()
|
D | common.h | 808 const char* psf_get_string (SF_PRIVATE *psf, int str_type) ; 809 int psf_set_string (SF_PRIVATE *psf, int str_type, const char *str) ; 810 int psf_store_string (SF_PRIVATE *psf, int str_type, const char *str) ;
|
D | sndfile.c | 1623 sf_get_string (SNDFILE *sndfile, int str_type) in sf_get_string() argument 1631 return psf_get_string (psf, str_type) ; in sf_get_string() 1635 sf_set_string (SNDFILE *sndfile, int str_type, const char* str) in sf_set_string() argument 1640 return psf_set_string (psf, str_type, str) ; in sf_set_string()
|
/third_party/libsnd/include/ |
D | sndfile.hh | 124 int setString (int str_type, const char* str) ; 126 const char* getString (int str_type) const ; 314 SndfileHandle::setString (int str_type, const char* str) in setString() argument 315 { return sf_set_string (p->sf, str_type, str) ; } in setString() 318 SndfileHandle::getString (int str_type) const in getString() 319 { return sf_get_string (p->sf, str_type) ; } in getString()
|
D | sndfile.h | 687 int sf_set_string (SNDFILE *sndfile, int str_type, const char* str) ; 689 const char* sf_get_string (SNDFILE *sndfile, int str_type) ;
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl19.c | 72 char *str_type(); 171 str_type(type), str_type(fl->l_type)); in compare_lock() 213 char *str_type(int type) in str_type() function
|
D | fcntl20.c | 68 char *str_type(); 170 str_type(type), str_type(fl->l_type)); in compare_lock() 212 char *str_type(int type) in str_type() function
|
D | fcntl17.c | 95 char *str_type(); 301 str_type(lock->l_type), str_type(fl.l_type)); in do_test() 333 char *str_type(int type) in str_type() function
|
D | fcntl11.c | 68 char *str_type(); 157 str_type(type), str_type(fl->l_type)); in compare_lock() 187 char *str_type(int type) in str_type() function
|
D | fcntl21.c | 67 char *str_type(); 178 str_type(type), str_type(fl->l_type)); in compare_lock() 220 char *str_type(int type) in str_type() function
|
/third_party/selinux/libsepol/cil/src/ |
D | cil.c | 1768 const char *str_type = NULL; in cil_filecons_to_string() local 1775 str_type = ""; in cil_filecons_to_string() 1778 str_type = "\t--"; in cil_filecons_to_string() 1781 str_type = "\t-d"; in cil_filecons_to_string() 1784 str_type = "\t-c"; in cil_filecons_to_string() 1787 str_type = "\t-b"; in cil_filecons_to_string() 1790 str_type = "\t-s"; in cil_filecons_to_string() 1793 str_type = "\t-p"; in cil_filecons_to_string() 1796 str_type = "\t-l"; in cil_filecons_to_string() 1799 str_type = ""; in cil_filecons_to_string() [all …]
|
/third_party/mesa3d/src/compiler/clc/ |
D | clc_helpers.cpp | 270 } str_type; in parseOpString() local 274 str_type = string_type::arg_type; in parseOpString() 277 str_type = string_type::arg_type_qual; in parseOpString() 305 if (str_type == string_type::arg_type) { in parseOpString() 307 } else if (str_type == string_type::arg_type_qual) { in parseOpString()
|
/third_party/python/Lib/test/ |
D | test_urlparse.py | 868 def _check_result_type(self, str_type): argument 869 num_args = len(str_type._fields) 870 bytes_type = str_type._encoded_counterpart 871 self.assertIs(bytes_type._decoded_counterpart, str_type) 874 str_result = str_type(*str_args)
|
/third_party/gn/src/gn/ |
D | parse_tree.cc | 259 const std::string& str_type = value.FindKey(kJsonNodeType)->GetString(); in BuildFromJSON() local 262 if (str_type == t::kDumpNodeName) { \ in BuildFromJSON() 280 NOTREACHED() << str_type; in BuildFromJSON()
|
/third_party/libsnd/docs/ |
D | api.md | 524 const char* sf_get_string (SNDFILE *sndfile, int str_type) ; 525 int sf_set_string (SNDFILE *sndfile, int str_type, const char* str) ; 530 **str_type** parameter can be any one of the following string types:
|
/third_party/elfio/elfio/ |
D | elfio_dump.hpp | 703 << " Type: " << str_type( reader.get_type() ) << std::endl in header()
|