Home
last modified time | relevance | path

Searched refs:WEED_SEED_FUNCPTR (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/libweed/
H A Dweed-utils.c116 return weed_leaf_set(plant, key, WEED_SEED_FUNCPTR, 1, (weed_voidptr_t)&value); in weed_set_funcptr_value()
222 weed_error_t err = weed_value_get(plant, key, WEED_SEED_FUNCPTR, &retval); in weed_get_funcptr_value()
358 …return (weed_funcptr_t *)(weed_get_arrayx(plant, key, WEED_SEED_FUNCPTR, WEED_FUNCPTR_SIZE, NULL, … in weed_get_funcptr_array_counted()
361 …return (weed_funcptr_t *)(weed_get_arrayx(plant, key, WEED_SEED_FUNCPTR, WEED_FUNCPTR_SIZE, error,… in weed_get_funcptr_array()
408 return weed_leaf_set(plant, key, WEED_SEED_FUNCPTR, num_elems, (weed_voidptr_t)values); in weed_set_funcptr_array()
547 case WEED_SEED_FUNCPTR: { in weed_leaf_copy_nth()
548 …weed_funcptr_t *dataf = weed_get_arrayx(src, keyf, WEED_SEED_FUNCPTR, WEED_FUNCPTR_SIZE, &err, &nu… in weed_leaf_copy_nth()
554 dataf2 = weed_get_arrayx(dst, keyt, WEED_SEED_FUNCPTR, WEED_FUNCPTR_SIZE, &err, &count); in weed_leaf_copy_nth()
767 if (leaf->seed_type == WEED_SEED_FUNCPTR) { in _weed_default_get()
H A Dweed.h233 #define WEED_SEED_FUNCPTR 64 // weed_funcptr_t macro
H A Dweed.c363 #define weed_seed_get_size(seed_type, size) (seed_type == WEED_SEED_FUNCPTR ? WEED_FUNCPTR_SIZE : \
401 if (seed_type == WEED_SEED_FUNCPTR) in weed_data_new()
831 if (type == WEED_SEED_FUNCPTR) memcpy(value, &(data[idx])->value.funcptr, WEED_FUNCPTR_SIZE); in _weed_leaf_get()
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A Dweed-plugin-utils.c258 if (init_func) weed_leaf_set(filter_class, WEED_LEAF_INIT_FUNC, WEED_SEED_FUNCPTR, 1, &init_func); in weed_filter_class_init()
260 …if (process_func) weed_leaf_set(filter_class, WEED_LEAF_PROCESS_FUNC, WEED_SEED_FUNCPTR, 1, &proce… in weed_filter_class_init()
262 …if (deinit_func) weed_leaf_set(filter_class, WEED_LEAF_DEINIT_FUNC, WEED_SEED_FUNCPTR, 1, &deinit_… in weed_filter_class_init()
619 case WEED_SEED_FUNCPTR: in _weed_clone_leaf()
622 weed_leaf_set(to, key, WEED_SEED_FUNCPTR, num, dataf); in _weed_clone_leaf()
/dports/multimedia/lives/lives-3.2.0/src/
H A Dlsd-tab.c241 case WEED_SEED_FUNCPTR: tp = "lives_func_t *"; break; in weed_plant_to_header()
H A Dweed-effects-utils.c692 case WEED_SEED_FUNCPTR: in weed_seed_type_to_text()
H A Dmachinestate.c2011 case WEED_SEED_FUNCPTR: funcsig |= 0XC; break; in make_funcsig()