lastDotOffset     358 source4/dsdb/schema/schema_init.c 	const char* lastDotOffset;
lastDotOffset     372 source4/dsdb/schema/schema_init.c 	lastDotOffset = strrchr(oid, '.');
lastDotOffset     373 source4/dsdb/schema/schema_init.c 	if (lastDotOffset == NULL) {
lastDotOffset     379 source4/dsdb/schema/schema_init.c 	size = strlen(oid) - strlen(lastDotOffset);