CCNx-Android-Services/jni/csrc/sync/SyncTreeWorker.c File Reference
Part of CCNx Sync.
More...
#include "SyncMacros.h"
#include "SyncNode.h"
#include "SyncTreeWorker.h"
#include <stdlib.h>
#include <string.h>
#include <strings.h>
|
Functions |
void | SyncTreeWorkerInit (struct SyncTreeWorkerHead *head, struct SyncHashCacheEntry *ent, int remote) |
struct SyncTreeWorkerHead * | SyncTreeWorkerCreate (struct SyncHashCacheHead *cache, struct SyncHashCacheEntry *ent, int remote) |
struct SyncTreeWorkerEntry * | SyncTreeWorkerTop (struct SyncTreeWorkerHead *head) |
struct SyncNodeElem * | SyncTreeWorkerGetElem (struct SyncTreeWorkerHead *head) |
struct SyncTreeWorkerEntry * | SyncTreeWorkerPush (struct SyncTreeWorkerHead *head) |
struct SyncTreeWorkerEntry * | SyncTreeWorkerPop (struct SyncTreeWorkerHead *head) |
void | SyncTreeWorkerReset (struct SyncTreeWorkerHead *head, int level) |
struct SyncTreeWorkerHead * | SyncTreeWorkerFree (struct SyncTreeWorkerHead *head) |
enum SyncCompareResult | SyncTreeLookupName (struct SyncTreeWorkerHead *head, struct ccn_charbuf *name, int minLevel) |
enum SyncCompareResult | SyncTreeGenerateNames (struct SyncTreeWorkerHead *head, struct SyncNameAccum *accum, int minLevel) |
int | SyncTreeMarkReachable (struct SyncTreeWorkerHead *head, int minLevel) |
Detailed Description
Part of CCNx Sync.
Copyright (C) 2011 Palo Alto Research Center, Inc.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.