| 182 | |
| 183 | |
| 184 | SQUAD MOV_get_quad(Jrd::thread_db* tdbb, const dsc* desc, SSHORT scale) |
| 185 | { |
| 186 | /************************************** |
| 187 | * |
| 188 | * M O V _ g e t _ q u a d |
| 189 | * |
| 190 | ************************************** |
| 191 | * |
| 192 | * Functional description |
| 193 | * Convert something arbitrary to a quad |
| 194 | * Note: a quad is NOT the same as a 64 bit integer |
| 195 | * |
| 196 | **************************************/ |
| 197 | |
| 198 | return CVT_get_quad(desc, scale, tdbb->getAttachment()->att_dec_status, ERR_post); |
| 199 | } |
| 200 | |
| 201 | |
| 202 | int MOV_get_string_ptr(Jrd::thread_db* tdbb, |
nothing calls this directly
no test coverage detected