Home
last modified time | relevance | path

Searched refs:flags (Results 351 – 375 of 458) sorted by relevance

1...<<111213141516171819

/PHP-5.5/main/streams/
H A Duserspace.c49 static int user_wrapper_stat_url(php_stream_wrapper *wrapper, char *url, int flags, php_stream_stat…
524 long flags = 0; in PHP_FUNCTION() local
526 …GS() TSRMLS_CC, "ss|l", &protocol, &protocol_len, &classname, &classname_len, &flags) == FAILURE) { in PHP_FUNCTION()
535 uwrap->wrapper.is_url = ((flags & PHP_STREAM_IS_URL) != 0); in PHP_FUNCTION()
841 stream->flags |= PHP_STREAM_FLAG_NO_SEEK; in php_userstreamop_seek()
1457 static int user_wrapper_stat_url(php_stream_wrapper *wrapper, char *url, int flags, php_stream_stat… in user_wrapper_stat_url() argument
1478 ZVAL_LONG(zflags, flags); in user_wrapper_stat_url()
/PHP-5.5/ext/standard/
H A Dfilters.c42 int flags in strfilter_rot13_filter()
90 int flags in strfilter_toupper_filter()
118 int flags in strfilter_tolower_filter()
209 int flags in strfilter_strip_tags_filter()
1747 int flags in strfilter_convert_filter()
1768 if (flags != PSFS_FLAG_NORMAL) { in strfilter_convert_filter()
1866 int flags in consumed_filter_filter()
1884 if (flags & PSFS_FLAG_FLUSH_CLOSE) { in consumed_filter_filter()
2079 int flags in php_chunked_filter()
H A Duser_filters.c171 int flags in userfilter_filter()
218 ZVAL_BOOL(zclosing, flags & PSFS_FLAG_FLUSH_CLOSE); in userfilter_filter()
H A Dfilestat.c855 int flags = 0, rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ in php_stat() local
900 flags |= PHP_STREAM_URL_STAT_LINK; in php_stat()
903 flags |= PHP_STREAM_URL_STAT_QUIET; in php_stat()
906 if (php_stream_stat_path_ex((char *)filename, flags, &ssb, NULL)) { in php_stat()
/PHP-5.5/ext/phar/
H A Dphar.c1101 PHAR_GET_32(buffer, entry.flags);
1105 entry.flags |= PHAR_ENT_PERM_DEF_DIR;
1127 switch (entry.flags & PHAR_ENT_COMPRESSION_MASK) {
1179 mydata->flags = manifest_flags;
2437 if (((PHAR_ZIP_16(local.flags)) & 0x8) == 0x8) {
2851 if (!(entry->flags & PHAR_ENT_COMPRESSION_MASK)) {
2862 if (entry->flags & PHAR_ENT_COMPRESSED_GZ) {
2917 entry->old_flags = entry->flags;
3052 phar_set_32(entry_buffer+16, entry->flags);
3261 if (phar->flags & PHAR_FILE_COMPRESSED_GZ) {
[all …]
H A DTODO3 X make permissions in the lowest bits of flags to simplify using them [Greg]
90 X investigate potential collision between SPL's DirectoryIterator flags and
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_field_direct_oo.phpt80 [%u|b%"flags"]=>
H A Dbug_mysql_49406.phpt75 printf("Flags : %d\n", $field->flags);
H A Dmysqli_stmt_result_metadata.phpt125 [%u|b%"flags"]=>
/PHP-5.5/ext/standard/tests/file/
H A Dfile_put_contents_variation2.phpt7 /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])
H A Dfile_put_contents_variation7-win32.phpt12 /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])
H A Dfile_put_contents_variation7.phpt7 /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])
H A Dfile_put_contents_variation8-win32.phpt12 /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])
H A Dfile_put_contents_variation8.phpt12 /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])
H A Dfile_get_contents_file_put_contents_variation1.phpt11 /* Prototype: int file_put_contents( string $filename, mixed $data[,int $flags[, resource $context]…
/PHP-5.5/ext/zip/lib/
H A Dzip.h201 zip_uint32_t flags; /* reserved for future use */ member
H A Dzipint.h188 unsigned int flags; /* archive global flags */ member
/PHP-5.5/ext/openssl/
H A Dopenssl.c266 ZEND_ARG_INFO(0, flags)
278 ZEND_ARG_INFO(0, flags)
288 ZEND_ARG_INFO(0, flags)
3538 long flags = 0; in PHP_FUNCTION() local
3559 flags = flags & ~PKCS7_DETACHED; in PHP_FUNCTION()
3611 signers = PKCS7_get0_signers(p7, NULL, flags); in PHP_FUNCTION()
3644 long flags = 0; in PHP_FUNCTION() local
3759 SMIME_write_PKCS7(outfile, p7, infile, flags); in PHP_FUNCTION()
3782 long flags = PKCS7_DETACHED; in PHP_FUNCTION() local
3839 p7 = PKCS7_sign(cert, privkey, others, infile, flags); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/mysql/tests/
H A Dmysql_reflection_functions.phpt64 Parameter #4 [ <optional> $flags ]
314 Parameter #3 [ <optional> $flags ]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_loaddata.c172 if (!(conn->options->flags & CLIENT_LOCAL_FILES)) { in mysqlnd_handle_local_infile()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c8814 *flags = REQ_NONE; in find_firstassertedchar()
8875 *flags = cflags; in find_firstassertedchar()
9360 re->flags = cd->external_flags; in pcre_compile2()
9614 re->flags |= PCRE_FCH_CASELESS; in pcre_compile2()
9617 re->flags |= PCRE_FIRSTSET; in pcre_compile2()
9650 re->flags |= PCRE_RCH_CASELESS; in pcre_compile2()
9655 re->flags |= PCRE_RCH_CASELESS; in pcre_compile2()
9658 re->flags |= PCRE_REQCHSET; in pcre_compile2()
9670 if ((re->flags & PCRE_FIRSTSET) != 0) in pcre_compile2()
9679 if ((re->flags & PCRE_REQCHSET) != 0) in pcre_compile2()
[all …]
/PHP-5.5/Zend/
H A Dzend_compile.c3519 if ((parent_info->flags & ZEND_ACC_STATIC) != (child_info->flags & ZEND_ACC_STATIC)) { in do_inherit_property_access_check()
3530 if ((child_info->flags & ZEND_ACC_PPP_MASK) > (parent_info->flags & ZEND_ACC_PPP_MASK)) { in do_inherit_property_access_check()
4281 zend_uint flags; in zend_do_traits_property_binding() local
4295 flags = property_info->flags; in zend_do_traits_property_binding()
4311 flags |= ZEND_ACC_CHANGED; in zend_do_traits_property_binding()
4316 if (flags & ZEND_ACC_STATIC) { in zend_do_traits_property_binding()
4352 if (flags & ZEND_ACC_STATIC) { in zend_do_traits_property_binding()
4361 prop_value, flags, in zend_do_traits_property_binding()
5538 if ((c->flags & CONST_CT_SUBST) && !(c->flags & CONST_CS)) { in zend_get_ct_const()
5550 if ((c->flags & CONST_CT_SUBST) && !(c->flags & CONST_CS)) { in zend_get_ct_const()
[all …]
H A Dzend_builtin_functions.c708 c.flags = case_sensitive; /* non persistent */ in ZEND_FUNCTION()
917 if (((prop_info->flags & ZEND_ACC_SHADOW) && in add_class_vars()
919 ((prop_info->flags & ZEND_ACC_PROTECTED) && in add_class_vars()
921 ((prop_info->flags & ZEND_ACC_PRIVATE) && in add_class_vars()
928 if (statics && (prop_info->flags & ZEND_ACC_STATIC) != 0) { in add_class_vars()
930 } else if (!statics && (prop_info->flags & ZEND_ACC_STATIC) == 0) { in add_class_vars()
1201 && (property_info->flags & ZEND_ACC_SHADOW) == 0) { in ZEND_FUNCTION()
H A Dzend_objects.c195 if ((prop_info->flags & ZEND_ACC_STATIC) == 0) { in zend_objects_clone_members()
/PHP-5.5/ext/gd/libgd/
H A Dgdft.c814 if (strex && ((strex->flags & gdFTEX_LINESPACE) == gdFTEX_LINESPACE)) {
850 if (strex && (strex->flags & gdFTEX_RESOLUTION)) {
879 if (strex && (strex->flags & gdFTEX_CHARMAP)) {

Completed in 137 milliseconds

1...<<111213141516171819