Lines Matching refs:ovector
834 int options, int *ovector, int ovecsize);
838 int options, int *ovector, int ovecsize,
842 const char *subject, int *ovector,
846 int pcre_copy_substring(const char *subject, int *ovector,
851 const char *subject, int *ovector,
861 int pcre_get_substring(const char *subject, int *ovector,
866 int *ovector, int stringcount, const char ***listptr);
1921 int options, int *ovector, int ovecsize);
1940 int ovector[30];
1948 ovector, /* vector of integers for substring information */
2313 whose address is passed in ovector. The number of elements in the vec-
2315 this argument is NOT the size of ovector in bytes.
2325 returned in pairs of integers, starting at the beginning of ovector,
2332 The first pair of integers, ovector[0] and ovector[1], identify the
2347 interest, pcre_exec() may be called with ovector passed as NULL and
2349 the ovector is not big enough to remember the related substrings, PCRE
2351 ally advisable to supply an ovector.
2355 ovector that will allow for n captured substrings, in addition to the
2373 Note: Elements of ovector that do not correspond to capturing parenthe-
2375 capturing parentheses, no more than ovector[0] to ovector[2n+1] are set
2393 Either code or subject was passed as NULL, or ovector was NULL and
2416 If a pattern contains back references, but the ovector that is passed
2504 int pcre_copy_substring(const char *subject, int *ovector,
2508 int pcre_get_substring(const char *subject, int *ovector,
2513 int *ovector, int stringcount, const char ***listptr);
2516 returned by pcre_exec() in ovector. For convenience, the functions
2533 matched, ovector is a pointer to the vector of integer offsets that was
2538 it ran out of space in ovector, the value passed as stringcount should
2576 string by inspecting the appropriate offset in ovector, which is nega-
2596 const char *subject, int *ovector,
2601 const char *subject, int *ovector,
2703 int options, int *ovector, int ovecsize,
2717 pcre_exec(), plus two extras. The ovector argument is used in a differ-
2731 int ovector[10];
2740 ovector, /* vector of integers for substring information */
2812 are returned in ovector. Each string uses two elements; the first is
2821 fit into ovector, the yield of the function is zero, and the vector is
2857 itself recursively, using private vectors for ovector and workspace.
4270 ovector argument of pcre_exec(). Opening parentheses are counted from