Searched refs:_exec (Results 1 – 8 of 8) sorted by relevance
/external/pcre/dist/doc/ |
D | pcretest.txt | 128 pcre[16|32]_exec() function (more detail is given below). 137 MATCH_LIMIT_RECURSION settings by calling pcre[16|32]_exec() 148 when calling pcre[16|32]_exec() or pcre[16|32]_dfa_exec() to 150 capturing subexpressions for pcre[16|32]_exec() or 22 differ- 409 to pcre[16|32]_exec() to start searching at a new point within the 415 If any call to pcre[16|32]_exec() in a /g or /G sequence matches an 442 return code from pcre[16|32]_exec()). Values in the offsets vector cor- 474 trol verbs that are returned from calls to pcre[16|32]_exec(). It 478 pcre[16|32]_exec() is called. If the variable that the mark field 544 be used when pcre[16|32]_exec() is run, except when incompatible run- [all …]
|
D | pcre.txt | 4433 pcre[16|32]_exec() is used, the contents can be inspected, in order to 4451 When the pcre_exec() or pcre[16|32]_exec() is used, the capture_top 4487 callouts from pcre_exec() or pcre[16|32]_exec() it contains a pointer 4746 pcre[16|32]_exec() (16- or 32-bit), is used. PCRE also has alternative 8229 supported in UTF mode by the JIT optimization of pcre[16|32]_exec(). If 8751 PARTIAL MATCHING USING pcre_exec() OR pcre[16|32]_exec() 8754 pcre[16|32]_exec() when the end of the subject string is reached suc- 8789 PCRE_PARTIAL_SOFT WITH pcre_exec() OR pcre[16|32]_exec() 8791 If PCRE_PARTIAL_SOFT is set when pcre_exec() or pcre[16|32]_exec() 8815 PCRE_PARTIAL_HARD WITH pcre_exec() OR pcre[16|32]_exec() [all …]
|
/external/javasqlite/src/main/java/SQLite/ |
D | Database.java | 177 _exec(sql, cb); in exec() 181 private native void _exec(String sql, SQLite.Callback cb) in _exec() method in Database 210 _exec(sql, cb, args); in exec() 214 private native void _exec(String sql, SQLite.Callback cb, String args[]) in _exec() method in Database
|
/external/chromium_org/third_party/cython/src/Cython/Tempita/ |
D | _tempita.py | 224 self._exec(code[2], ns, pos) 315 def _exec(self, code, ns, pos): member in Template
|
/external/sepolicy/ |
D | te_macros | 99 domain_auto_trans(init, $1_exec, $1)
|
/external/chromium_org/third_party/cython/src/Cython/Debugger/ |
D | libcython.py | 628 _exec = CyExec.register(),
|
/external/pcre/dist/doc/html/ |
D | README.txt | 856 pcre[16|32]_exec.c )
|
/external/pcre/dist/ |
D | README | 856 pcre[16|32]_exec.c )
|