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

  /external/chromium_org/net/android/
keystore_openssl.cc 305 // BIGNUM object (if |*num_ptr| is NULL on input) or copy it (if
306 // |*num_ptr| is not NULL).
308 // |num_ptr| is the address of a BIGNUM pointer. |*num_ptr| can be NULL.
309 // Returns true on success, false otherwise. On failure, |*num_ptr| is
310 // not modified. On success, |*num_ptr| will always be non-NULL and
313 BIGNUM** num_ptr) {
314 BIGNUM* old_num = *num_ptr;
323 *num_ptr = new_num;
  /external/bison/lib/
vasnprintf.c 1230 mp_limb_t *num_ptr; local
    [all...]

Completed in 266 milliseconds