HomeSort by: relevance | last modified time | path
    Searched defs:cbt (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/engines/
e_afalg.h 73 struct iocb cbt[MAX_INFLIGHTS]; member in struct:afalg_aio_st
  /src/crypto/external/bsd/openssl/dist/engines/
e_afalg.h 74 struct iocb cbt[MAX_INFLIGHTS]; member in struct:afalg_aio_st
  /src/crypto/external/bsd/openssl.old/dist/engines/
e_afalg.h 74 struct iocb cbt[MAX_INFLIGHTS]; member in struct:afalg_aio_st
  /src/external/ibm-public/postfix/dist/src/postconf/
postconf_builtin.c 301 CONFIG_BOOL_TABLE *cbt = (CONFIG_BOOL_TABLE *) ptr; local
303 return (cbt->defval ? "yes" : "no");
384 const CONFIG_BOOL_TABLE *cbt; local
413 for (cbt = pcf_bool_table; cbt->name; cbt++)
414 PCF_PARAM_TABLE_ENTER(pcf_param_table, cbt->name,
415 PCF_PARAM_FLAG_BUILTIN, (void *) cbt,

Completed in 27 milliseconds