Home
last modified time | relevance | path

Searched refs:PL_get_blob (Results 1 – 21 of 21) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-dbref.c229 if ( !PL_get_blob(t, &data, NULL, &type) ) in PL_get_dbref()
269 if ( !PL_get_blob(t, (void**)&ref, NULL, &type) || in PL_get_clref()
287 if ( !PL_get_blob(t, (void**)&ref, NULL, &type) || in PL_get_recref()
H A Dpl-wrap.c142 if ( PL_get_blob(t, &data, NULL, &type) && in get_closure_predicate__LD()
463 if ( PL_get_blob(A1, &data, NULL, &type) &&
H A Dpl-trie.c1062 if ( PL_get_blob(t, &data, NULL, &type) && type == &trie_blob ) in get_trie()
1083 if ( PL_get_blob(t, &data, NULL, &type) && type == &trie_blob ) in get_trie_noex()
1141 if ( PL_get_blob(A1, &data, NULL, &type) && type == &trie_blob )
H A Dpl-zip.c540 if ( PL_get_blob(t, &p, &len, &type) && type == &zipper_blob ) in get_zipper()
H A DSWI-Prolog.h723 PL_EXPORT(int) PL_get_blob(term_t t, void **blob, size_t *len,
H A Dpl-fli.c3814 PL_get_blob(term_t t, void **blob, size_t *len, PL_blob_t **type) in PL_get_blob() function
H A Dpl-thread.c4619 if ( PL_get_blob(t, &data, NULL, &type) && type == &message_queue_blob ) in get_message_queue__LD()
/dports/lang/yap/yap-6.2.2/library/dialect/swi/fli/
H A Dblobs.c63 PL_get_blob(term_t t, void **blob, size_t *len, PL_blob_t **type) in PL_get_blob() function
/dports/lang/swi-pl/swipl-8.2.3/packages/semweb/
H A Dsnapshot.c218 if ( PL_get_blob(t, &data, NULL, &type) && type == &snap_blob) in get_snapshot()
H A Dturtle.c3083 if ( PL_get_blob(t, &data, NULL, &type) && type == &turtle_blob) in get_turtle_parser()
/dports/lang/swi-pl/swipl-8.2.3/packages/bdb/
H A Dbdb4pl.c230 if ( PL_get_blob(t, &data, NULL, &type) && type == &dbenv_blob) in get_dbenv()
321 if ( PL_get_blob(t, &data, NULL, &type) && type == &db_blob) in get_db()
808 if ( PL_get_blob(t, &data, NULL, &type) && type == &db_blob) in pl_bdb_is_open()
1740 if ( PL_get_blob(t, &data, NULL, &type) && type == &dbenv_blob) in pl_bdb_is_open_env()
/dports/lang/yap/yap-6.2.2/include/
H A DSWI-Prolog.h644 PL_EXPORT(int) PL_get_blob(term_t t, void **blob, size_t *len,
/dports/lang/swi-pl/swipl-8.2.3/packages/clib/
H A Dsocket.c179 if ( PL_get_blob(handle, &data, NULL, &type) && type == &socket_blob) in tcp_get_socket()
H A Dmemfile.c180 if ( PL_get_blob(handle, &data, NULL, &type) && type == &memfile_blob) in get_memfile()
/dports/lang/swi-pl/swipl-8.2.3/packages/ssl/
H A Dcrypto4pl.c217 if ( PL_get_blob(tcontext, &data, NULL, &type) && in get_hash_context()
1609 if ( PL_get_blob(tcurve, &data, NULL, &type) &&
H A Dssl4pl.c934 if (PL_get_blob(Cert, (void**)cert, NULL, &type) && type == &certificate_type) in get_certificate_blob()
1579 if ( PL_get_blob(config, &data, NULL, &type) && type == &ssl_context_type ) in get_conf()
/dports/lang/swi-pl/swipl-8.2.3/packages/pcre/
H A Dpcre4pl.c266 if ( PL_get_blob(t, &p, &len, &type) && type == &pcre_blob ) in get_re()
/dports/lang/swi-pl/swipl-8.2.3/packages/tipc/
H A Dtipc.c167 if ( PL_get_blob(handle, &data, NULL, &type) && type == &tipc_blob) in tipc_get_socket()
/dports/lang/swi-pl/swipl-8.2.3/packages/yaml/
H A Dyaml4pl.c873 if ( PL_get_blob(t, &p, &len, &type) && type == &emitter_blob ) in get_emitter()
/dports/lang/swi-pl/swipl-8.2.3/packages/archive/
H A Darchive4pl.c258 if ( PL_get_blob(t, &data, NULL, &type) && type == &archive_blob) in get_archive()
/dports/lang/swi-pl/swipl-8.2.3/man/
H A Dforeign.doc2048 \cfunction{int}{PL_get_blob}{term_t t, void **blob, size_t *len,