Searched refs:pstr (Results 1 - 25 of 31) sorted by relevance

12

/external/clang/test/CodeGen/
H A D2009-05-22-callingconv.c6 static reg_errcode_t re_string_construct (re_string_t *pstr, const char *str,
11 re_string_construct (pstr, str, len, trans, icase, dfa)
12 re_string_t *pstr;
/external/stlport/test/unit/
H A Dfind_test.cpp120 char *pstr = (char*)str; local
124 char *d = find(pstr, pstr + str_size, 'd');
130 char *last = find(pstr, pstr + str_size, 'x');
131 CPPUNIT_ASSERT( last == pstr + str_size );
H A Dmvctor_test.cpp68 char const* pstr = vec_strs.front().c_str(); local
77 CPPUNIT_ASSERT((pstr == vec_strs.front().c_str()));
88 pstr = vec_strs[2].c_str();
92 CPPUNIT_ASSERT((pstr == vec_strs[1].c_str()));
/external/openssl/crypto/ec/
H A Dec_ameth.c86 ASN1_STRING *pstr = NULL; local
87 pstr = ASN1_STRING_new();
88 if (!pstr)
90 pstr->length = i2d_ECParameters(ec_key, &pstr->data);
91 if (pstr->length <= 0)
93 ASN1_STRING_free(pstr);
97 *ppval = pstr;
144 ASN1_STRING *pstr = pval; local
147 pm = pstr
[all...]
/external/openssl/crypto/dh/
H A Ddh_ameth.c77 ASN1_STRING *pstr; local
93 pstr = pval;
94 pm = pstr->data;
95 pmlen = pstr->length;
190 ASN1_STRING *pstr; local
208 pstr = pval;
209 pm = pstr->data;
210 pmlen = pstr->length;
/external/qemu/util/
H A Dqemu-thread-win32.c21 char *pstr; local
24 NULL, err, 0, (LPTSTR)&pstr, 2, NULL);
25 fprintf(stderr, "qemu: %s: %s\n", msg, pstr);
26 LocalFree(pstr);
H A Dqemu-option.c92 const char *tag, const char **pstr)
97 p = *pstr;
104 *pstr = get_opt_value(buf, buf_size, p);
105 if (**pstr == ',') {
106 (*pstr)++;
91 get_next_param_value(char *buf, int buf_size, const char *tag, const char **pstr) argument
/external/openssl/crypto/dsa/
H A Ddsa_ameth.c75 ASN1_STRING *pstr; local
88 pstr = pval;
89 pm = pstr->data;
90 pmlen = pstr->length;
196 ASN1_STRING *pstr; local
254 pstr = pval;
255 pm = pstr->data;
256 pmlen = pstr->length;
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_cpols.c139 char *pstr;
164 pstr = cnf->name;
165 if(!strcmp(pstr,"ia5org")) {
168 } else if(*pstr == '@') {
170 polsect = X509V3_get_section(ctx, pstr + 1);
/external/openssl/crypto/x509v3/
H A Dv3_cpols.c135 char *pstr;
159 pstr = cnf->name;
160 if(!strcmp(pstr,"ia5org")) {
163 } else if(*pstr == '@') {
165 polsect = X509V3_get_section(ctx, pstr + 1);
/external/qemu/include/qemu/
H A Doption.h54 const char *tag, const char **pstr);
/external/chromium_org/third_party/boringssl/src/crypto/evp/
H A Dp_ec_asn1.c134 ASN1_STRING *pstr = pval; local
135 const uint8_t *pm = pstr->data;
136 int pmlen = pstr->length;
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_wstring.cpp684 FX_LPCWSTR pstr = m_pData->m_String; local
689 FXSYS_memcpy32(m_pData->m_String, pstr, pOldData->m_nDataLength * sizeof(FX_WCHAR));
722 FX_LPCWSTR pstr = m_pData->m_String; local
728 FXSYS_memmove32(m_pData->m_String, pstr, (pOldData->m_nDataLength + 1)*sizeof(FX_WCHAR));
H A Dfx_basic_bstring.cpp721 FX_LPCSTR pstr = m_pData->m_String; local
727 FXSYS_memmove32(m_pData->m_String, pstr, (pOldData->m_nDataLength + 1)*sizeof(char));
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h501 // If *pstr starts with the given prefix, modifies *pstr to be right
502 // past the prefix and returns true; otherwise leaves *pstr unchanged
503 // and returns false. None of pstr, *pstr, and prefix can be NULL.
504 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h533 // If *pstr starts with the given prefix, modifies *pstr to be right
534 // past the prefix and returns true; otherwise leaves *pstr unchanged
535 // and returns false. None of pstr, *pstr, and prefix can be NULL.
536 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-internal.h575 // If *pstr starts with the given prefix, modifies *pstr to be right
576 // past the prefix and returns true; otherwise leaves *pstr unchanged
577 // and returns false. None of pstr, *pstr, and prefix can be NULL.
578 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h604 // If *pstr starts with the given prefix, modifies *pstr to be right
605 // past the prefix and returns true; otherwise leaves *pstr unchanged
606 // and returns false. None of pstr, *pstr, and prefix can be NULL.
607 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h575 // If *pstr starts with the given prefix, modifies *pstr to be right
576 // past the prefix and returns true; otherwise leaves *pstr unchanged
577 // and returns false. None of pstr, *pstr, and prefix can be NULL.
578 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc4936 // If *pstr starts with the given prefix, modifies *pstr to be right
4937 // past the prefix and returns true; otherwise leaves *pstr unchanged
4938 // and returns false. None of pstr, *pstr, and prefix can be NULL.
4939 bool SkipPrefix(const char* prefix, const char** pstr) { argument
4941 if (strncmp(*pstr, prefix, prefix_len) == 0) {
4942 *pstr += prefix_len;
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc4543 // If *pstr starts with the given prefix, modifies *pstr to be right
4544 // past the prefix and returns true; otherwise leaves *pstr unchanged
4545 // and returns false. None of pstr, *pstr, and prefix can be NULL.
4546 bool SkipPrefix(const char* prefix, const char** pstr) { argument
4548 if (strncmp(*pstr, prefix, prefix_len) == 0) {
4549 *pstr += prefix_len;
/external/gtest/src/
H A Dgtest.cc4660 // If *pstr starts with the given prefix, modifies *pstr to be right
4661 // past the prefix and returns true; otherwise leaves *pstr unchanged
4662 // and returns false. None of pstr, *pstr, and prefix can be NULL.
4663 bool SkipPrefix(const char* prefix, const char** pstr) { argument
4665 if (strncmp(*pstr, prefix, prefix_len) == 0) {
4666 *pstr += prefix_len;
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc4511 // If *pstr starts with the given prefix, modifies *pstr to be right
4512 // past the prefix and returns true; otherwise leaves *pstr unchanged
4513 // and returns false. None of pstr, *pstr, and prefix can be NULL.
4514 bool SkipPrefix(const char* prefix, const char** pstr) { argument
4516 if (strncmp(*pstr, prefix, prefix_len) == 0) {
4517 *pstr += prefix_len;
/external/mesa3d/src/gtest/src/
H A Dgtest.cc4543 // If *pstr starts with the given prefix, modifies *pstr to be right
4544 // past the prefix and returns true; otherwise leaves *pstr unchanged
4545 // and returns false. None of pstr, *pstr, and prefix can be NULL.
4546 bool SkipPrefix(const char* prefix, const char** pstr) { argument
4548 if (strncmp(*pstr, prefix, prefix_len) == 0) {
4549 *pstr += prefix_len;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6144 // If *pstr starts with the given prefix, modifies *pstr to be right
6145 // past the prefix and returns true; otherwise leaves *pstr unchanged
6146 // and returns false. None of pstr, *pstr, and prefix can be NULL.
6147 bool SkipPrefix(const char* prefix, const char** pstr) { argument
6149 if (strncmp(*pstr, prefix, prefix_len) == 0) {
6150 *pstr += prefix_len;

Completed in 6085 milliseconds

12