Home
last modified time | relevance | path

Searched defs:pObjectInfo (Results 1 – 7 of 7) sorted by relevance

/dports/ftp/php-fastdfs/fastdfs-6.06/storage/fdht_client/
H A Dfdht_client.h70 #define fdht_batch_get(pObjectInfo, key_list, key_count, success_count) \ argument
75 #define fdht_batch_get_ex(pObjectInfo, key_list, key_count, \ argument
84 #define fdht_batch_set(pObjectInfo, key_list, key_count, \ argument
96 #define fdht_batch_delete(pObjectInfo, key_list, key_count, success_count) \ argument
H A Dfdht_client.c308 #define CALC_OBJECT_HASH_CODE(pObjectInfo, hash_key, hash_key_len, key_hash_code) \ argument
513 FDHTObjectInfo *pObjectInfo, FDHTKeyValuePair *key_list, \ in fdht_batch_set_ex()
700 FDHTObjectInfo *pObjectInfo, FDHTKeyValuePair *key_list, \ in fdht_batch_delete_ex()
849 FDHTObjectInfo *pObjectInfo, FDHTKeyValuePair *key_list, \ in fdht_batch_get_ex1()
H A Dfdht_proto_types.h60 #define PACK_BODY_OBJECT(pObjectInfo, p) \ argument
/dports/ftp/fastdfs/fastdfs-6.06/storage/fdht_client/
H A Dfdht_client.h70 #define fdht_batch_get(pObjectInfo, key_list, key_count, success_count) \ argument
75 #define fdht_batch_get_ex(pObjectInfo, key_list, key_count, \ argument
84 #define fdht_batch_set(pObjectInfo, key_list, key_count, \ argument
96 #define fdht_batch_delete(pObjectInfo, key_list, key_count, success_count) \ argument
H A Dfdht_client.c308 #define CALC_OBJECT_HASH_CODE(pObjectInfo, hash_key, hash_key_len, key_hash_code) \ argument
513 FDHTObjectInfo *pObjectInfo, FDHTKeyValuePair *key_list, \ in fdht_batch_set_ex()
700 FDHTObjectInfo *pObjectInfo, FDHTKeyValuePair *key_list, \ in fdht_batch_delete_ex()
849 FDHTObjectInfo *pObjectInfo, FDHTKeyValuePair *key_list, \ in fdht_batch_get_ex1()
H A Dfdht_proto_types.h60 #define PACK_BODY_OBJECT(pObjectInfo, p) \ argument
/dports/databases/cego/cego-2.47.11/src/
H A DCegoAdminThread.cc5509 Element *pObjectInfo; in medGetObjectInfo() local