Home
last modified time | relevance | path

Searched refs:kidIndex (Results 1 – 6 of 6) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dskb_keyring.go24 kidIndex map[keybase1.KID]*SKB member
34 kidIndex: make(map[keybase1.KID]*SKB),
163 k.kidIndex[g.GetKID()] = b
272 k.kidIndex = make(map[keybase1.KID]*SKB)
354 ret, ok := k.kidIndex[kid]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsxml.c3921 uint32 length, index, kidIndex, deleteCount; in DeleteProperty() local
3958 kidIndex = XMLARRAY_FIND_MEMBER(&parent->xml_kids, kid, in DeleteProperty()
3960 JS_ASSERT(kidIndex != XML_NOT_FOUND); in DeleteProperty()
3961 if (!IndexToIdVal(cx, kidIndex, &id)) in DeleteProperty()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsxml.c3921 uint32 length, index, kidIndex, deleteCount; in DeleteProperty() local
3958 kidIndex = XMLARRAY_FIND_MEMBER(&parent->xml_kids, kid, in DeleteProperty()
3960 JS_ASSERT(kidIndex != XML_NOT_FOUND); in DeleteProperty()
3961 if (!IndexToIdVal(cx, kidIndex, &id)) in DeleteProperty()
/dports/lang/spidermonkey17/js/src/
H A Djsxml.c3927 uint32 length, index, kidIndex, deleteCount; in DeleteProperty() local
3964 kidIndex = XMLARRAY_FIND_MEMBER(&parent->xml_kids, kid, in DeleteProperty()
3966 JS_ASSERT(kidIndex != XML_NOT_FOUND); in DeleteProperty()
3967 if (!IndexToIdVal(cx, kidIndex, &id)) in DeleteProperty()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsxml.c3921 uint32 length, index, kidIndex, deleteCount; in DeleteProperty() local
3958 kidIndex = XMLARRAY_FIND_MEMBER(&parent->xml_kids, kid, in DeleteProperty()
3960 JS_ASSERT(kidIndex != XML_NOT_FOUND); in DeleteProperty()
3961 if (!IndexToIdVal(cx, kidIndex, &id)) in DeleteProperty()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsxml.c3921 uint32 length, index, kidIndex, deleteCount; in DeleteProperty() local
3958 kidIndex = XMLARRAY_FIND_MEMBER(&parent->xml_kids, kid, in DeleteProperty()
3960 JS_ASSERT(kidIndex != XML_NOT_FOUND); in DeleteProperty()
3961 if (!IndexToIdVal(cx, kidIndex, &id)) in DeleteProperty()