HomeSort by relevance Sort by last modified time
    Searched refs:dynamic_ex_data_idx (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_dyn.c 154 static int dynamic_ex_data_idx = -1; variable
215 dynamic_ex_data_idx)) == NULL)
218 ENGINE_set_ex_data(e, dynamic_ex_data_idx, c);
235 if(dynamic_ex_data_idx < 0)
249 if(dynamic_ex_data_idx < 0)
252 dynamic_ex_data_idx = new_idx;
260 ctx = (dynamic_data_ctx *)ENGINE_get_ex_data(e, dynamic_ex_data_idx);
  /external/openssl/crypto/engine/
eng_dyn.c 154 static int dynamic_ex_data_idx = -1; variable
215 dynamic_ex_data_idx)) == NULL)
218 ENGINE_set_ex_data(e, dynamic_ex_data_idx, c);
235 if(dynamic_ex_data_idx < 0)
249 if(dynamic_ex_data_idx < 0)
252 dynamic_ex_data_idx = new_idx;
260 ctx = (dynamic_data_ctx *)ENGINE_get_ex_data(e, dynamic_ex_data_idx);

Completed in 24 milliseconds