Searched defs:key (Results 1 - 6 of 6) sorted by relevance
/sendmail/libsm/ |
H A D | ldap.c | 287 ** SM_LDAP_SEARCH_M -- initiate multi-key LDAP search 294 ** argv -- key vector of substitutions in LDAP filter 321 char *key; local 329 key = argv[0]; 332 key = argv[q[1] - '0']; 333 if (key == NULL) 338 key = ""; 343 key = NULL; 346 key = argv[0]; 351 "%.*s%s", (int) (q - p), p, key); [all...] |
/sendmail/sendmail/ |
H A D | udb.c | 135 DBT key; local 144 memset(&key, '\0', sizeof(key)); 184 /* build actual database key */ 216 key.data = keybuf; 217 key.size = keylen; 222 i = (*up->udb_dbp->seq)(up->udb_dbp, &key, &info, R_CURSOR); 235 (errno = dbc->c_get(dbc, &key, 255 (int) key.size, (char *) key 601 DBT key, info; local 842 char *key; local [all...] |
H A D | parseaddr.c | 1511 syserr("554 5.3.0 rewrite: missing key for map %s", 1780 ** key -- the key to look up. 1788 ** NULL -- if there was no data for the given key. 1792 map_lookup(smap, key, argvect, pstat, e) 1794 char key[]; 1815 smap->s_name, key); 1821 stripquotes(key); 1826 xputs(sm_debug_file(), key); local 1836 replac = (*map->map_class->map_lookup)(map, key, argvec [all...] |
H A D | readcf.c | 410 syserr("missing key name for lookup"); 553 /* check if [key]@map:spec */ 961 char *key; local 969 key = filename; 971 /* skip past key */ 1051 sm_dprintf("fileclass: F{%s}: map class %s, key %s, spec %s\n", 1052 mn, cl, key, spec); 1081 p = (*map.map_class->map_lookup)(&map, key, NULL, &status); 3237 case O_SHMKEY: /* shared memory key */ 3247 case O_SHMKEYFILE: /* shared memory key fil [all...] |
H A D | map.c | 99 ** char *map_lookup(MAP *map, char *key, char **args, int *pstat) 100 ** Look up the key in the given map. If found, do any 109 ** void map_store(MAP *map, char *key, char *value) 110 ** Store the key:value pair in the map. 300 ** MAP_REWRITE -- rewrite a database key, interpolating %n indications. 1672 datum key, val; local 1681 key.dptr = name; 1682 key.dsize = strlen(name); 1685 if (key.dsize > sizeof(keybuf) - 1) 1686 key 1769 datum key; local 2301 DBT key, val; local 2465 DBT key; local 7962 char *replybuf, *rval, *value, *status, *key; local [all...] |
/sendmail/vacation/ |
H A D | vacation.c | 828 SMDB_DBENT key, data; local 834 memset(&key, '\0', sizeof key); 838 key.data = VIT; 839 key.size = sizeof(VIT); 841 st = Db->smdb_get(Db, &key, &data, 0); 850 key.data = From; 851 key.size = strlen(From); 855 st = Db->smdb_get(Db, &key, &data, 0); 866 key 891 SMDB_DBENT key, data; local 923 SMDB_DBENT key, data; local [all...] |
Completed in 46 milliseconds