Home
last modified time | relevance | path

Searched refs:tarray (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/external/perl/Text-Template-1.56/t/
Dtaint.t102 my $tarray = [$ttemplate];
103 should_fail TYPE => 'array', SOURCE => $tarray;
104 should_fail TYPE => 'array', SOURCE => $tarray, UNTAINT => 1;
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/
Dtaint.t102 my $tarray = [$ttemplate];
103 should_fail TYPE => 'array', SOURCE => $tarray;
104 should_fail TYPE => 'array', SOURCE => $tarray, UNTAINT => 1;
/third_party/icu/icu4c/source/test/intltest/
Djamotest.cpp396 Transliterator* tarray[4] = in TestRealText() local
398 CompoundTransliterator rt(tarray, 4); in TestRealText()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_usrreq.c4997 uint32_t *tarray; local
4998 SCTP_MALLOC(tarray, uint32_t *,
5001 if (tarray == NULL) {
5007 memcpy(tarray, inp->m_vrf_ids, (sizeof(uint32_t) * inp->vrf_size));
5009 inp->m_vrf_ids = tarray;