Searched refs:sasl_ALLOC (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dserver.c485 mech = sasl_ALLOC(sizeof(mechanism_t));
695 alloc_file_name = sasl_ALLOC(len);
788 config_filename = sasl_ALLOC(len);
842 field = sasl_ALLOC(d + 1);
879 mechanism_t *n = sasl_ALLOC(sizeof(mechanism_t));
885 nplug = sasl_ALLOC(sizeof(sasl_server_plug_t));
1061 gctx->mechlist = sasl_ALLOC(sizeof(mech_list_t));
1086 mechlist = sasl_ALLOC(sizeof(mech_list_t));
1294 *pconn=sasl_ALLOC(sizeof(sasl_server_conn_t));
1306 serverconn->sparams=sasl_ALLOC(sizeo
[all...]
H A Dclient.c284 mech = sasl_ALLOC(sizeof(cmechanism_t));
410 gctx->cmechlist=sasl_ALLOC(sizeof(cmech_list_t));
451 cmechlist=sasl_ALLOC(sizeof(cmech_list_t));
599 *pconn=sasl_ALLOC(sizeof(sasl_client_conn_t));
622 conn->cparams=sasl_ALLOC(sizeof(sasl_client_params_t));
1248 next = sasl_ALLOC(sizeof(sasl_string_list_t));
H A Dcanonusr.c349 new_item = sasl_ALLOC(sizeof(canonuser_plug_list_t));
395 in_buf = sasl_ALLOC((ulen + 2) * sizeof(char));
H A Dcommon.c222 *out=sasl_ALLOC(len + 1);
409 conn->decode_buf = sasl_ALLOC(conn->props.maxbufsize + 1);
1768 char *out=(char *) sasl_ALLOC(250);
1952 utils=sasl_ALLOC(sizeof(sasl_utils_t));
2185 *rwbuf = sasl_ALLOC(newlen);
2234 *output = sasl_ALLOC(sizeof(buffer_info_t));
2474 global_mech_list = sasl_ALLOC((count + 1) * sizeof(char *));
2779 ValueData = sasl_ALLOC(cbData);
2796 ExpandedValueData = sasl_ALLOC(cbExpandedData);
H A Ddlopen.c408 newhead = sasl_ALLOC(sizeof(lib_list_t));
625 sasl_ALLOC(sizeof (_sasl_path_info_t));
H A Dsaslint.h461 #define sasl_ALLOC(__size__) (gctx->sasl_allocation_utils.malloc((__size__))) macro
478 #define sasl_ALLOC(__size__) (_sasl_allocation_utils.malloc((__size__))) macro
H A Dexternal.c257 text = sasl_ALLOC(sizeof(client_context_t));
H A Dauxprop.c103 ret = sasl_ALLOC(total_size);
168 new_ctx = sasl_ALLOC(sizeof(struct propctx));
898 new_item = sasl_ALLOC(sizeof(auxprop_plug_list_t));
H A Dcheckpw.c129 *secret = (sasl_secret_t *) sasl_ALLOC(sizeof(sasl_secret_t) +
H A Dsaslutil.c412 (*rpool)=sasl_ALLOC(sizeof(sasl_rand_t));

Completed in 1110 milliseconds