Home
last modified time | relevance | path

Searched refs:memory_err (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dhiredis.c236 if (newargv == NULL) goto memory_err; in redisvFormatCommand()
243 if (curarg == NULL) goto memory_err; in redisvFormatCommand()
248 if (newarg == NULL) goto memory_err; in redisvFormatCommand()
373 if (newarg == NULL) goto memory_err; in redisvFormatCommand()
385 if (newargv == NULL) goto memory_err; in redisvFormatCommand()
401 if (cmd == NULL) goto memory_err; in redisvFormatCommand()
423 memory_err: in redisvFormatCommand()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c3440 boolean_t freelist = B_FALSE, memory_err = B_TRUE; in zpool_vdev_split() local
3608 memory_err = B_FALSE; in zpool_vdev_split()
3643 memory_err = B_FALSE; in zpool_vdev_split()
3664 if (memory_err) in zpool_vdev_split()