Home
last modified time | relevance | path

Searched refs:md (Results 1 – 14 of 14) sorted by relevance

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_exec.c474 if (md->partial != 0 && eptr >= md->end_subject && \
482 if (md->partial != 0 && eptr > md->start_used_ptr) \
762 md->mark == NULL) md->mark = ecode + 2; in match()
800 md->mark == NULL) md->mark = ecode + 2; in match()
821 if (md->skip_arg_count <= md->ignore_skip_arg) in match()
855 md->mark == NULL) md->mark = ecode + 2; in match()
977 md->offset_vector[md->offset_end - number] = in match()
1162 md->offset_vector[md->offset_end - number] = in match()
1467 md->offset_vector[md->offset_end - number]; in match()
6556 md->end_subject = md->start_subject + length; in pcre_exec()
[all …]
/PHP-7.2/ext/standard/
H A Dfile.c389 memset(&md, 0, sizeof(md)); in PHP_FUNCTION()
412 md.in_meta = !strcasecmp("meta", md.token_data); in PHP_FUNCTION()
422 temp = name = estrndup(md.token_data, md.token_len); in PHP_FUNCTION()
434 value = estrndup(md.token_data, md.token_len); in PHP_FUNCTION()
456 temp = name = estrndup(md.token_data, md.token_len); in PHP_FUNCTION()
468 value = estrndup(md.token_data, md.token_len); in PHP_FUNCTION()
2390 while (md->ulc || (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)))) { in php_next_meta_token()
2436 md->token_data = (char *) emalloc(md->token_len + 1); in php_next_meta_token()
2437 memcpy(md->token_data, buff, md->token_len+1); in php_next_meta_token()
2470 md->token_data = (char *) emalloc(md->token_len + 1); in php_next_meta_token()
[all …]
/PHP-7.2/ext/spl/tests/
H A Dbug66405.phpt10 touch($td . '/file2.md');
50 unlink($td . '/file2.md');
58 string %sbug66405%efile2.md
/PHP-7.2/
H A D.editorconfig24 [*.md]
/PHP-7.2/ext/fileinfo/libmagic/
H A Dmagic.c98 unreadable_info(struct magic_set *ms, mode_t md, const char *file) in unreadable_info() argument
109 if (S_ISREG(md)) in unreadable_info()
/PHP-7.2/ext/pgsql/
H A Dpgsql.mak97 @if not exist $(OBJ_DIR) md $(OBJ_DIR)
/PHP-7.2/ext/ldap/
H A Dldap.mak101 @if not exist $(OBJ_DIR) md $(OBJ_DIR)
/PHP-7.2/ext/xml/
H A Dxml.mak100 @if not exist $(OBJ_DIR) md $(OBJ_DIR)
/PHP-7.2/build/
H A Dshtool518 for seq in bold md smso; do # 'smso' is last
/PHP-7.2/ext/openssl/
H A Dopenssl.c2136 unsigned char md[EVP_MAX_MD_SIZE]; in php_openssl_x509_fingerprint() local
2144 } else if (!X509_digest(peer, mdtype, md, &n)) { in php_openssl_x509_fingerprint()
2151 ret = zend_string_init((char*)md, n, 0); in php_openssl_x509_fingerprint()
2154 make_digest_ex(ZSTR_VAL(ret), md, n); in php_openssl_x509_fingerprint()
/PHP-7.2/ext/hash/tests/
H A Dfnv1a32.phpt249 array( 'pQ9V<oFdct^y"}5Vu3rYhvgB&g8;)PFy"_Q?Ow%3md.pbDHYW', '859042fe' ),
/PHP-7.2/ext/imap/
H A Dphp_imap.c83 static char *php_mail_gets(readfn_t f, void *stream, unsigned long size, GETS_DATA *md);
4843 static char *php_mail_gets(readfn_t f, void *stream, unsigned long size, GETS_DATA *md) /* {{{ */ in php_mail_gets() argument
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic5600 # https://github.com/facebook/zstd/blob/dev/zstd_compression_format.md
5626 # https://github.com/facebook/zstd/blob/dev/zstd_compression_format.md
5644 # https://github.com/facebook/zstd/blob/dev/zstd_compression_format.md
H A Dmagic私はガラスを食べられます5600 # https://github.com/facebook/zstd/blob/dev/zstd_compression_format.md
5626 # https://github.com/facebook/zstd/blob/dev/zstd_compression_format.md
5644 # https://github.com/facebook/zstd/blob/dev/zstd_compression_format.md

Completed in 163 milliseconds