Lines Matching refs:str_ptr
1046 const char *str_ptr = oid_str;
1081 ret = oid_parse_number(&component1, &str_ptr, str_bound);
1090 if (str_ptr >= str_bound || *str_ptr != '.') {
1094 str_ptr++;
1096 ret = oid_parse_number(&component2, &str_ptr, str_bound);
1105 if (str_ptr < str_bound) {
1106 if (*str_ptr == '.') {
1107 str_ptr++;
1124 while (str_ptr < str_bound) {
1125 ret = oid_parse_number(&val, &str_ptr, str_bound);
1129 if (str_ptr < str_bound) {
1130 if (*str_ptr == '.') {
1131 str_ptr++;