Searched refs:pcache (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/data/
H A Dslapd-proxycache.conf32 #pcachemod#moduleload pcache.la
46 overlay pcache
47 pcache @BACKEND@ 100 2 @ENTRY_LIMIT@ @CCPERIOD@
/macosx-10.10/Heimdal-398.1.2/appl/dceutils/
H A Dk5dcecon.c291 int k5dcegettgt(pcache, ccname, pname, tgt)
292 krb5_ccache *pcache;
322 if (code = krb5_cc_default(pcache)) {
329 if (code = krb5_cc_set_flags(*pcache, flags)) {
334 if (code = krb5_cc_get_principal(*pcache, &princ)) {
366 if (code = krb5_cc_start_seq_get(*pcache, &cur)) {
371 while (!(code = krb5_cc_next_cred(*pcache, &cur, &creds))) {
391 if (code = krb5_cc_end_seq_get(*pcache, &cur)) {
398 krb5_cc_set_flags(*pcache, flags); /* force a close */
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dposix_shm.c193 struct pshmcache **pcache, int addref);
240 struct pshmcache **pcache, int addref)
268 *pcache = pcp;
381 struct pshmcache *pcache = PSHMCACHE_NULL; /* ignored on return */ local
487 error = pshm_cache_search(&pinfo, &nd, &pcache, 1);
1021 struct pshmcache *pcache = PSHMCACHE_NULL; local
1067 error = pshm_cache_search(&pinfo, &nd, &pcache, 0);
1121 pshm_cache_delete(pcache);
1147 FREE(pcache, M_SHM);
239 pshm_cache_search(struct pshminfo **pshmp, struct pshmname *pnp, struct pshmcache **pcache, int addref) argument
H A Dposix_sem.c227 struct psemcache **pcache)
255 *pcache = pcp;
369 struct psemcache *pcache = PSEMCACHE_NULL; local
499 error = psem_cache_search(&pinfo, &nd, &pcache);
676 struct psemcache *pcache = PSEMCACHE_NULL; local
721 error = psem_cache_search(&pinfo, &nd, &pcache);
771 psem_cache_delete(pcache);
773 FREE(pcache, M_SHM);
226 psem_cache_search(struct pseminfo **psemp, struct psemname *pnp, struct psemcache **pcache) argument
/macosx-10.10/vim-55/runtime/syntax/
H A Dmgp.vim31 syn keyword mgpCommand contained noop pcache include
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/
H A Drun.in45 AC_pcache=pcache@BUILD_PROXYCACHE@
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dpcache.c2537 /* NOTE: this is a quick workaround to let pcache minimally interact
2541 * and the proxy. This requires pcache to understand pagedResults. */
3647 { "pcache", "backend> <max_entries> <numattrsets> <entry limit> "
3696 { "pcache-", "private database args",
3697 1, 0, STRLENOF("pcache-"), ARG_MAGIC|PC_PRIVATE_DB, pc_cf_gen,
3949 snprintf( c->cr_msg, sizeof( c->cr_msg ), "\"pcache\" directive already provided" );
4022 snprintf( c->cr_msg, sizeof( c->cr_msg ), "\"pcache\" directive not provided yet" );
4140 snprintf( c->cr_msg, sizeof( c->cr_msg ), "\"pcache\" directive not provided yet" );
4411 c->argv[ 0 ] = &argv0[ STRLENOF( "pcache-" ) ];
4438 c->argv[ 0 ] = &argv0[ STRLENOF( "pcache
5639 static slap_overinst pcache; variable
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A DNTMakefile143 $(OBJ)\pcache.obj \
290 pcache.c \
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcompresult.c527 static char *scache = NULL, *pcache = NULL, *icache = NULL; local
537 zsfree(pcache);
539 pcache = ztrdup("");
541 pcache = build_pos_string(list);
556 zsfree(pcache);
557 pcache = ztrdup("");
566 *pp = pcache;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dtest020-proxycache105 $SLAPD -f $CONF2 -h $URI2 -d $LVL -d pcache > $LOG2 2>&1 &
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Doptget.c4282 Optcache_t* pcache; local
4315 for (pcache = 0, cache = state.cache; cache; pcache = cache, cache = cache->next)
4320 if (pcache)
4322 pcache->next = cache->next;
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c8778 /************** Include pcache.h in the middle of sqliteInt.h ****************/
8779 /************** Begin file pcache.h ******************************************/
8816 ** Elements above are public. All that follows is private to pcache.c
8924 /* Try to return memory used by the pcache module to the main memory heap */
8936 /************** End of pcache.h **********************************************/
11088 sqlite3_pcache_methods pcache; /* Low-level page-cache interface */ member in struct:Sqlite3Config
12050 {0,0,0,0,0,0,0,0,0,0,0}, /* pcache */
[all...]

Completed in 559 milliseconds