Home
last modified time | relevance | path

Searched refs:magic (Results 151 – 154 of 154) sorted by relevance

1234567

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c31514 u32 magic;
31519 magic = db->magic;
31531 u32 magic;
31532 magic = db->magic;
76349 p->magic = VDBE_MAGIC_INIT;
78433 assert( p->magic==VDBE_MAGIC_INIT || p->magic==VDBE_MAGIC_RESET );
78440 p->magic = VDBE_MAGIC_RUN;
79320 p->magic = VDBE_MAGIC_HALT;
79497 if( p->magic==VDBE_MAGIC_RUN || p->magic==VDBE_MAGIC_HALT ){
79606 p->magic = VDBE_MAGIC_DEAD;
[all …]
/PHP-7.1/win32/
H A Dinstall.txt189 | |-mime.magic
1015 php_mime_magic.dll Mimetype functions Requires: magic.mime (bundled)
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt2704 PCRE_ERROR_BADMAGIC the "magic number" was not found
2710 The "magic number" is placed at the start of each compiled pattern as
3625 PCRE stores a 4-byte "magic number" at the start of the compiled code,
3629 gives when the magic number is not present.
8611 pointer is set. There is no reference counting or any other magic. You
/PHP-7.1/ext/pcre/pcrelib/
H A DChangeLog2148 situation when an empty string is matched. It now does the fancy magic
3029 8. Applied Daniel's patches to solve problems with the import/export magic
4334 magic in relation to line terminators.

Completed in 528 milliseconds

1234567