Home
last modified time | relevance | path

Searched refs:xpc_data_get_bytes_ptr (Results 1 – 6 of 6) sorted by relevance

/NextBSD/lib/libxpc/
HDxpc_type.c296 xpc_data_get_bytes_ptr(xpc_object_t xdata) in xpc_data_get_bytes_ptr() function
450 xpc_data_get_bytes_ptr(obj), in xpc_hash()
HDxpc_array.c273 return (xpc_data_get_bytes_ptr(xotmp)); in xpc_array_get_data()
HDxpc_dictionary.c169 xpc_data_get_bytes_ptr(xotmp), in xpc2nv_primitive()
/NextBSD/lib/libxpc/xpc/
HDxpc.h794 xpc_data_get_bytes_ptr(xpc_object_t xdata);
/NextBSD/usr.sbin/asl/
HDdbserver.c1168 ptr = xpc_data_get_bytes_ptr(edata); in caller_get_read_entitlement()
/NextBSD/lib/libasl/
HDasl_common.c136 char *encoded = asl_core_encode_buffer(xpc_data_get_bytes_ptr(xval), len);