Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_exec.c472 if (md->partial != 0 && eptr >= md->end_subject && \
480 if (md->partial != 0 && eptr > md->start_used_ptr) \
760 md->mark == NULL) md->mark = ecode + 2; in match()
798 md->mark == NULL) md->mark = ecode + 2; in match()
819 if (md->skip_arg_count <= md->ignore_skip_arg) in match()
853 md->mark == NULL) md->mark = ecode + 2; in match()
975 md->offset_vector[md->offset_end - number] = in match()
1160 md->offset_vector[md->offset_end - number] = in match()
1465 md->offset_vector[md->offset_end - number]; in match()
6554 md->end_subject = md->start_subject + length; in pcre_exec()
[all …]
/PHP-7.0/ext/standard/
H A Dfile.c390 memset(&md, 0, sizeof(md)); in PHP_FUNCTION()
411 md.in_meta = !strcasecmp("meta", md.token_data); in PHP_FUNCTION()
421 temp = name = estrndup(md.token_data, md.token_len); in PHP_FUNCTION()
433 value = estrndup(md.token_data, md.token_len); in PHP_FUNCTION()
455 temp = name = estrndup(md.token_data, md.token_len); in PHP_FUNCTION()
467 value = estrndup(md.token_data, md.token_len); in PHP_FUNCTION()
2339 while (md->ulc || (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)))) { in php_next_meta_token()
2385 md->token_data = (char *) emalloc(md->token_len + 1); in php_next_meta_token()
2386 memcpy(md->token_data, buff, md->token_len+1); in php_next_meta_token()
2419 md->token_data = (char *) emalloc(md->token_len + 1); in php_next_meta_token()
[all …]
/PHP-7.0/ext/spl/tests/
H A Dbug66405.phpt10 touch($td . '/file2.md');
50 unlink($td . '/file2.md');
58 string %sbug66405%efile2.md
/PHP-7.0/
H A D.editorconfig30 [*.md]
/PHP-7.0/ext/fileinfo/libmagic/
H A Dmagic.c234 unreadable_info(struct magic_set *ms, mode_t md, const char *file) in unreadable_info() argument
245 if (S_ISREG(md)) in unreadable_info()
/PHP-7.0/ext/pgsql/
H A Dpgsql.mak97 @if not exist $(OBJ_DIR) md $(OBJ_DIR)
/PHP-7.0/ext/xml/
H A Dxml.mak100 @if not exist $(OBJ_DIR) md $(OBJ_DIR)
/PHP-7.0/ext/ldap/
H A Dldap.mak101 @if not exist $(OBJ_DIR) md $(OBJ_DIR)
/PHP-7.0/ext/openssl/
H A Dopenssl.mak108 @if not exist $(OBJ_DIR) md $(OBJ_DIR)
H A Dopenssl.c2007 unsigned char md[EVP_MAX_MD_SIZE]; in php_openssl_x509_fingerprint() local
2015 } else if (!X509_digest(peer, mdtype, md, &n)) { in php_openssl_x509_fingerprint()
2021 ret = zend_string_init((char*)md, n, 0); in php_openssl_x509_fingerprint()
2024 make_digest_ex(ZSTR_VAL(ret), md, n); in php_openssl_x509_fingerprint()
/PHP-7.0/build/
H A Dshtool518 for seq in bold md smso; do # 'smso' is last
/PHP-7.0/ext/hash/tests/
H A Dfnv1a32.phpt249 array( 'pQ9V<oFdct^y"}5Vu3rYhvgB&g8;)PFy"_Q?Ow%3md.pbDHYW', '859042fe' ),
/PHP-7.0/ext/imap/
H A Dphp_imap.c83 static char *php_mail_gets(readfn_t f, void *stream, unsigned long size, GETS_DATA *md);
4846 static char *php_mail_gets(readfn_t f, void *stream, unsigned long size, GETS_DATA *md) /* {{{ */ in php_mail_gets() argument

Completed in 80 milliseconds