Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_objects_API.h28 #define IS_OBJ_VALID(o) (!(((zend_uintptr_t)(o)) & OBJ_BUCKET_INVALID)) argument
30 #define SET_OBJ_INVALID(o) ((zend_object*)((((zend_uintptr_t)(o)) | OBJ_BUCKET_INVALID))) argument
32 #define GET_OBJ_BUCKET_NUMBER(o) (((zend_intptr_t)(o)) >> 1) argument
34 #define SET_OBJ_BUCKET_NUMBER(o, n) do { \ argument
H A Dzend_types.h815 #define ZVAL_OBJ(z, o) do { \ argument
/PHP-7.3/ext/standard/
H A Dbase64.c434 unsigned char *o; in php_base64_encode() local
475 unsigned char *o; in php_base64_encode_ssse3() local
640 unsigned char *o; in php_base64_decode_ex() local
716 unsigned char *o; in php_base64_decode_ex_ssse3() local
H A Dcrypt_blowfish.c838 char o[7 + 22 + 31 + 1 + 1 + 1]; in php_crypt_blowfish_rn() member
H A Dstring.c3253 const char *o = ZSTR_VAL(haystack); local
3338 const char *o = lc_haystack; local
3425 const char *o = haystack; local
H A Dbasic_functions.c4366 int argc = 0, o; local
/PHP-7.3/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.3/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.3/ext/xmlrpc/libxmlrpc/
H A Dbase64.c147 unsigned char a[4], b[4], o[3]; in base64_decode_xmlrpc() local
/PHP-7.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c76 #define OFFSET_OOB(n, o, i) ((n) < (uint32_t)(o) || (i) > ((n) - (o))) argument
783 int32_t o; in moffset() local
1402 const struct buffer *b, size_t o, unsigned int cont_level) in msetoffset()
1447 const unsigned char *s, size_t nbytes, size_t o, unsigned int cont_level, in mget()
H A Dfuncs.c355 #define OCTALIFY(n, o) \ argument
H A Dfile.h406 } o; member
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dunicode_property_data_posix.c5315 register int o = wordlist[key].name; in unicode_lookup_property_name() local
H A Dregparse.h132 } o; member
H A Dunicode_property_data.c29568 register int o = wordlist[key].name; in unicode_lookup_property_name() local

Completed in 151 milliseconds