Home
last modified time | relevance | path

Searched refs:purpose (Results 1 – 25 of 915) sorted by relevance

12345678910>>...37

/external/curl/docs/examples/
Dexternalsocket.c62 curlsocktype purpose, in opensocket() argument
66 (void)purpose; in opensocket()
75 curlsocktype purpose) in sockopt_callback() argument
79 (void)purpose; in sockopt_callback()
/external/ppp/pppd/plugins/radius/
DCOPYRIGHT7 purpose and without fee is hereby granted, provided that this
16 suitability of this software for any purpose. It is provided "as is"
23 purpose and without fee is hereby granted, provided that this copyright and
31 software for any purpose. It is provided "as is" without express or implied
39 purpose and without fee is hereby granted, provided that this copyright
47 of this software for any purpose. It is provided "as is" without express
54 documentation for any purpose and without fee is hereby granted, provided
85 software for any particular purpose. It is provided "as is"
/external/boringssl/src/crypto/x509v3/
Dv3_purp.c137 return (*a)->purpose - (*b)->purpose; in xp_cmp()
159 int X509_PURPOSE_set(int *p, int purpose) in X509_PURPOSE_set() argument
161 if (X509_PURPOSE_get_by_id(purpose) == -1) { in X509_PURPOSE_set()
165 *p = purpose; in X509_PURPOSE_set()
197 int X509_PURPOSE_get_by_id(int purpose) in X509_PURPOSE_get_by_id() argument
202 if ((purpose >= X509_PURPOSE_MIN) && (purpose <= X509_PURPOSE_MAX)) in X509_PURPOSE_get_by_id()
203 return purpose - X509_PURPOSE_MIN; in X509_PURPOSE_get_by_id()
204 tmp.purpose = purpose; in X509_PURPOSE_get_by_id()
266 ptmp->purpose = id; in X509_PURPOSE_add()
311 return xp->purpose; in X509_PURPOSE_get_id()
/external/nist-sip/java/gov/nist/javax/sip/header/
DCallInfo.java100 public void setPurpose(String purpose) { in setPurpose() argument
101 if (purpose == null) in setPurpose()
104 this.setParameter("purpose", purpose); in setPurpose()
/external/libgsm/
DNOTICE7 software for any purpose nor are held responsible for any defects of
25 for any purpose with or without fee is hereby granted,
29 of this software for any purpose nor are held responsible
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/
Dpixman-licenses.txt6 documentation for any purpose is hereby granted without fee, provided that
31 documentation for any purpose and without fee is hereby granted,
52 documentation for any purpose is hereby granted without fee, provided that
58 representations about the suitability of this software for any purpose. It
75 and its documentation for any purpose is hereby granted without fee,
82 any purpose. It is provided "as is" without express or implied
/external/curl/tests/libtest/
Dlib1530.c28 curlsocktype purpose, in opensocket() argument
31 (void)purpose; in opensocket()
Dlib500.c32 curlsocktype purpose, in tst_opensocket() argument
36 (void)purpose; in tst_opensocket()
/external/c-ares/
DNOTICE4 documentation for any purpose and without fee is hereby granted, provided that
10 purpose. It is provided "as is" without express or implied warranty.
Dcares.rc5 * software and its documentation for any purpose and without
13 * this software for any purpose. It is provided "as is"
/external/pdfium/third_party/libpng16/
D0003-check-errors-in-set-pcal.patch42 - png_warning(png_ptr, "Insufficient memory for pCAL purpose");
44 + png_chunk_report(png_ptr, "Insufficient memory for pCAL purpose",
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeRegisterInfo.td20 // Special purpose registers have 15-bit values
26 // MBlaze general purpose registers
31 // MBlaze special purpose registers
142 // None of the special purpose registers are allocatable.
/external/boringssl/src/crypto/x509/
Dx509_vpm.c135 param->purpose = 0; in x509_verify_param_zero()
273 x509_verify_param_copy(purpose, 0); in X509_VERIFY_PARAM_inherit()
388 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose) in X509_VERIFY_PARAM_set_purpose() argument
390 return X509_PURPOSE_set(&param->purpose, purpose); in X509_VERIFY_PARAM_set_purpose()
Dx509_vfy.c593 int purpose; in check_chain_extensions() local
610 purpose = X509_PURPOSE_CRL_SIGN; in check_chain_extensions()
614 purpose = ctx->param->purpose; in check_chain_extensions()
672 if (ctx->param->purpose > 0) { in check_chain_extensions()
673 ret = X509_check_purpose(x, purpose, must_be_ca > 0); in check_chain_extensions()
2191 int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose) in X509_STORE_CTX_set_purpose() argument
2193 return X509_STORE_CTX_purpose_inherit(ctx, 0, purpose, 0); in X509_STORE_CTX_set_purpose()
2213 int purpose, int trust) in X509_STORE_CTX_purpose_inherit() argument
2217 if (!purpose) in X509_STORE_CTX_purpose_inherit()
2218 purpose = def_purpose; in X509_STORE_CTX_purpose_inherit()
[all …]
/external/swiftshader/third_party/LLVM/autoconf/
DLICENSE.TXT14 documentation for any purpose is hereby granted without fee, provided that
20 suitability of this software for any purpose. It is provided "as is"
/external/swiftshader/third_party/LLVM/projects/sample/autoconf/
DLICENSE.TXT14 documentation for any purpose is hereby granted without fee, provided that
20 suitability of this software for any purpose. It is provided "as is"
/external/llvm/test/Instrumentation/MemorySanitizer/AArch64/
Dvararg.ll19 ; size (192 is total of general purpose registers size, 64, plus total of
27 ; We expect three memcpy operations: one for the general purpose registers,
62 ; array. General purpose registers are saved at positions from 0 to 64, Floating
/external/e2fsprogs/debian/
Dlibss2.copyright16 and its documentation for any purpose and without fee is
24 the suitability of this software for any purpose. It is
Dlibcomerr2.copyright15 and its documentation for any purpose and without fee is
23 the suitability of this software for any purpose. It is
/external/boringssl/src/include/openssl/
Dx509_vfy.h169 int purpose; /* purpose to check untrusted certificates */ member
448 OPENSSL_EXPORT int X509_STORE_set_purpose(X509_STORE *ctx, int purpose);
531 OPENSSL_EXPORT int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose);
534 int purpose, int trust);
561 OPENSSL_EXPORT int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose);
/external/webrtc/
DNOTICE38 * You may use, copy, modify and distribute this code for any purpose (include
61 * You may use, copy, modify and distribute this code for any purpose (include
149 // warranty, and with no claim as to its suitability for any purpose.
187 // comp.sys.arm a long time ago), so you can use them freely for any purpose.
200 // approximation routines, or if I can freely use it for any purpose.
/external/guava/guava-tests/test/com/google/common/reflect/
Dtest.txt1 This is a resource file for testing purpose.
/external/llvm/test/MC/Mips/
Dmips-pdr-bad.s13 .frame $f1, 8, # ASM: :[[@LINE]]:16: error: expected general purpose register
19 .frame $sp, 8, $f1 # ASM: :[[@LINE]]:24: error: expected general purpose register
/external/zlib/src/contrib/blast/
DREADME1 Read blast.h for purpose and usage.
/external/nist-sip/java/javax/sip/header/
DCallInfoHeader.java12 void setPurpose(String purpose); in setPurpose() argument

12345678910>>...37