HomeSort by: relevance | last modified time | path
    Searched defs:data_type (Results 1 - 25 of 62) sorted by relevancy

1 2 3

  /src/tests/lib/libcurses/director/
returns.h 52 data_enum_t data_type; member in struct:__anon7877
53 void *data_value; /* used if data_type is data_num
58 if data_type is data_var */
  /src/external/cddl/osnet/sys/sys/
kstat.h 91 uchar_t data_type; member in struct:kstat_named
  /src/external/gpl3/gcc/dist/gcc/c/
c-aux-info.cc 36 static const char *data_type; variable
88 return concat (data_type, " ", type_or_decl, NULL);
92 qualifiers_then_data_type = concat (type_or_decl, data_type, NULL);
126 : concat (formal_list, data_type, NULL));
242 This routine will also return with the global variable "data_type" set to
244 This "data_type" string can be concatenated onto the front of the returned
267 for the data_type info). Thus, this deepest "seed" value is simply passed
270 to do at this point is for the initial caller to prepend the "data_type"
280 data_type = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (t)));
328 data_type = IDENTIFIER_POINTER (t)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-aux-info.cc 36 static const char *data_type; variable
88 return concat (data_type, " ", type_or_decl, NULL);
92 qualifiers_then_data_type = concat (type_or_decl, data_type, NULL);
126 : concat (formal_list, data_type, NULL));
242 This routine will also return with the global variable "data_type" set to
244 This "data_type" string can be concatenated onto the front of the returned
267 for the data_type info). Thus, this deepest "seed" value is simply passed
270 to do at this point is for the initial caller to prepend the "data_type"
280 data_type = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (t)));
328 data_type = IDENTIFIER_POINTER (t)
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/openssl/
core.h 87 unsigned int data_type; /* declare what kind of content is in buffer */ member in struct:ossl_param_st
  /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/
decode_pem2der.c 137 const char *data_type; member in struct:pem_name_map_st
217 char *data_type = (char *)pem_name_map[i].data_type; local
246 if (data_type != NULL)
248 data_type, 0);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
core.h 84 unsigned int data_type; /* declare what kind of content is in buffer */ member in struct:ossl_param_st
  /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
decode_pem2der.c 106 const char *data_type; member in struct:pem_name_map_st
182 char *data_type = (char *)pem_name_map[i].data_type; local
186 if (data_type != NULL)
189 data_type, 0);
  /src/external/bsd/elftosb/dist/common/
smart_ptr.h 21 typedef T data_type; typedef in class:smart_ptr
130 typedef T data_type; typedef in class:smart_array_ptr
  /src/crypto/external/bsd/openssl/dist/crypto/encode_decode/
encoder_lib.c 40 const char *data_type; member in struct:encoder_process_data_st
577 data->data_type = OSSL_ENCODER_get0_name(current_encoder);
604 (char *)data->data_type, 0);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderInternals.h 53 using data_type = SmallVector<DeclID, 4>;
56 data_type &Data;
59 data_type_builder(data_type &D) : Data(D) {}
110 static void MergeDataInto(const data_type &From, data_type_builder &To) {
130 /// must provide the \c data_type type and the ReadData operation, only.
169 using data_type = IdentifierInfo *;
175 data_type ReadData(const internal_key_type& k,
196 struct data_type { struct in class:clang::serialization::reader::ASTSelectorLookupTrait
228 data_type ReadData(Selector, const unsigned char* d, unsigned DataLen);
262 using data_type = HeaderFileInfo
    [all...]
  /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 48 int data_type; field in struct:DotZLib.ZStream
  /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 48 int data_type; field in struct:DotZLib.ZStream
  /src/external/gpl3/gcc/dist/gcc/
ddg.h 89 dep_data_type data_type; member in struct:ddg_edge
  /src/external/gpl3/gcc.old/dist/gcc/
ddg.h 89 dep_data_type data_type; member in struct:ddg_edge
  /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 48 int data_type; field in struct:DotZLib.ZStream
  /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 48 int data_type; field in struct:DotZLib.ZStream
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 48 int data_type; field in struct:DotZLib.ZStream
  /src/crypto/external/apache2/openssl/dist/crypto/encode_decode/
encoder_lib.c 63 const char *data_type; member in struct:encoder_process_data_st
604 data->data_type = OSSL_ENCODER_get0_name(current_encoder);
629 (char *)data->data_type, 0);
decoder_lib.c 811 const char *data_type = NULL; local
892 if (p == NULL || p->data_type != OSSL_PARAM_OCTET_STRING)
901 if (p != NULL && !OSSL_PARAM_get_utf8_string_ptr(p, &data_type))
939 if (data_type != NULL && data_structure != NULL
949 data_type, trace_data_structure,
1037 if (data_type != NULL && !OSSL_DECODER_is_a(new_decoder, data_type)) {
  /src/crypto/external/apache2/openssl/dist/crypto/store/
store_result.c 65 const char *data_type; member in struct:extracted_param_data_st
106 && !OSSL_PARAM_get_utf8_string_ptr(p, &helper_data.data_type))
212 if (data->data_type == NULL)
215 keymgmt = EVP_KEYMGMT_fetch(libctx, data->data_type, propq);
255 data->data_type, propq);
303 data->data_type, selection, libctx,
481 * |data_type| (the PEM name) specifically declares it as a
493 if (data->data_type != NULL
494 && (OPENSSL_strcasecmp(data->data_type, PEM_STRING_X509_TRUSTED) == 0))
  /src/crypto/external/bsd/openssl/dist/crypto/store/
store_result.c 64 const char *data_type; member in struct:extracted_param_data_st
105 && !OSSL_PARAM_get_utf8_string_ptr(p, &helper_data.data_type))
197 if (data->data_type == NULL)
200 keymgmt = EVP_KEYMGMT_fetch(libctx, data->data_type, propq);
241 data->data_type, propq);
290 data->data_type, selection, libctx,
465 * |data_type| (the PEM name) specifically declares it as a
477 if (data->data_type != NULL
478 && (OPENSSL_strcasecmp(data->data_type, PEM_STRING_X509_TRUSTED) == 0))
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 53 typedef typename T::data_type data_type; typedef in struct:clang::ento::ProgramStateTrait
54 static inline void *MakeVoidPtr(data_type D) { return (void*) D; }
55 static inline data_type MakeData(void *const* P) {
56 return P ? (data_type) *P : (data_type) 0;
386 typename ProgramStateTrait<T>::data_type
414 set(typename ProgramStateTrait<T>::data_type D) const;
600 ProgramStateRef set(ProgramStateRef st, typename ProgramStateTrait<T>::data_type D) {
829 ProgramStateRef ProgramState::set(typename ProgramStateTrait<T>::data_type D) const
    [all...]
  /src/external/cddl/osnet/dist/uts/common/zmod/
zlib.h 100 int data_type; /* best guess about the data type: binary or text */ member in struct:z_stream_s
202 /* Possible values of the data_type field (though see inflate()) */
314 deflate() may update strm->data_type if it can make a good guess about
404 Also to assist in this, on return inflate() will set strm->data_type to the
412 bit 7 of data_type is set, in which case the number of unused bits will be
  /src/sys/net/
zlib.h 378 int data_type; /* best guess about the data type: ascii or binary */ member in struct:z_stream_s
454 /* Possible values of the data_type field */
567 deflate() may update data_type if it can make a good guess about

Completed in 43 milliseconds

1 2 3