($0)
| 321458 | return (0)|0; |
| 321459 | } |
| 321460 | function _sqlite3_data_count($0) { |
| 321461 | $0 = $0|0; |
| 321462 | var $$0 = 0, $1 = 0, $2 = 0, $3 = 0, $4 = 0, $5 = 0, $6 = 0, $7 = 0, label = 0, sp = 0; |
| 321463 | sp = STACKTOP; |
| 321464 | $1 = ($0|0)==(0|0); |
| 321465 | if ($1) { |
| 321466 | $$0 = 0; |
| 321467 | return ($$0|0); |
| 321468 | } |
| 321469 | $2 = ((($0)) + 104|0); |
| 321470 | $3 = HEAP32[$2>>2]|0; |
| 321471 | $4 = ($3|0)==(0|0); |
| 321472 | if ($4) { |
| 321473 | $$0 = 0; |
| 321474 | return ($$0|0); |
| 321475 | } |
| 321476 | $5 = ((($0)) + 140|0); |
| 321477 | $6 = HEAP16[$5>>1]|0; |
| 321478 | $7 = $6&65535; |
| 321479 | $$0 = $7; |
| 321480 | return ($$0|0); |
| 321481 | } |
| 321482 | function _sqlite3_column_blob($0,$1) { |
| 321483 | $0 = $0|0; |
| 321484 | $1 = $1|0; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…