Home | History | Annotate | Download | only in src

Lines Matching defs:cb

255 pcre2_callout_enumerate_block cb;
272 cb.version = 0;
379 cb.pattern_position = GET(cc, 1);
380 cb.next_item_length = GET(cc, 1 + LINK_SIZE);
381 cb.callout_number = cc[1 + 2*LINK_SIZE];
382 cb.callout_string_offset = 0;
383 cb.callout_string_length = 0;
384 cb.callout_string = NULL;
385 rc = callback(&cb, callout_data);
391 cb.pattern_position = GET(cc, 1);
392 cb.next_item_length = GET(cc, 1 + LINK_SIZE);
393 cb.callout_number = 0;
394 cb.callout_string_offset = GET(cc, 1 + 3*LINK_SIZE);
395 cb.callout_string_length =
397 cb.callout_string = cc + (1 + 4*LINK_SIZE) + 1;
398 rc = callback(&cb, callout_data);