MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / cmp_array_element

Function cmp_array_element

src/gpre/cme.cpp:1417–1429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1415//
1416
1417static void cmp_array_element( gpre_nod* node, gpre_req* request)
1418{
1419 request->add_byte(blr_index);
1420
1421 cmp_field(node, request);
1422
1423 request->add_byte(node->nod_count - 1);
1424
1425 for (USHORT index_count = 1; index_count < node->nod_count; index_count++)
1426 CME_expr(node->nod_arg[index_count], request);
1427
1428 // return node;
1429}
1430
1431
1432//____________________________________________________________

Callers 1

CME_exprFunction · 0.85

Calls 3

CME_exprFunction · 0.85
cmp_fieldFunction · 0.70
add_byteMethod · 0.45

Tested by

no test coverage detected