Uplink-Nodejs
1.0.8
Nods.js binding fo libUplink
|
#include "definitions.h"
#include "../libUplink.h"
#include "download_operations.h"
#include "upload_operations.h"
#include "bucket_operations.h"
#include "object_operations.h"
Go to the source code of this file.
Functions | |
void | openProjectPromiseComplete (napi_env env, napi_status status, void *data) |
openProjectPromiseComplete creates the handle for open_project More... | |
void | listObjectPromiseComplete (napi_env env, napi_status status, void *data) |
listObjectPromiseComplete creates the handle for list_objects it shows null if zero objects found in the list . More... | |
void | downloadInfoOperationComplete (napi_env env, napi_status status, void *data) |
downloadInfoOperationComplete creates the handle for download_info More... | |
void | downloadCloseOperationComplete (napi_env env, napi_status status, void *data) |
downloadCloseOperationComplete creates the handle for close_download . More... | |
void | downloadReadOperationComplete (napi_env env, napi_status status, void *data) |
downloadReadOperationComplete creates the handle for download_read More... | |
void | downloadObjectOperationComplete (napi_env env, napi_status status, void *data) |
downloadobjectOperationComplete creates the handle for download_object it shows null if download has zero options. More... | |
void | uploadSetMetaPromiseComplete (napi_env env, napi_status status, void *data) |
uploadSetMetaPromiseComplete creates the handle for upload_set_custom_metadata More... | |
void | uploadAbortPromiseComplete (napi_env env, napi_status status, void *data) |
uploadAbortPromiseComplete creates the handle for upload_abort More... | |
void | uploadInfoOperationComplete (napi_env env, napi_status status, void *data) |
uploadInfoOperationComplete creates the handle for upload_info More... | |
void | uploadCommitOperationComplete (napi_env env, napi_status status, void *data) |
uploadCommitOperationComplete creates the handle for upload_commit More... | |
void | uploadWriteOperationComplete (napi_env env, napi_status status, void *data) |
uploadWriteOperationComplete creates the handle for upload_write More... | |
void | uploadObjectComplete (napi_env env, napi_status status, void *data) |
uploadObjectComplete creates the handle for upload_object . it shows null if upload option set contains zero object. More... | |
void | objectOperationComplete (napi_env env, napi_status status, void *data) |
objectOperationComplete used to implement the uplink-c library function objectOperationComplete signifies about object using promise More... | |
void | bucketOperationComplete (napi_env env, napi_status status, void *data) |
bucketOperationComplete used to implement the uplink-c library function bucketOperationComplete operations on buckets using promise More... | |
void | ListBucketsPromiseComplete (napi_env env, napi_status status, void *data) |
void | closeProjectPromiseComplete (napi_env env, napi_status status, void *data) |
closeProjectPromiseComplete creates the handle for close_project More... | |
void | configOpenProjectPromiseComplete (napi_env env, napi_status status, void *data) |
configOpenProjectPromiseComplete creates the handle for config_open_project More... | |
void | ParseAccessPromiseComplete (napi_env env, napi_status status, void *data) |
ParseAccessPromiseComplete creates the handle for parse_access. More... | |
void | ShareAccessPromiseComplete (napi_env env, napi_status status, void *data) |
ShareAccessPromiseComplete creates the handle for access_share. More... | |
void | ConfigRequestAccessWithEncryptionPromiseComplete (napi_env env, napi_status status, void *data) |
ConfigRequestAccessWithEncryptionPromiseComplete creates the handle for config_request_access_with_passphrase. More... | |
void | RequestAccessWithEncryptionPromiseComplete (napi_env env, napi_status status, void *data) |
RequestAccessWithEncryptionPromiseComplete creates the handle for request_access_with_passphrase. More... | |
void | accessSerializePromiseComplete (napi_env env, napi_status status, void *data) |
accessSerializePromiseComplete creates the handle for access_serialize More... | |
void | deriveEncrpPromiseComplete (napi_env env, napi_status status, void *data) |
void | accessOverRidePromiseComplete (napi_env env, napi_status status, void *data) |
void accessOverRidePromiseComplete | ( | napi_env | env, |
napi_status | status, | ||
void * | data | ||
) |
void accessSerializePromiseComplete | ( | napi_env | env, |
napi_status | status, | ||
void * | data | ||
) |
accessSerializePromiseComplete creates the handle for access_serialize
void bucketOperationComplete | ( | napi_env | env, |
napi_status | status, | ||
void * | data | ||
) |
bucketOperationComplete used to implement the uplink-c library function bucketOperationComplete operations on buckets using promise
void closeProjectPromiseComplete | ( | napi_env | env, |
napi_status | status, | ||
void * | data | ||
) |
closeProjectPromiseComplete creates the handle for close_project
void configOpenProjectPromiseComplete | ( | napi_env | env, |
napi_status | status, | ||
void * | data | ||
) |
configOpenProjectPromiseComplete creates the handle for config_open_project
void ConfigRequestAccessWithEncryptionPromiseComplete | ( | napi_env | env, |
napi_status | status, | ||
void * | data | ||
) |
ConfigRequestAccessWithEncryptionPromiseComplete creates the handle for config_request_access_with_passphrase.
void deriveEncrpPromiseComplete | ( | napi_env | env, |
napi_status | status, | ||
void * | data | ||
) |
void downloadCloseOperationComplete | ( | napi_env | env, |
napi_status | status, | ||
void * | data | ||
) |
downloadCloseOperationComplete creates the handle for close_download .
void downloadInfoOperationComplete | ( | napi_env | env, |
napi_status | status, | ||
void * | data | ||
) |
downloadInfoOperationComplete creates the handle for download_info
void downloadObjectOperationComplete | ( | napi_env | env, |
napi_status | status, | ||
void * | data | ||
) |
downloadobjectOperationComplete creates the handle for download_object it shows null if download has zero options.
void downloadReadOperationComplete | ( | napi_env | env, |
napi_status | status, | ||
void * | data | ||
) |
downloadReadOperationComplete creates the handle for download_read
void ListBucketsPromiseComplete | ( | napi_env | env, |
napi_status | status, | ||
void * | data | ||
) |
void listObjectPromiseComplete | ( | napi_env | env, |
napi_status | status, | ||
void * | data | ||
) |
listObjectPromiseComplete creates the handle for list_objects it shows null if zero objects found in the list .
void objectOperationComplete | ( | napi_env | env, |
napi_status | status, | ||
void * | data | ||
) |
objectOperationComplete used to implement the uplink-c library function objectOperationComplete signifies about object using promise
void openProjectPromiseComplete | ( | napi_env | env, |
napi_status | status, | ||
void * | data | ||
) |
openProjectPromiseComplete creates the handle for open_project
void ParseAccessPromiseComplete | ( | napi_env | env, |
napi_status | status, | ||
void * | data | ||
) |
ParseAccessPromiseComplete creates the handle for parse_access.
void RequestAccessWithEncryptionPromiseComplete | ( | napi_env | env, |
napi_status | status, | ||
void * | data | ||
) |
RequestAccessWithEncryptionPromiseComplete creates the handle for request_access_with_passphrase.
void ShareAccessPromiseComplete | ( | napi_env | env, |
napi_status | status, | ||
void * | data | ||
) |
ShareAccessPromiseComplete creates the handle for access_share.
void uploadAbortPromiseComplete | ( | napi_env | env, |
napi_status | status, | ||
void * | data | ||
) |
uploadAbortPromiseComplete creates the handle for upload_abort
void uploadCommitOperationComplete | ( | napi_env | env, |
napi_status | status, | ||
void * | data | ||
) |
uploadCommitOperationComplete creates the handle for upload_commit
void uploadInfoOperationComplete | ( | napi_env | env, |
napi_status | status, | ||
void * | data | ||
) |
uploadInfoOperationComplete creates the handle for upload_info
void uploadObjectComplete | ( | napi_env | env, |
napi_status | status, | ||
void * | data | ||
) |
uploadObjectComplete creates the handle for upload_object . it shows null if upload option set contains zero object.
void uploadSetMetaPromiseComplete | ( | napi_env | env, |
napi_status | status, | ||
void * | data | ||
) |
uploadSetMetaPromiseComplete creates the handle for upload_set_custom_metadata
void uploadWriteOperationComplete | ( | napi_env | env, |
napi_status | status, | ||
void * | data | ||
) |
uploadWriteOperationComplete creates the handle for upload_write