Home
last modified time | relevance | path

Searched refs:src (Results 251 – 256 of 256) sorted by relevance

1...<<11

/php-src/
H A Dphp.ini-production1442 ; Default Value: "a=href,area=href,frame=src,form="
1443 ; Development Value: "a=href,area=href,frame=src,form="
1444 ; Production Value: "a=href,area=href,frame=src,form="
1446 session.trans_sid_tags = "a=href,area=href,frame=src,form="
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c641 #define OP1(op, dst, dstw, src, srcw) \ argument
642 sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
647 #define OP_SRC(op, src, srcw) \ argument
648 sljit_emit_op_src(compiler, (op), (src), (srcw))
3350 sljit_s32 src = SLJIT_IMM; in reset_early_fail() local
3365 src = TMP3; in reset_early_fail()
3371 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), i, src, 0); in reset_early_fail()
3382 OP1(SLJIT_MOV, SLJIT_MEM1(TMP1), 0, src, 0); in reset_early_fail()
3384 OP1(SLJIT_MOV, SLJIT_MEM1(TMP1), -2 * SSIZE_OF(sw), src, 0); in reset_early_fail()
3385 OP1(SLJIT_MOV, SLJIT_MEM1(TMP1), -1 * SSIZE_OF(sw), src, 0); in reset_early_fail()
[all …]
/php-src/Zend/
H A Dzend_API.h784 …ine void zend_fcc_dup(/* restrict */ zend_fcall_info_cache *dest, const zend_fcall_info_cache *src) in zend_fcc_dup() argument
786 memcpy(dest, src, sizeof(zend_fcall_info_cache)); in zend_fcc_dup()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます657 # string length too high with standard src configuration
23611 # util-linux: libblkid/src/superblocks/swap.c
26698 # dejsonlz4-master\src\dejsonlz4.c
27547 # src/stub/src/i086-dos16.com.S
27558 # src/stub/src/include/header.S; UPX_MAGIC_LE32
33471 # src/tools/rcc/rcc.cpp#L840
33477 # src/corelib/kernel/qtranslator.cpp#L62
34138 # 1.10.4.35491/VirtualDub-1.10.4-src.7z/src/vdremote/Main.cpp
34493 >6 beshort 1 src
35797 # https://2.na.dl.wireshark.org/src/wireshark-3.6.2.tar.xz
[all …]
H A Dmagic657 # string length too high with standard src configuration
23611 # util-linux: libblkid/src/superblocks/swap.c
26698 # dejsonlz4-master\src\dejsonlz4.c
27547 # src/stub/src/i086-dos16.com.S
27558 # src/stub/src/include/header.S; UPX_MAGIC_LE32
33471 # src/tools/rcc/rcc.cpp#L840
33477 # src/corelib/kernel/qtranslator.cpp#L62
34138 # 1.10.4.35491/VirtualDub-1.10.4-src.7z/src/vdremote/Main.cpp
34493 >6 beshort 1 src
35797 # https://2.na.dl.wireshark.org/src/wireshark-3.6.2.tar.xz
[all …]
/php-src/ext/phar/
H A Dphar_object.c1084 static void phar_spl_foreign_clone(spl_filesystem_object *src, spl_filesystem_object *dst) /* {{{ */ in phar_spl_foreign_clone() argument

Completed in 202 milliseconds

1...<<11