Searched defs:pat (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | regerror.c | 318 UChar* pat, UChar* pat_end, const UChar *fmt, ...) 320 onig_snprintf_with_pattern(buf, bufsize, enc, pat, pat_end, fmt, va_alist) 324 UChar* pat; 339 need = (pat_end - pat) * 4 + 4; 345 p = pat; 317 onig_snprintf_with_pattern(UChar buf[], int bufsize, OnigEncoding enc, UChar* pat, UChar* pat_end, const UChar *fmt, ...) argument
|
| /PHP_TRUNK/ext/imap/ |
| H A D | php_imap.c | 1843 char *ref, *pat; local 1848 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rss", &streamind, &ref, &ref_len, &pat, &pat_len) == FAILURE) { 1858 mail_list(imap_le_struct->imap_stream, ref, pat); 1881 char *ref, *pat; local 1887 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rss", &streamind, &ref, &ref_len, &pat, &pat_len) == FAILURE) { 1897 mail_list(imap_le_struct->imap_stream, ref, pat); 1931 char *ref, *pat, *content; local 1936 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsss", &streamind, &ref, &ref_len, &pat, &pat_len, &content, &content_len) == FAILURE) { 1943 mail_scan(imap_le_struct->imap_stream, ref, pat, content); 2150 char *ref, *pat; local 2187 char *ref, *pat; local [all...] |
| /PHP_TRUNK/ext/standard/ |
| H A D | string.c | 2797 STR pat; member in struct:_pat_and_repl 2846 HASH h = php_strtr_hash(&S(&patterns[i].pat)[j], B) & shift->table_mask; 2859 HASH hash_a = php_strtr_hash(&S(&pnr_a->pat)[res->m - res->B], res->B) 2861 hash_b = php_strtr_hash(&S(&pnr_b->pat)[res->m - res->B], res->B) 2870 if (L(&pnr_a->pat) > L(&pnr_b->pat)) { 2872 } else if (L(&pnr_a->pat) < L(&pnr_b->pat)) { 2935 S(&patterns[i].pat) = string_key; 2936 L(&patterns[i].pat) [all...] |
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | funcs.c | 442 file_replace(struct magic_set *ms, const char *pat, const char *rep) argument 453 ZVAL_STRINGL(patt, pat, strlen(pat), 0);
|
Completed in 14 milliseconds