Home
last modified time | relevance | path

Searched defs:o (Results 1 – 12 of 12) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_objects_API.h30 #define IS_OBJ_VALID(o) (!(((zend_uintptr_t)(o)) & OBJ_BUCKET_INVALID)) argument
32 #define SET_OBJ_INVALID(o) ((zend_object*)((((zend_uintptr_t)(o)) | OBJ_BUCKET_INVALID))) argument
34 #define GET_OBJ_BUCKET_NUMBER(o) (((zend_intptr_t)(o)) >> 1) argument
36 #define SET_OBJ_BUCKET_NUMBER(o, n) do { \ argument
H A Dzend_types.h745 #define ZVAL_OBJ(z, o) do { \ argument
/PHP-7.2/ext/zip/lib/
H A Dzip_io_util.c96 zip_uint8_t *o; in _zip_read_data() local
H A Dzipint.h117 #define fseeko(s, o, w) (fseek((s), (long int)(o), (w))) argument
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h46 #define mysql_data_seek(r,o) mysqlnd_data_seek((r),(o)) argument
53 #define mysql_fetch_field_direct(r,o) mysqlnd_fetch_field_direct((r), (o)) argument
58 #define mysql_field_seek(r,o) mysqlnd_field_seek((r), (o)) argument
76 #define mysql_set_server_option(r,o) mysqlnd_set_server_option((r), (o)) argument
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dbase64.c150 unsigned char a[4], b[4], o[3]; in base64_decode_xmlrpc() local
/PHP-7.2/ext/fileinfo/libmagic/
H A Dsoftmagic.c70 #define OFFSET_OOB(n, o, i) ((n) < (uint32_t)(o) || (i) > ((n) - (o))) argument
708 int32_t o; in moffset() local
1327 size_t nbytes, size_t o, unsigned int cont_level, int mode, int text, in mget()
H A Dfuncs.c349 #define OCTALIFY(n, o) \ argument
H A Dfile.h396 } o; member
/PHP-7.2/ext/standard/
H A Dcrypt_blowfish.c839 char o[7 + 22 + 31 + 1 + 1 + 1]; in php_crypt_blowfish_rn() member
H A Dstring.c3208 char *o = ZSTR_VAL(haystack); local
3292 char *o = lc_haystack; local
3378 char *o = haystack; local
H A Dbasic_functions.c4331 int argc = 0, len, o; local

Completed in 63 milliseconds