Lines Matching refs:subsptr
273 getnamesptr, subsptr) \ argument
275 (char *)getnamesptr, subsptr)
280 #define PCRE_GET_SUBSTRING8(rc, bptr, offsets, count, i, subsptr) \ argument
281 rc = pcre_get_substring((char *)bptr, offsets, count, i, subsptr)
364 getnamesptr, subsptr) \ argument
366 count, (PCRE_SPTR16)getnamesptr, (PCRE_SPTR16 *)(void*)subsptr)
371 #define PCRE_GET_SUBSTRING16(rc, bptr, offsets, count, i, subsptr) \ argument
373 (PCRE_SPTR16 *)(void*)subsptr)
456 getnamesptr, subsptr) \ argument
458 count, (PCRE_SPTR32)getnamesptr, (PCRE_SPTR32 *)(void*)subsptr)
463 #define PCRE_GET_SUBSTRING32(rc, bptr, offsets, count, i, subsptr) \ argument
465 (PCRE_SPTR32 *)(void*)subsptr)
642 getnamesptr, subsptr) \ argument
645 getnamesptr, subsptr); \
648 getnamesptr, subsptr); \
651 getnamesptr, subsptr)
661 #define PCRE_GET_SUBSTRING(rc, bptr, use_offsets, count, i, subsptr) \ argument
663 PCRE_GET_SUBSTRING32(rc, bptr, use_offsets, count, i, subsptr); \
665 PCRE_GET_SUBSTRING16(rc, bptr, use_offsets, count, i, subsptr); \
667 PCRE_GET_SUBSTRING8(rc, bptr, use_offsets, count, i, subsptr)
851 getnamesptr, subsptr) \ argument
854 getnamesptr, subsptr); \
857 getnamesptr, subsptr)
865 #define PCRE_GET_SUBSTRING(rc, bptr, use_offsets, count, i, subsptr) \ argument
867 G(PCRE_GET_SUBSTRING,BITONE)(rc, bptr, use_offsets, count, i, subsptr); \
869 G(PCRE_GET_SUBSTRING,BITTWO)(rc, bptr, use_offsets, count, i, subsptr)