Searched defs:o (Results 1 – 12 of 12) sorted by relevance
/PHP-7.2/Zend/ |
H A D | zend_objects_API.h | 30 #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 D | zend_types.h | 745 #define ZVAL_OBJ(z, o) do { \ argument
|
/PHP-7.2/ext/zip/lib/ |
H A D | zip_io_util.c | 96 zip_uint8_t *o; in _zip_read_data() local
|
H A D | zipint.h | 117 #define fseeko(s, o, w) (fseek((s), (long int)(o), (w))) argument
|
/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_libmysql_compat.h | 46 #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 D | base64.c | 150 unsigned char a[4], b[4], o[3]; in base64_decode_xmlrpc() local
|
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 70 #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 D | funcs.c | 349 #define OCTALIFY(n, o) \ argument
|
H A D | file.h | 396 } o; member
|
/PHP-7.2/ext/standard/ |
H A D | crypt_blowfish.c | 839 char o[7 + 22 + 31 + 1 + 1 + 1]; in php_crypt_blowfish_rn() member
|
H A D | string.c | 3208 char *o = ZSTR_VAL(haystack); local 3292 char *o = lc_haystack; local 3378 char *o = haystack; local
|
H A D | basic_functions.c | 4331 int argc = 0, len, o; local
|
Completed in 65 milliseconds