Home
last modified time | relevance | path

Searched refs:MATCH_ALL (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/multifile/
Dpatternspec.c29 MATCH_ALL, /* "*A?A*" */ enumerator
157 case MATCH_ALL: in pattern_match()
304 pspec->match_type = tw_pos > hw_pos ? MATCH_ALL_TAIL : MATCH_ALL; in pattern_spec_new()
306 pspec->match_type = tj_pos > hj_pos ? MATCH_ALL_TAIL : MATCH_ALL; in pattern_spec_new()
/third_party/jsframework/runtime/main/extend/systemplugin/ohos/
DpackageManager.js24 MATCH_ALL: 0x00020000 property
/third_party/sqlite/src/
Dsqlite3.c207264 static const uint32_t MATCH_ALL = (uint32_t)'%';
207282 if( uPattern==MATCH_ALL && !prevEscape && uPattern!=(uint32_t)uEsc ){
207290 while( (c=*zPattern) == MATCH_ALL || c == MATCH_ONE ){