Searched refs:cur (Results 1 – 5 of 5) sorted by relevance
135 static inline int32_t utf32_at_internal(const char* cur, size_t *num_read) in utf32_at_internal() argument137 const char first_char = *cur; in utf32_at_internal()140 return *cur; in utf32_at_internal()142 cur++; in utf32_at_internal()150 utf32 = (utf32 << 6) + (*cur++ & 0x3F); in utf32_at_internal()199 char *cur = dst; in utf32_to_utf8() local202 utf32_codepoint_to_utf8((uint8_t *)cur, *cur_utf32++, len); in utf32_to_utf8()203 cur += len; in utf32_to_utf8()205 *cur = '\0'; in utf32_to_utf8()341 char *cur = dst; in utf16_to_utf8() local[all …]
683 Element *cur = *prevPtr; in rescan() local684 *prevPtr = (cur)->mNext; // change our notion of this element and don't advance in rescan()685 delete cur; in rescan()711 Element *cur = mHead; in lookupServiceRef() local712 while (cur != NULL) { in lookupServiceRef()713 if (cur->mId == id) { in lookupServiceRef()714 DNSServiceRef *result = &(cur->mRef); in lookupServiceRef()718 cur = cur->mNext; in lookupServiceRef()727 Element *cur = mHead; in startMonitoring() local728 while (cur != NULL) { in startMonitoring()[all …]
321 cnode *cur = root->first_child; in config_free() local323 while (cur) { in config_free()324 cnode *prev = cur; in config_free()325 config_free(cur); in config_free()326 cur = cur->next; in config_free()
165 struct dirent cur; in removeUidProcessGroups() local167 while ((readdir_r(uid, &cur, &dir) == 0) && dir) { in removeUidProcessGroups()193 struct dirent cur; in removeAllProcessGroups() local195 while ((readdir_r(root, &cur, &dir) == 0) && dir) { in removeAllProcessGroups()
232 setrlimit <resource> <cur> <max>