Searched refs:MEMC_G (Results 1 – 2 of 2) sorted by relevance
216 # define MEMC_G(v) TSRMG(php_memcached_globals_id, zend_php_memcached_globals *, memc.v) macro220 # define MEMC_G(v) (php_memcached_globals.memc.v)
276 MEMC_G(compression_type) = COMPRESSION_TYPE_FASTLZ; in ZEND_GET_MODULE()280 MEMC_G(compression_type) = COMPRESSION_TYPE_ZLIB; in ZEND_GET_MODULE()290 MEMC_G(serializer_type) = SERIALIZER_DEFAULT; in PHP_INI_MH()292 MEMC_G(serializer_type) = SERIALIZER_PHP; in PHP_INI_MH()295 MEMC_G(serializer_type) = SERIALIZER_IGBINARY; in PHP_INI_MH()299 MEMC_G(serializer_type) = SERIALIZER_JSON; in PHP_INI_MH()301 MEMC_G(serializer_type) = SERIALIZER_JSON_ARRAY; in PHP_INI_MH()305 MEMC_G(serializer_type) = SERIALIZER_MSGPACK; in PHP_INI_MH()488 if (MEMC_G(sasl_initialised)) { in php_memc_init_sasl_if_needed()1307 if (MEMC_G(default_behavior.connect_timeout)) { in PHP_METHOD()[all …]