Searched refs:valpw (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbip_serialize.c1099 pword *arg, key, valpw; local
1206 Make_Atom(&valpw, functor);
1207 res = store_set(strhm, key.val, key.tag, &valpw);
1214 res = store_get(strhm, key.val, key.tag, &valpw);
1219 if (IsString(valpw.tag)) {
1220 functor = enter_dict_n(StringStart(valpw.val),
1221 StringLength(valpw.val), arity);
1222 } else if (DidArity(valpw.val.did) == arity) {
1223 functor = valpw.val.did;
1225 functor = add_dict(valpw
[all...]
H A Dbip_store.c737 * store_set(obj, vkey, tkey, valpw)
738 * Store the target of pword pointer 'valpw' in the store 'obj'
740 * of the target of 'valpw' is not made - it is assumed suitable
748 store_set(t_heap_htable *obj, value vkey, type tkey, pword *valpw) argument
765 pelem->value = *valpw;
779 * store_get(obj, vkey, tkey, valpw)
780 * Return a pword reference 'valpw' to the element referenced by
782 * global stack copy of the target of 'valpw' is not made.
789 store_get(t_heap_htable *obj, value vkey, type tkey, pword *valpw) argument
802 *valpw
828 store_get_else_set(t_heap_htable *obj, value vkey, type tkey, pword *valpw) argument
[all...]

Completed in 90 milliseconds