Home | History | Annotate | Download | only in author

Lines Matching refs:equal_pos

885         const char *equal_pos = strchr(key_start, '=');
886 if (equal_pos == NULL) {
893 String8 key(key_start, equal_pos - key_start);
901 const char *value_start = equal_pos + 1;