Searched refs:ctp (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/rpc_server/c/
H A Ddb_server_util.c200 __dbsrv_settimeout(ctp, to)
201 ct_entry *ctp;
205 ctp->ct_timeout = __dbsrv_maxto;
207 ctp->ct_timeout = __dbsrv_defto;
209 ctp->ct_timeout = to;
222 ct_entry *ctp, *nextctp; local
247 for (ctp = LIST_FIRST(&__dbsrv_head); ctp != NULL; ctp = nextctp) {
248 nextctp = LIST_NEXT(ctp, entrie
323 ct_entry *ctp, *nextctp; local
373 ct_entry *ctp, *octp; local
413 ct_entry *ctp; local
433 ct_entry *ctp; local
493 ct_entry *ctp; local
564 ct_entry *ctp; local
599 ct_entry *ctp; local
638 ct_entry *ctp, *dbctp, *nextctp; local
[all...]
H A Ddb_server_proc.c74 ct_entry *ctp, *dbenv_ctp; local
80 ctp = new_ct_ent(&replyp->status);
81 if (ctp == NULL)
86 ctp->ct_txnp = txnp;
87 ctp->ct_type = CT_TXN;
88 ctp->ct_parent = NULL;
89 ctp->ct_envparent = dbenv_ctp;
90 replyp->txnidcl_id = ctp->ct_id;
91 __dbsrv_settimeout(ctp, dbenv_ctp->ct_timeout);
92 __dbsrv_active(ctp);
125 ct_entry *ctp; local
470 ct_entry *ctp, *dbenv_ctp, *parent_ctp; local
593 ct_entry *dbenv_ctp, *ctp; local
2151 ct_entry *dbc_ctp, *ctp, *dbp_ctp; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/rpc_server/cxx/
H A Ddb_server_cxxutil.cpp197 ct_entry *ctp,
201 ctp->ct_timeout = __dbsrv_maxto;
203 ctp->ct_timeout = __dbsrv_defto;
205 ctp->ct_timeout = to;
214 ct_entry *ctp, *nextctp; local
239 for (ctp = LIST_FIRST(&__dbsrv_head); ctp != NULL; ctp = nextctp) {
240 nextctp = LIST_NEXT(ctp, entries);
241 switch (ctp
196 __dbsrv_settimeout( ct_entry *ctp, u_int32_t to) argument
313 ct_entry *ctp, *nextctp; local
334 __dbclear_ctp(ct_entry *ctp) argument
351 ct_entry *ctp, *octp; local
387 ct_entry *ctp; local
400 ct_entry *ctp; local
453 ct_entry *ctp; local
494 __dbsrv_active(ct_entry *ctp) argument
515 ct_entry *ctp; local
541 ct_entry *ctp; local
574 ct_entry *ctp, *dbctp, *nextctp; local
[all...]
H A Ddb_server_cxxproc.cpp61 ct_entry *ctp, *dbenv_ctp; local
67 ctp = new_ct_ent(&replyp->status);
68 if (ctp == NULL)
73 ctp->ct_txnp = txnp;
74 ctp->ct_type = CT_TXN;
75 ctp->ct_parent = NULL;
76 ctp->ct_envparent = dbenv_ctp;
77 replyp->txnidcl_id = ctp->ct_id;
78 __dbsrv_settimeout(ctp, dbenv_ctp->ct_timeout);
79 __dbsrv_active(ctp);
106 ct_entry *ctp; local
400 ct_entry *ctp, *dbenv_ctp, *parent_ctp; local
502 ct_entry *dbenv_ctp, *ctp; local
1881 ct_entry *dbc_ctp, *ctp, *dbp_ctp; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb_server_int.h137 * Get ctp and activate it.
141 #define ACTIVATE_CTP(ctp, id, type) { \
142 (ctp) = get_tableent(id); \
143 if ((ctp) == NULL) { \
148 DB_ASSERT(NULL, (ctp)->ct_type & (type)); \
149 __dbsrv_active(ctp); \
/macosx-10.9.5/apache-786.1/httpd/modules/http/
H A Dmod_mime.c548 content_type *ctp; local
551 /* initialize ctp */
552 ctp = (content_type *)apr_palloc(p, sizeof(content_type));
553 ctp->type = NULL;
554 ctp->subtype = NULL;
555 ctp->param = NULL;
570 ctp->type = cp;
589 ctp->type_len = cp - ctp->type;
602 ctp
920 content_type *ctp; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dcpuid.c640 cpuid_thermal_leaf_t *ctp = &info_p->cpuid_thermal_leaf; local
646 ctp->sensor = bitfield32(reg[eax], 0, 0);
647 ctp->dynamic_acceleration = bitfield32(reg[eax], 1, 1);
648 ctp->invariant_APIC_timer = bitfield32(reg[eax], 2, 2);
649 ctp->core_power_limits = bitfield32(reg[eax], 4, 4);
650 ctp->fine_grain_clock_mod = bitfield32(reg[eax], 5, 5);
651 ctp->package_thermal_intr = bitfield32(reg[eax], 6, 6);
652 ctp->thresholds = bitfield32(reg[ebx], 3, 0);
653 ctp->ACNT_MCNT = bitfield32(reg[ecx], 0, 0);
654 ctp
[all...]
/macosx-10.9.5/hfs-226.1.1/newfs_hfs/
H A Dmakehfs.c1559 HFSPlusCatalogThread *ctp; local
1639 ctp = (HFSPlusCatalogThread *)((UInt8 *)buffer + offset);
1640 ctp->recordType = SWAP_BE16 (kHFSPlusFolderThreadRecord);
1641 ctp->parentID = SWAP_BE32 (kHFSRootParentID);
1642 bcopy(&ckp->nodeName, &ctp->nodeName, sizeof(UInt16) + unicodeBytes);
1644 - (sizeof(ctp->nodeName.unicode) - unicodeBytes) );
1735 ctp = (HFSPlusCatalogThread *)((UInt8 *)buffer + offset);
1736 ctp->recordType = SWAP_BE16 (kHFSPlusFileThreadRecord);
1737 ctp->parentID = SWAP_BE32 (kHFSRootFolderID);
1738 bcopy(nodename1, &ctp
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Ddigest.c807 EVP_MD_CTX *ctp; local
834 ctp = EVP_MD_CTX_create();
837 EVP_DigestInit_ex(ctp, EVP_sha1(), NULL);
848 EVP_MD_CTX_destroy(ctp);
858 EVP_MD_CTX_destroy(ctp);
861 EVP_DigestUpdate(ctp, clientNonce.data, ssize);
864 EVP_DigestUpdate(ctp, serverNonce.data, serverNonce.length);
865 EVP_DigestUpdate(ctp, username, strlen(username));
869 EVP_MD_CTX_destroy(ctp);
/macosx-10.9.5/files-638.1.4/private/etc/
H A Dservices9673 ctp 3772/udp # Chantry Tunnel Protocol
9674 ctp 3772/tcp # Chantry Tunnel Protocol
10273 ctp-state 4047/tcp # Context Transfer Protocol
10274 ctp-state 4047/udp # Context Transfer Protocol
13832 crestron-ctp 41795/udp # Crestron Terminal Port
13833 crestron-ctp 41795/tcp # Crestron Terminal Port
/macosx-10.9.5/vim-53/runtime/
H A Dfiletype.vim1323 " Also .ctp for Cake template file
1324 au BufNewFile,BufRead *.php,*.php\d,*.phtml,*.ctp setf php

Completed in 215 milliseconds