Searched refs:prevs (Results 1 – 5 of 5) sorted by relevance
/external/cronet/third_party/libxml/src/ |
D | pattern.c | 1571 int i, s = 0, root = 0, flags = 0, prevs = -1; in xmlStreamCompile() local 1619 prevs = s; in xmlStreamCompile() 1624 prevs = -1; in xmlStreamCompile() 1662 if (prevs != -1) { in xmlStreamCompile() 1663 stream->steps[prevs].flags |= XML_STREAM_STEP_IN_SET; in xmlStreamCompile() 1664 prevs = -1; in xmlStreamCompile() 1678 prevs = s; in xmlStreamCompile() 1687 prevs = s; in xmlStreamCompile() 1695 prevs = s; in xmlStreamCompile()
|
/external/libxml2/ |
D | pattern.c | 1571 int i, s = 0, root = 0, flags = 0, prevs = -1; in xmlStreamCompile() local 1619 prevs = s; in xmlStreamCompile() 1624 prevs = -1; in xmlStreamCompile() 1662 if (prevs != -1) { in xmlStreamCompile() 1663 stream->steps[prevs].flags |= XML_STREAM_STEP_IN_SET; in xmlStreamCompile() 1664 prevs = -1; in xmlStreamCompile() 1678 prevs = s; in xmlStreamCompile() 1687 prevs = s; in xmlStreamCompile() 1695 prevs = s; in xmlStreamCompile()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.cpp | 2280 Byte prevs[256]; in OpenStream2() local 2281 memset(prevs, 0xFF, sizeof(prevs)); in OpenStream2() 2326 prevs[sigIndex] = hash[v]; in OpenStream2() 2534 i = prevs[i]; in OpenStream2()
|
/external/openthread/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ssl.function | 3129 void ssl_dtls_replay( data_t * prevs, data_t * new, int ret ) 3145 for( len = 0; len < prevs->len; len += 6 ) 3147 memcpy( ssl.in_ctr + 2, prevs->x + len, 6 );
|
/external/mbedtls/tests/suites/ |
D | test_suite_ssl.function | 3657 void ssl_dtls_replay( data_t * prevs, data_t * new, int ret ) 3673 for( len = 0; len < prevs->len; len += 6 ) 3675 memcpy( ssl.in_ctr + 2, prevs->x + len, 6 );
|