Home | History | Annotate | Download | only in html

Lines Matching full:ovector

61 <b>int <i>options</i>, int *<i>ovector</i>, int <i>ovecsize</i>);</b>
66 <b>int <i>options</i>, int *<i>ovector</i>, int <i>ovecsize</i>,</b>
71 <b>const char *<i>subject</i>, int *<i>ovector</i>,</b>
76 <b>int pcre_copy_substring(const char *<i>subject</i>, int *<i>ovector</i>,</b>
82 <b>const char *<i>subject</i>, int *<i>ovector</i>,</b>
95 <b>int pcre_get_substring(const char *<i>subject</i>, int *<i>ovector</i>,</b>
101 <b>int *<i>ovector</i>, int <i>stringcount</i>, const char ***<i>listptr</i>);</b>
1217 <b>int <i>options</i>, int *<i>ovector</i>, int <i>ovecsize</i>);</b>
1242 int ovector[30];
1250 ovector, /* vector of integers for substring information */
1642 address is passed in <i>ovector</i>. The number of elements in the vector is
1644 argument is NOT the size of <i>ovector</i> in bytes.
1656 in pairs of integers, starting at the beginning of <i>ovector</i>, and
1664 The first pair of integers, <i>ovector[0]</i> and <i>ovector[1]</i>, identify the
1680 <b>pcre_exec()</b> may be called with <i>ovector</i> passed as NULL and
1682 the <i>ovector</i> is not big enough to remember the related substrings, PCRE
1684 advisable to supply an <i>ovector</i>.
1689 <i>ovector</i> that will allow for <i>n</i> captured substrings, in addition to
1709 <b>Note</b>: Elements of <i>ovector</i> that do not correspond to capturing
1711 <i>n</i> capturing parentheses, no more than <i>ovector[0]</i> to
1712 <i>ovector[2n+1]</i> are set by <b>pcre_exec()</b>. The other elements retain
1732 Either <i>code</i> or <i>subject</i> was passed as NULL, or <i>ovector</i> was
1755 If a pattern contains back references, but the <i>ovector</i> that is passed to
1845 <b>int pcre_copy_substring(const char *<i>subject</i>, int *<i>ovector</i>,</b>
1850 <b>int pcre_get_substring(const char *<i>subject</i>, int *<i>ovector</i>,</b>
1856 <b>int *<i>ovector</i>, int <i>stringcount</i>, const char ***<i>listptr</i>);</b>
1860 <b>pcre_exec()</b> in <i>ovector</i>. For convenience, the functions
1879 <i>ovector</i> is a pointer to the vector of integer offsets that was passed to
1884 space in <i>ovector</i>, the value passed as <i>stringcount</i> should be the
1924 inspecting the appropriate offset in <i>ovector</i>, which is negative for unset
1945 <b>const char *<i>subject</i>, int *<i>ovector</i>,</b>
1951 <b>const char *<i>subject</i>, int *<i>ovector</i>,</b>
2062 <b>int <i>options</i>, int *<i>ovector</i>, int <i>ovecsize</i>,</b>
2078 <b>pcre_exec()</b>, plus two extras. The <i>ovector</i> argument is used in a
2093 int ovector[10];
2102 ovector, /* vector of integers for substring information */
2179 <i>ovector</i>. Each string uses two elements; the first is the offset to the
2188 <i>ovector</i>, the yield of the function is zero, and the vector is filled with
2227 recursively, using private vectors for <i>ovector</i> and <i>workspace</i>. This