Home
last modified time | relevance | path

Searched refs:tail2 (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/tools/pkgdata/
Dpkgdata.c506 CharList *l, *tail = NULL, *tail2 = NULL; in loadLists() local
599 o->filePaths = pkg_appendToList(o->filePaths, &tail2, uprv_strdup(tmp)); in loadLists()
/external/openssl/ssl/
Dssl_ciph.c598 CIPHER_ORDER *head, *tail, *curr, *curr2, *tail2; in ssl_cipher_apply_rule() local
610 tail2 = tail = *tail_p; in ssl_cipher_apply_rule()
613 if ((curr == NULL) || (curr == tail2)) break; in ssl_cipher_apply_rule()