Home
last modified time | relevance | path

Searched refs:REDIS_OPT_NULL_MBULK_AS_NULL (Results 1 – 3 of 3) sorted by relevance

/dports/databases/pecl-redis/redis-5.3.5/
H A Dcommon.h86 #define REDIS_OPT_NULL_MBULK_AS_NULL 10 macro
H A Dredis_commands.c3996 case REDIS_OPT_NULL_MBULK_AS_NULL: in redis_getoption_handler()
4050 case REDIS_OPT_NULL_MBULK_AS_NULL: in redis_setoption_handler()
H A Dredis.c724 …are_class_constant_long(ce, ZEND_STRL("OPT_NULL_MULTIBULK_AS_NULL"), REDIS_OPT_NULL_MBULK_AS_NULL); in add_class_constants()