($0,$1,$2,$3)
| 329460 | return ($$0|0); |
| 329461 | } |
| 329462 | function _fts3BinCompare($0,$1,$2,$3) { |
| 329463 | $0 = $0|0; |
| 329464 | $1 = $1|0; |
| 329465 | $2 = $2|0; |
| 329466 | $3 = $3|0; |
| 329467 | var $$0 = 0, $4 = 0, $5 = 0, label = 0, sp = 0; |
| 329468 | sp = STACKTOP; |
| 329469 | $4 = ($1|0)==($3|0); |
| 329470 | if ($4) { |
| 329471 | $5 = (_memcmp($0,$2,$1)|0); |
| 329472 | $$0 = $5; |
| 329473 | } else { |
| 329474 | $$0 = 1; |
| 329475 | } |
| 329476 | return ($$0|0); |
| 329477 | } |
| 329478 | function _sqlite3Fts3ErrMsg($0,$1,$varargs) { |
| 329479 | $0 = $0|0; |
| 329480 | $1 = $1|0; |
nothing calls this directly
no test coverage detected
searching dependent graphs…