Exemplo n.º 1
0
 public static extern nl_cache *nl_cache_clone(nl_cache *cache);
Exemplo n.º 2
0
 public static extern int nl_cache_request_full_dump(nl_sock *sk, nl_cache *cache);
Exemplo n.º 3
0
 public static extern nl_cache_ops *nl_cache_get_ops(nl_cache *cache);
Exemplo n.º 4
0
 public static extern int nl_cache_pickup(nl_sock *sk, nl_cache *cache);
Exemplo n.º 5
0
 public static extern int nl_cache_refill(nl_sock *sk, nl_cache *cache);
Exemplo n.º 6
0
 public static extern int nl_cache_parse_and_add(nl_cache *cache, nl_msg *msg);
Exemplo n.º 7
0
 public static extern int nl_cache_nitems(nl_cache *cache);
Exemplo n.º 8
0
 public static extern int nl_cache_nitems_filter(nl_cache *cache, nl_object *filter);
Exemplo n.º 9
0
 public static extern int nl_cache_move(nl_cache *cache, nl_object *obj);
Exemplo n.º 10
0
 public static extern int nl_cache_is_empty(nl_cache *cache);