Home
last modified time | relevance | path

Searched refs:subject_length (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcredemo.c60 int subject_length; in main() local
91 subject_length = (int)strlen(subject); in main()
125 subject_length, /* the length of the subject */ in main()
307 if (ovector[0] == subject_length) break; in main()
317 subject_length, /* the length of the subject */ in main()
341 start_offset < subject_length - 1 && /* we are at CRLF, */ in main()
347 while (ovector[1] < subject_length) /* character. */ in main()
H A Dpcre.h424 int subject_length; /* The length of the subject */ member
446 int subject_length; /* The length of the subject */ member
468 int subject_length; /* The length of the subject */ member
H A Dpcre_exec.c1309 cb.subject_length = (int)(md->end_subject - md->start_subject); in match()
1719 cb.subject_length = (int)(md->end_subject - md->start_subject); in match()
H A Dpcre_jit_compile.c6373 callout_block->subject_length = arguments->end - arguments->begin; in do_callout()
/PHP-5.5/
H A DCODING_STANDARDS264 …ject imap_header(int stream_id, int msg_no [, int from_length [, int subject_length [, string defa…
/PHP-5.5/ext/imap/
H A Dphp_imap.c261 ZEND_ARG_INFO(0, subject_length)
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt4421 int subject_length;
4449 The subject and subject_length fields contain copies of the values that

Completed in 97 milliseconds