Home
last modified time | relevance | path

Searched refs:score (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dwhere.c562 int nEq, m, score; in sqliteWhereBegin() local
645 if( score==0 && inMask ) score = 4; /* Default score for IN constraint */ in sqliteWhereBegin()
646 if( score>bestScore ){ in sqliteWhereBegin()
648 bestScore = score; in sqliteWhereBegin()
652 pWInfo->a[i].score = bestScore; in sqliteWhereBegin()
776 }else if( pIdx!=0 && pLevel->score>0 && pLevel->score%4==0 ){ in sqliteWhereBegin()
782 int nColumn = (pLevel->score+4)/8; in sqliteWhereBegin()
948 int score = pLevel->score; in sqliteWhereBegin() local
949 int nEqColumn = score/8; in sqliteWhereBegin()
1000 if( (score & 1)!=0 ){ in sqliteWhereBegin()
[all …]
H A DsqliteInt.h804 int score; /* How well this indexed scored */ member
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug37083.phpt19 …"xsd:string">oai:dlmd.ifremer.fr:5900168</identifier><score xsi:type="xsd:float">0.13684115</score
20 …"xsd:string">oai:dlmd.ifremer.fr:5900039</identifier><score xsi:type="xsd:float">0.13684115</score
21 …"xsd:string">oai:dlmd.ifremer.fr:5900040</identifier><score xsi:type="xsd:float">0.13684115</score
22 …e="xsd:string">oai:dlmd.ifremer.fr:41534</identifier><score xsi:type="xsd:float">0.13684115</score
23 …"xsd:string">oai:dlmd.ifremer.fr:5900038</identifier><score xsi:type="xsd:float">0.13684115</score
24 …"xsd:string">oai:dlmd.ifremer.fr:2900229</identifier><score xsi:type="xsd:float">0.13684115</score
25 …"xsd:string">oai:dlmd.ifremer.fr:2900228</identifier><score xsi:type="xsd:float">0.13684115</score
26 …"xsd:string">oai:dlmd.ifremer.fr:2900230</identifier><score xsi:type="xsd:float">0.13684115</score
27 …"xsd:string">oai:dlmd.ifremer.fr:2900235</identifier><score xsi:type="xsd:float">0.13684115</score
28 …"xsd:string">oai:dlmd.ifremer.fr:5900196</identifier><score xsi:type="xsd:float">0.13684115</score
/PHP-5.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_ident.h48 int score; member
H A Dmbfl_ident.c206 filter->score = 0; in mbfl_identify_filter_init()
/PHP-5.3/
H A Dconfig.sub279 | score \
1413 score-*)
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c81442 int score = matchQuality(p, nArg, enc);
81443 if( score>bestScore ){
81445 bestScore = score;
81467 int score = matchQuality(p, nArg, enc);
81468 if( score>bestScore ){
81470 bestScore = score;

Completed in 298 milliseconds