Home
last modified time | relevance | path

Searched defs:z (Results 1 – 25 of 69) sorted by relevance

123

/PHP-5.3/Zend/
H A Dzend_gc.h63 #define GC_ZVAL_INIT(z) \ argument
78 #define GC_OBJ_INIT(z) \ argument
92 zval z; member
152 #define GC_ZVAL_CHECK_POSSIBLE_ROOT(z) \ in END_EXTERN_C() argument
196 #define ALLOC_PERMANENT_ZVAL(z) \ argument
204 #define ALLOC_ZVAL(z) \ argument
211 #define FREE_ZVAL(z) \ argument
218 #define ALLOC_ZVAL_REL(z) \ argument
225 #define FREE_ZVAL_REL(z) \ argument
231 #define FREE_ZVAL_EX(z) \ argument
[all …]
H A Dzend_gc.c422 zval z; in gc_mark_roots() local
530 zval z; in gc_scan_roots() local
633 zval z; in gc_collect_roots() local
H A Dzend_API.h511 #define CHECK_ZVAL_STRING(z) \ argument
513 #define CHECK_ZVAL_STRING_REL(z) \ argument
520 #define ZVAL_RESOURCE(z, l) { \ argument
525 #define ZVAL_BOOL(z, b) { \ argument
530 #define ZVAL_NULL(z) { \ argument
534 #define ZVAL_LONG(z, l) { \ argument
539 #define ZVAL_DOUBLE(z, d) { \ argument
544 #define ZVAL_STRING(z, s, duplicate) { \ argument
558 #define ZVAL_EMPTY_STRING(z) { \ argument
564 #define ZVAL_ZVAL(z, zv, copy, dtor) { \ argument
[all …]
H A Dzend.h342 #define Z_REFCOUNT(z) Z_REFCOUNT_P(&(z)) argument
343 #define Z_SET_REFCOUNT(z, rc) Z_SET_REFCOUNT_P(&(z), rc) argument
344 #define Z_ADDREF(z) Z_ADDREF_P(&(z)) argument
345 #define Z_DELREF(z) Z_DELREF_P(&(z)) argument
346 #define Z_ISREF(z) Z_ISREF_P(&(z)) argument
347 #define Z_SET_ISREF(z) Z_SET_ISREF_P(&(z)) argument
348 #define Z_UNSET_ISREF(z) Z_UNSET_ISREF_P(&(z)) argument
349 #define Z_SET_ISREF_TO(z, isref) Z_SET_ISREF_TO_P(&(z), isref) argument
663 #define INIT_PZVAL(z) \ argument
667 #define INIT_ZVAL(z) z = zval_used_for_init; argument
[all …]
H A Dzend_execute.c68 static zend_always_inline void zend_pzval_unlock_func(zval *z, zend_free_op *should_free, int unref… in zend_pzval_unlock_func()
95 #define PZVAL_UNLOCK(z, f) zend_pzval_unlock_func(z, f, 1 TSRMLS_CC) argument
96 #define PZVAL_UNLOCK_EX(z, f, u) zend_pzval_unlock_func(z, f, u TSRMLS_CC) argument
97 #define PZVAL_UNLOCK_FREE(z) zend_pzval_unlock_free_func(z TSRMLS_CC) argument
98 #define PZVAL_LOCK(z) Z_ADDREF_P((z)) argument
133 #define TMP_FREE(z) (zval*)(((zend_uintptr_t)(z)) | 1L) argument
137 #define INIT_PZVAL_COPY(z,v) \ argument
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dutil.c223 char *sqliteStrDup_(const char *z, char *zFile, int line){ in sqliteStrDup_()
307 char *sqliteStrDup(const char *z){ in sqliteStrDup()
314 char *sqliteStrNDup(const char *z, int n){ in sqliteStrNDup()
336 const char *z; in sqliteSetString() local
375 const char *z; in sqliteSetNString() local
436 void sqliteDequote(char *z){ in sqliteDequote()
487 int sqliteHashNoCase(const char *z, int n){ in sqliteHashNoCase()
522 int sqliteIsNumber(const char *z){ in sqliteIsNumber()
555 double sqliteAtoF(const char *z, const char **pzEnd){ in sqliteAtoF()
797 void sqliteRealToSortable(double r, char *z){ in sqliteRealToSortable()
[all …]
H A Dfunc.c67 const char *z; in lengthFunc() local
85 const char *z; in absFunc() local
97 const char *z; in substrFunc() local
160 unsigned char *z; in upperFunc() local
170 unsigned char *z; in lowerFunc() local
302 char *z; in quoteFunc() local
507 char *z; /* The best so far */ member
H A Dvdbe.c222 char *z; in hardDynamicify() local
249 char *z; in hardDeephem() local
699 char *z = pOp->p3; in sqliteVdbeExec() local
2033 char *z; in sqliteVdbeExec() local
3079 char *z = sqliteMallocRaw( n ); in sqliteVdbeExec() local
3279 char *z; in sqliteVdbeExec() local
3601 const char *z; in sqliteVdbeExec() local
3724 char *z; in sqliteVdbeExec() local
3940 char *z; in sqliteVdbeExec() local
4164 char *zDelim, *z; in sqliteVdbeExec() local
[all …]
H A Dpragma.c22 static int getBoolean(const char *z){ in getBoolean()
45 static int getSafetyLevel(char *z){ in getSafetyLevel()
74 static int getTempStore(const char *z){ in getTempStore()
H A Dtokenize.c155 int sqliteKeywordCode(const char *z, int n){ in sqliteKeywordCode()
218 static int sqliteGetToken(const unsigned char *z, int *tokenType){ in sqliteGetToken()
H A Dbuild.c559 char *z = 0; in sqliteAddColumn() local
612 char *z, **pz; in sqliteAddColumnType() local
792 static int identLength(const char *z){ in identLength()
805 static void identPut(char *z, int *pIdx, char *zIdent){ in identPut()
943 char *z = createTableStmt(p); in sqliteEndTable() local
1001 const char *z; in sqliteCreateView() local
1360 char *z; in sqliteCreateForeignKey() local
/PHP-5.3/ext/com_dotnet/
H A Dcom_misc.c45 PHP_COM_DOTNET_API void php_com_wrap_dispatch(zval *z, IDispatch *disp, in php_com_wrap_dispatch()
68 PHP_COM_DOTNET_API void php_com_wrap_variant(zval *z, VARIANT *v, in php_com_wrap_variant()
/PHP-5.3/ext/standard/
H A Dmd5.c146 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
147 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) argument
148 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
149 #define I(x, y, z) ((y) ^ ((x) | ~(z))) argument
H A Dsha1.c124 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
125 #define G(x, y, z) ((x) ^ (y) ^ (z)) argument
126 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) argument
127 #define I(x, y, z) ((x) ^ (y) ^ (z)) argument
H A Dlcg.c58 php_int32 z; in php_combined_lcg() local
/PHP-5.3/ext/gd/libgd/
H A Dgdtestft.c11 #define MAX4(x,y,z,w) \ argument
13 #define MIN4(x,y,z,w) \ argument
/PHP-5.3/ext/zip/examples/
H A Dcomment.php2 $z = new ZipArchive; variable
H A Dget_set_comments.php5 $z = new ZipArchive; variable
H A Dfopen.php21 $z = new ZipArchive(); variable
H A Dim.php6 $z = new ZipArchive(); variable
/PHP-5.3/ext/date/lib/
H A Dunixtime2tm.c146 int z = tm->z; in timelib_update_from_sse() local
184 int z = tm->z; in timelib_unixtime2local() local
/PHP-5.3/ext/mysqli/
H A Dmysqli_warning.c35 #define ZVAL_UTF8_STRING(z, s, flags) ZVAL_STRING((z), (char*)(s), ((flags) & ZSTR_DUPLICA… argument
36 #define ZVAL_UTF8_STRINGL(z, s, l, flags) ZVAL_STRINGL((z), (char*)(s), (l), ((flags) & ZSTR_D… argument
268 zval *z; in PHP_METHOD() local
/PHP-5.3/ext/hash/
H A Dhash_md.c231 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
232 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument
233 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
234 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument
448 #define MD4_F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) argument
449 #define MD4_G(x,y,z) (((x) & ((y) | (z))) | ((y) & (z))) argument
450 #define MD4_H(x,y,z) ((x) ^ (y) ^ (z)) argument
H A Dhash_sha.c165 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
166 #define G(x, y, z) ((x) ^ (y) ^ (z)) argument
167 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) argument
168 #define I(x, y, z) ((x) ^ (y) ^ (z)) argument
436 #define SHA256_F0(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument
438 #define SHA256_F1(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
694 #define SHA512_F0(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument
696 #define SHA512_F1(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
H A Dhash_ripemd.c140 #define F0(x,y,z) ((x) ^ (y) ^ (z)) argument
141 #define F1(x,y,z) (((x) & (y)) | ((~(x)) & (z))) argument
142 #define F2(x,y,z) (((x) | (~(y))) ^ (z)) argument
143 #define F3(x,y,z) (((x) & (z)) | ((y) & (~(z)))) argument
144 #define F4(x,y,z) ((x) ^ ((y) | (~(z)))) argument

Completed in 119 milliseconds

123